Open
Description
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>