



GRPC C# is using NUnit as the testing framework. Use MonoDevelop / Xamarin Studio to open the solution Grpc.sln The grpc_csharp_ext native library needs to be built so you can build the gRPC C# solution: # from the gRPC repository root Open src\csharp\Grpc.sln (path is relative to gRPC repository root) using Visual Studio Open the solution vsprojects/grpc_csharp_ext.sln in Visual Studio and build it. The grpc_csharp_ext native library needs to be built so you can build the gRPC C# solution. If you are a user of gRPC C#, go to Usage section above. You only need to go through these steps if you are planning to develop gRPC C#. proto) file definitions, add the Grpc.Tools NuGet package that contains Protocol Buffers compiler ( protoc) and the gRPC protoc plugin. To be able to generate code from Protocol Buffer (. Open Visual Studio / MonoDevelop / Xamarin Studio and start a new project/solution.Īdd the Grpc NuGet package as a dependency (Project options -> Manage NuGet Packages). Linux: Mono 4+, MonoDevelop 5.9+ (with NuGet add-in installed).NET Framework 4.5+, Visual Studio 2013 or 2015
