I've just started with gRPC, but it seems that running protoc
is a common enough task to warrant a .net core global tool so that one can run something like this from the command line:
dotnet protoc ...
Is there such a thing?
I've just started with gRPC, but it seems that running protoc
is a common enough task to warrant a .net core global tool so that one can run something like this from the command line:
dotnet protoc ...
Is there such a thing?