From https://grpc.io/docs/quickstart/csharp.html C:\Users\pierre.nuget\packages\grpc.tools\1.14.1\tools\windows_x64\protoc.exe -I./protos .\protos\helloworld.proto --csharp_out .\csharp\Helloworld\Greeter\ --grpc_out .\csharp\Helloworld\Greeter\ --plugin=protoc-gen-grpc=C:\Users\pierre.nuget \packages\grpc.tools\1.14.1\tools\windows_x64\grpc_csharp_plugin.exe
From https://grpc.io/docs/tutorials/basic/csharp.html C:\Users\pierre.nuget\packages\grpc.tools\1.14.1\tools\windows_x64\protoc.exe -I.\protos --csharp_out .\csharp\RouteGuide\RouteGuide --grpc_out .\csharp\RouteGuide\RouteGuide .\protos\route_guide.proto --plugin=protoc-gen-grpc=C:\Users\pierre.nuget\packages\grpc.tools\1.14.1\tools\windows_x64\grpc_csharp_plugin.exe
For LND gRPC:
- git clone https://github.com/protocolbuffers/protobuf
- git clone https://github.com/googleapis/googleapis
- git clone https://github.com/lightningnetwork/lnd
C:\Users\pierre\.nuget\packages\grpc.tools\1.14.1\tools\windows_x64\protoc.exe -I.\googleapis -I.\protobuf\src -I.\lnd\lnrpc rpc.proto --csharp_out .\ --grpc_out .\ --plugin=protoc-gen-grpc=C:\Users\pierre\.nuget\packages\grpc.tools\1.14.1\tools\windows_x64\grpc_csharp_plugin.exe