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

Document tips for using Grpc.Tools

Open JamesNK opened this issue 11 months ago • 0 comments

There are some tips for using Grpc.Tools that would help people if they were more widely known.

For example:

Import protos with wildcards:

<Protobuf Include="**/*.proto" GrpcServices="Server" />

Use ProtoRoot:

<Protobuf Include="**/*.proto" GrpcServices="Server">
  <ProtoRoot>Protos</ProtoRoot>
</Protobuf>

JamesNK avatar Sep 15 '23 02:09 JamesNK