1.7.1 - limit on Newtonsoft.Json version
See original GitHub issueI am wondering what the reason behind adding a hard stop on the nuget Newtonsoft.Json
dependency e.g. [7,8)
From what I can tell, there are some minor breaking changes between the versions but NEST does not use these and continues to work with v8 with an assembly redirect. The upper limit is causing a number of issues when updating nuget packages (We are using 1 of the new v8 features - ArrayPool
support).
Can this nuspec
dependency version specification be diluted to perhaps [7,9)
- assuming I haven’t missed any broken functionality in NEST that v8 has caused?
Issue Analytics
- State:
- Created 8 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Migrate from Newtonsoft.Json to System.Text.Json - .NET
The latest version of Newtonsoft.Json has a maximum depth limit of 64 by default. System.Text.Json also has a default limit of 64, and...
Read more >CSharpAmazonSpAPI 1.7.1
This is an API Binding in .Net C# for the new Amazon Selling Partner API. This library is based on the output of...
Read more >Always use latest version of Newtonsoft.Json
I solved it my making the project explicitly reference the latest version of Newtonsoft. Everything seems to be working.
Read more >Specification - Apache Avro
Due to the limitations of JSON encoding, it is a best practice to use a ... to show that the message is Avro...
Read more >Json.NET - Newtonsoft
World-class JSON Serializer. Serialize and deserialize any .NET object with Json.NET's powerful JSON serializer. LINQ to JSON. Create, parse, query and modify ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just released 1.7.2 😃 The upper limit on Json.Net has been bumped per @Mpdreamz’s commit above, so you’ll be able to upgrade in your application.
We’re going to upgrade our dependency to Json.Net 8 and release that as 1.8 shortly.
We really need this as well… Can we get a 1.7.2 out with this please.