grpc-dotnet icon indicating copy to clipboard operation
grpc-dotnet copied to clipboard

How to import a proto file that imports other proto files

Open xky0007 opened this issue 5 months ago • 3 comments

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.

xky0007 avatar Sep 11 '24 08:09 xky0007