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
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: