Merge pull request #1519 from jtattermusch/csharp_protoc_plugin
C# gRPC protoc plugin
No related branches found
No related tags found
Showing
- BUILD 15 additions, 0 deletionsBUILD
- Makefile 33 additions, 1 deletionMakefile
- build.json 15 additions, 0 deletionsbuild.json
- src/compiler/csharp_generator.cc 480 additions, 0 deletionssrc/compiler/csharp_generator.cc
- src/compiler/csharp_generator.h 45 additions, 0 deletionssrc/compiler/csharp_generator.h
- src/compiler/csharp_generator_helpers.h 50 additions, 0 deletionssrc/compiler/csharp_generator_helpers.h
- src/compiler/csharp_plugin.cc 72 additions, 0 deletionssrc/compiler/csharp_plugin.cc
- src/compiler/generator_helpers.h 23 additions, 0 deletionssrc/compiler/generator_helpers.h
- src/csharp/Grpc.Examples.MathClient/MathClient.cs 1 addition, 1 deletionsrc/csharp/Grpc.Examples.MathClient/MathClient.cs
- src/csharp/Grpc.Examples.MathServer/MathServer.cs 1 addition, 1 deletionsrc/csharp/Grpc.Examples.MathServer/MathServer.cs
- src/csharp/Grpc.Examples.Tests/MathClientServerTests.cs 3 additions, 3 deletionssrc/csharp/Grpc.Examples.Tests/MathClientServerTests.cs
- src/csharp/Grpc.Examples/MathExamples.cs 7 additions, 7 deletionssrc/csharp/Grpc.Examples/MathExamples.cs
- src/csharp/Grpc.Examples/MathGrpc.cs 108 additions, 150 deletionssrc/csharp/Grpc.Examples/MathGrpc.cs
- src/csharp/Grpc.Examples/MathServiceImpl.cs 1 addition, 1 deletionsrc/csharp/Grpc.Examples/MathServiceImpl.cs
- src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj 2 additions, 2 deletions...rp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
- src/csharp/Grpc.IntegrationTesting/InteropClient.cs 13 additions, 13 deletionssrc/csharp/Grpc.IntegrationTesting/InteropClient.cs
- src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs 3 additions, 3 deletions...csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs
- src/csharp/Grpc.IntegrationTesting/InteropServer.cs 1 addition, 1 deletionsrc/csharp/Grpc.IntegrationTesting/InteropServer.cs
- src/csharp/Grpc.IntegrationTesting/TestGrpc.cs 159 additions, 0 deletionssrc/csharp/Grpc.IntegrationTesting/TestGrpc.cs
- src/csharp/Grpc.IntegrationTesting/TestServiceImpl.cs 1 addition, 1 deletionsrc/csharp/Grpc.IntegrationTesting/TestServiceImpl.cs
Loading
Please register or sign in to comment