Miha Markič
Miha Markič
Adds async deserialization capabilities
Serializers (well, json one) use internally MemoryStream and I don't think MemoryStream ever shrink their buffers. They just grow them by factor of 2 when required. And serializers are being...
Looking at serialization, I see that `IParseNodeFactory.GetRootParseNode` is synchronous even though it reads from a stream. If nothing else, this is a problem on server side where async read is...
Getting synchronously results from async functions is quite an issue and should be avoided. Specially in a UI thread environments as described in Stephen's [blog post](https://blog.stephencleary.com/2012/07/dont-block-on-async-code.html). Sample code in `KiotaSerializer.GetStreamFromString`...
Hi guys, I've created a master node which works fine. Set replicaiton user. Now, when I try to do a snapshot, I get the error below. Any idea what could...
Added functionality that issues a new token with new expiration based on existing valid one. So the client can get a new token without a new user authentication.
It'd be nice if there was an option to use an existing icon for the exe's icon.
I'm looking at this OpenAPI 3 schema: [Bankart](https://gateway.bankart.si/Schema/V3/OpenApiSpecification.yml) and C# generator generates wrong code (syntax error) on two issues: - ThreeDSecureData.3dsecure property - it generates constructor like `public ThreeDSecureData(ThreeDSecureData_3dsecure? @3dsecure,...
**Describe the bug** Using latest stable VS for Mac 17.6.12 and XCode 15.0.1 I get this error during build once I add reference to Xamarin.MLKit.iOS.BarcodeScanning.JimmyPun610 2.2.0.1 in Xamarin project: `/Users/MYSELF/.nuget/packages/xamarin.mlkit.ios.core.jimmypun610/8.0.0/buildTransitive/../lib/xamarinios10/MLKit.Core.resources/SSZipArchive.xcframework...