You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, a while ago I downloaded your code from here and rewrote from Newtonsoft.Json to System.Text.Json.
I also used the source generated serialization with JsonSerializerContext, so I could enable trimming.
That's incompatible with .netstandard2.0 so I switched to .net8.
Anyway, I can share it with you if you'd like? Since the rewrite I did was some time in April, I did not yet merge in the changes from PR 57. But actually on nuget.org I see a package version 1.8 now while in the code I don't see it. Am I missing something?
The text was updated successfully, but these errors were encountered:
Hi, a while ago I downloaded your code from here and rewrote from
Newtonsoft.Json
toSystem.Text.Json
.I also used the source generated serialization with
JsonSerializerContext
, so I could enable trimming.That's incompatible with .netstandard2.0 so I switched to .net8.
Anyway, I can share it with you if you'd like? Since the rewrite I did was some time in April, I did not yet merge in the changes from PR 57. But actually on nuget.org I see a package version 1.8 now while in the code I don't see it. Am I missing something?
The text was updated successfully, but these errors were encountered: