Philippe AURIOU

Results 9 comments of Philippe AURIOU

Exceptions are often very resource intensive. A write like this by manipulating HttpResponseMessage, and not putting EnsureSuccessStatusCode. To later manipulate the HttpStatus codes for deserialization of each type ``` await...

Hi @jgiacomini , pareil de mon coté j'ai tardé un peut mais pas tellement de temps. Je travaille actuellement sur mon temps libre sur un projet Xamarin, et j'ai implémenté...

hello, do you intend to delete the reference to newtonsoft in your next version? this could be compatible with netstandard 2.0 so that it is also compatible with Xamarin And...

being able to change serializer would be great. also be able to use protobuf since the GRPC Protocol is increasingly used

yes it's true, then just the possibility of using a protobuf serializer for a private API.

I'll look at that. by against for OCR this will be complicated

I have the same problem, when I add the System.Text.Json library to manage json instead of newtonsoft. https://www.nuget.org/packages/System.Text.Json use System.Numerics.Vectors (>= 4.5.0) Warning Conflicts between different versions of "System.Numerics.Vectors" were...

It seems that Json.Text.Json does not work on xamarin.ios dotnet/runtime#31326 It is a shame to share its Models (into separate lib netstandard) between its client application and the webapi and...

for the bug described here https://github.com/dotnet/runtime/issues/31326 , do you confirm that System.Tet.Json still does not work on Xamarin.Ios?