You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Xamarin.Forms, we can host a gRPC server with the old (deprecated) gRPC.Core library.
But now, as they said that "The future of gRPC in C# belongs to grpc-dotnet", and the new "grpc-dotnet" is built on top of asp.net core framework, which does not support .net MAUI.
This means that we will NOT be able to host a gRPC server in .net MAUI apps, unless something is done in either asp.net core, .net maui or grpc-dotnet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In Xamarin.Forms, we can host a gRPC server with the old (deprecated) gRPC.Core library.
But now, as they said that "The future of gRPC in C# belongs to grpc-dotnet", and the new "grpc-dotnet" is built on top of asp.net core framework, which does not support .net MAUI.
This means that we will NOT be able to host a gRPC server in .net MAUI apps, unless something is done in either asp.net core, .net maui or grpc-dotnet.
Bellow are two related issues:
grpc/grpc-dotnet#1571
dotnet/aspnetcore#35077 (comment)
Beta Was this translation helpful? Give feedback.
All reactions