grpc-dotnet
grpc-dotnet copied to clipboard
How to import a proto file that imports other proto files
Suppose I have a file1.proto
and it imports file2.proto
at other path, file2.proto
imports file3.proto
at anther path. And many other imports. How can I import file1.proto
and use methods inside it with dotnet-grpc tools?
Thanks.