-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xamarin Forms and Grpc.Net #1097
Comments
This would be a question best left for the owners of Xamarin Forms. Curious if this is a new error you are seeing and it worked at one point for you? The bufferwriter error looks like it could be a new issue that was introduced after we defaulted to using span based serialization/deserialization in protocolbuffers/protobuf#7351. If that is the case, you could try setting |
I did ask the Xamarin forms people and suggested posting here.. I am hopting the .net 5/6 fixes this mess with .netstandard x.x and .net core. As I cannot seem to find a way to implement grpc.net unless its dotnet 3 app or web app.. |
Hi @speed2048 //Regards Joacim |
Have you tried this? |
There hasn't been any response in the past 7 days so we are closing this issue. Please reopen or open a new issue if you you would like to discuss further. |
I am developing a project that uses xamarin.forms with grpc on a Mac ( getting ready for .net Maui ) and I am getting exception errors (DebugException="System.MissingMethodException: Method not found: System.Buffers.IBufferWriter`1 Grpc.Core.SerializationContext.GetBufferWriter()).
So I did some digging and found out that Xamarin.Forms does not work with grpc.net at this time.
https://docs.microsoft.com/en-us/aspnet/core/grpc/client?view=aspnetcore-3.1
My question is. When will xf support grpc.net? I do not see this on the roadmap I admit I could be looking in the wrong place.
Also is Xamarin.Forms going to support the .net core Framework?
Also wondering if I should provide more details with this issue?
The text was updated successfully, but these errors were encountered: