The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jan Tattermusch a6e68f163c rename grpc.native.csharp_ext nuget to grpc.native.csharp 9 years ago
..
.gitignore enabling creation of nuget package for grpc_csharp_ext 10 years ago
README.md rename grpc.native.csharp_ext nuget to grpc.native.csharp 9 years ago
buildall.bat fix C# nuget package building 9 years ago
grpc.native.csharp.nuspec rename grpc.native.csharp_ext nuget to grpc.native.csharp 9 years ago
grpc.native.csharp.props rename grpc.native.csharp_ext nuget to grpc.native.csharp 9 years ago
grpc.native.csharp.targets rename grpc.native.csharp_ext nuget to grpc.native.csharp 9 years ago

README.md

gRPC Native Nuget package

Prerequisites

Multiple versions of VS installed to be able to build all the targets:

  • Visual Studio 2013
  • Visual Studio 2010 (you might need SP1 to prevent LNK1123 error)

NuGet binary

Building the package

Build all flavors of gRPC C# extension and package them as a NuGet package.

buildall.bat

nuget pack grpc.native.csharp.nuspec

When building the NuGet package, ignore the "Assembly outside lib folder" warnings (they DLLs are not assemblies, they are native libraries).