F#? VB? Let's make sure we don't paint ourselves into a corner in terms of supporting these languages while we work on the C# support.
cc @shirhatti
FYI @KathleenDollard @cartermp
I'll follow up with more details.
Looking forward to it.
I don't think there is anything in Grpc.AspNetCore.Server that would tie the framework to C#. And producing templates shouldn't be difficult. Grpc.Tools only codegenning C# is the main blocker.
We support other languages via protobuf-net.Grpc. That framework builds on top of Grpc.AspNetCore.Server, and it lets you use C#, VB.NET, F# to build gRPC services.
Most helpful comment
I don't think there is anything in
Grpc.AspNetCore.Serverthat would tie the framework to C#. And producing templates shouldn't be difficult.Grpc.Toolsonly codegenning C# is the main blocker.