1. b533281 adjust C# generator to match the new API by Jan Tattermusch · 9 years ago
  2. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  3. da71a4d add host and port overload for new channel by Jan Tattermusch · 9 years ago
  4. 2d2652d implemented disposal logic for calls by Jan Tattermusch · 9 years ago
  5. 9f550a3 changed tests and examples to use "using" for IDisposable calls by Jan Tattermusch · 9 years ago
  6. 1c51f55 Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup by Jan Tattermusch · 9 years ago
  7. e84b618 get rid of dependencies on some unneeded nuget packages by Jan Tattermusch · 9 years ago
  8. 085533e Replace handwritten math stub by the generated one by Jan Tattermusch · 9 years ago
  9. 03e82e2 Split address passed to AddListeningPort into host and port by Jan Tattermusch · 9 years ago
  10. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  11. 8c61db9 cleanup of C# API examples by Jan Tattermusch · 9 years ago
  12. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  13. c0b3721 added support for metadata by Jan Tattermusch · 9 years ago
  14. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 9 years ago
  15. babfd91 Rename Grpc.Api to Grpc.Examples by Jan Tattermusch · 10 years ago[Renamed from src/csharp/Grpc.Api.Tests/MathClientServerTests.cs]
  16. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 10 years ago[Renamed from src/csharp/GrpcApiTests/MathClientServerTests.cs]
  17. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 10 years ago
  18. 607307d Cleanup of AsyncCall.cs by Jan Tattermusch · 10 years ago
  19. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  20. d853baa Merge pull request #516 from jtattermusch/csharp_shutdown by Tim Emiola · 10 years ago
  21. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  22. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 10 years ago
  23. 23821ce Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. by Jan Tattermusch · 10 years ago
  24. 07fadea Got rid of the PortPicker utility by Jan Tattermusch · 10 years ago
  25. 15111f5 Polishing C# math service implementation and added an in-process mathclient mathserver test by Jan Tattermusch · 10 years ago