CoinGecko icon indicating copy to clipboard operation
CoinGecko copied to clipboard

System.Text.Json

Open Rubenisme opened this issue 4 months ago • 0 comments

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?

Rubenisme avatar Oct 12 '24 20:10 Rubenisme