ProjBobcat icon indicating copy to clipboard operation
ProjBobcat copied to clipboard

A typo in the documentation on the website

Open Tartilla-TAIGO opened this issue 7 months ago • 2 comments

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<FabricLoaderArtifactModel>>(responseJson);

Tartilla-TAIGO avatar Jul 04 '24 06:07 Tartilla-TAIGO