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
When I Called TryGet() Method in Program.cs , This Exception is thrown:
System.Text.Json.JsonReaderException: ''0xEF' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.'
on this line of method:
using(var jsonDocument = JsonDocument.Parse(jsonContent));
The text was updated successfully, but these errors were encountered:
When I Called TryGet() Method in Program.cs , This Exception is thrown:
System.Text.Json.JsonReaderException: ''0xEF' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.'
on this line of method:
using(var jsonDocument = JsonDocument.Parse(jsonContent));
The text was updated successfully, but these errors were encountered: