bond/cs
Christopher Warrington cc399e2e6d [c# grpc] Add support for streaming methods
* Parser understands the contextual keyword `stream` to indicate whether
  an input or response is a stream of messages.
    * Methods like `stream stream()` and `stream stream stream()` are
      handled properly (the first is a unary method and the second is a
      server stream).
* JSON AST augmented with streaming cardnality.
* C# codegen generates the right code for streaming methods.
* Added streaming and generics C# gRPC examples.
2018-04-05 16:31:47 -07:00
..
build [c#] Handle gbc from path on macOS 2018-03-12 16:34:42 -07:00
dnc [c#] Fully strong-name sign .NET Core assemblies 2018-03-12 16:24:18 -07:00
nuget [c++ c#] Remove Bond Comm 2018-03-20 15:42:42 -07:00
src [c# grpc] Add support for streaming methods 2018-04-05 16:31:47 -07:00
test [c++ c#] Remove Bond Comm 2018-03-20 15:42:42 -07:00
.gitignore Ignore .vs folder 2017-10-09 11:21:08 -07:00
Compiler.csproj [c++ c#] Remove Bond Comm 2018-03-20 15:42:42 -07:00
NuGet.config Update Nuget test to version 5.2.0 2017-02-07 17:44:21 -08:00
cs.sln [c# grpc] Add support for streaming methods 2018-04-05 16:31:47 -07:00
cs.sln.DotSettings logging: Eliminate static state. 2016-06-17 16:43:55 -07:00