Added documentation on how to use `Grpc.Tools` MSBuild integration with
*unsupported* architectures - i.e. third party built `protoc` and
`grpc_csharp_plugin`.
@ -36,6 +36,9 @@ Support is provided for the following platforms:
* MacOS (x64 and arm64 via using the x64 binaries)
* Linux (x86, x64, and arm64)
You may still use the MSBuild integration provided by `Grpc.Tools` for other architectures provided you can supply the codegen binaries for that platform/architecture.
See [Using Grpc.Tools with unsupported architectures](#unsupported-arch) below.
## Adding `.proto` files to a project
To add `.proto` files to a project edit the project’s `.csproj` file and add an item group with a `<Protobuf>` element that refers to the `.proto` file, e.g.
@ -227,6 +230,7 @@ Quick links to the examples below:
* [Generate proto and gRPC C# sources from .proto files (no C# compile)](#nocompile)