Skip to content

Document tips for using Grpc.Tools #2275

Open
@JamesNK

Description

@JamesNK

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions