AfricasTalkingLtd / africastalking.Net

Africa's Talking API Wrapper for C#
https://developers.africastalking.com
MIT License
18 stars 38 forks source link

.Net Core Support #28

Open amugox opened 5 years ago

amugox commented 5 years ago

Kindly consider updating the library to be supported by .Net Core

reuben2crown commented 5 years ago

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.'

TheBeachMaster commented 5 years ago

@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.