Corona-Studio / ProjBobcat

The next generation Minecraft launcher core written in C# providing the freest, fastest and the most complete experience.
https://kb.corona.studio/zhCN/projbobcat/
MIT License
159 stars 21 forks source link

A typo in the documentation on the website #157

Open TaigoStudio opened 3 months ago

TaigoStudio commented 3 months ago

image Page url: https://kb.corona.studio/enUS/projbobcat/installers/fabric.html

The library code uses System.Text.Json. If you use Newtonsoft.JSON, then an error occurs converting Newtonsoft.Json.JsonElement to System.Text.Json.JsonElement. The line should be like this: var artifacts = System.Text.Json.JsonSerializer.Deserialize<List>(responseJson);

yueyinqiu commented 3 months ago

yes the whole document is outdated. actually there is no reason to use json.net now. #54

BiDuang commented 1 month ago

yes the whole document is outdated. actually there is no reason to use json.net now. #54

Yeah, recommand to use .Net's native json package now.