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
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
I cannot use the library because .Net Core is not supported.
I get the following error:
Newtonsoft.Json.JsonReaderException: 'Unexpected character encountered while parsing value: T. Path '', line 0, position 0.'
@amugox and @reuben2crown the library is usable with .NETCore - albeit with warnings.
The develop branch will have latest .NET support once merged with master.
@reuben2crown this could be your application or the library trying to parse a JSON object whose key does not exist. Kindly share the method you're trying to call.
Kindly consider updating the library to be supported by .Net Core
The text was updated successfully, but these errors were encountered: