wis3guy / HalClient.Net

A library that simplifies interaction with API's that respond with the "application\hal+json" media type.
Microsoft Public License
19 stars 21 forks source link

Make the library usable on Xamarin Mobile #13

Closed wis3guy closed 7 years ago

wis3guy commented 8 years ago

The hard dependency on Newtonsoft.Json seems to be the obstacle for using the library on iOS and Android using Tamarin Mobile. The attached Excel file is the result of a compatibility scan, run on http://scan.xamarin.com.

HalClient.Net on Xamarin.xlsx

wis3guy commented 7 years ago

A PCL version is available which requires netstandard1.1. As can be read here https://docs.microsoft.com/en-us/dotnet/standard/library you should be able to reference it from Xamarin projects.