The following templating libraries pull in Newtonsoft.Json:
We need to investigate if these assemblies can be updated to remove their dependency on Newtonsoft.Json.
Links for Context:
Source and docs:
The library is available as a source package and in-box assembly in .NET Core 3.0:
Newly added serialization API:
https://github.com/dotnet/corefx/blob/0ad52826f3cfad89a90eb2c21ccfc131bd36646b/src/System.Text.Json/ref/System.Text.Json.cs#L300-L326
Upcoming APIs:
https://github.com/dotnet/corefx/issues/34372
https://github.com/dotnet/corefx/issues/34894
cc @mlorbetske, @seancpeters, @vijayrkn, @joshfree, @bartonjs, @steveharter
The following templating libraries pull in Newtonsoft.Json:
We need to investigate if these assemblies can be updated to remove their dependency on Newtonsoft.Json.
Links for Context:
Source and docs:
The library is available as a source package and in-box assembly in .NET Core 3.0:
Newly added serialization API:
https://github.com/dotnet/corefx/blob/0ad52826f3cfad89a90eb2c21ccfc131bd36646b/src/System.Text.Json/ref/System.Text.Json.cs#L300-L326
Upcoming APIs:
https://github.com/dotnet/corefx/issues/34372
https://github.com/dotnet/corefx/issues/34894
cc @mlorbetske, @seancpeters, @vijayrkn, @joshfree, @bartonjs, @steveharter