IndependentReserve.Grpc.Tools 1.4.69

There is a newer version of this package available.
See the version list below for details.
dotnet add package IndependentReserve.Grpc.Tools --version 1.4.69
NuGet\Install-Package IndependentReserve.Grpc.Tools -Version 1.4.69
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IndependentReserve.Grpc.Tools" Version="1.4.69">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IndependentReserve.Grpc.Tools --version 1.4.69
#r "nuget: IndependentReserve.Grpc.Tools, 1.4.69"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IndependentReserve.Grpc.Tools as a Cake Addin
#addin nuget:?package=IndependentReserve.Grpc.Tools&version=1.4.69

// Install IndependentReserve.Grpc.Tools as a Cake Tool
#tool nuget:?package=IndependentReserve.Grpc.Tools&version=1.4.69

Automatic generation of gRPC server and client code from .NET interfaces

When referenced by a project, this package adds itself into the compilation pipeline in the following way:

For every dependent project which is marked by the GenerateGrpc attribute, it loads all eligible C# interfaces and for every such interface generates the following code:
- A set of *.proto files for the hierarchy of DTO classes referenced by the source interface;
- A set of C# conversion (partial) classes which provide implicit conversion operators for "gRPC - DTO" conversion for every generated *.proto file;
- A gRPC server implementation which depends on source interface (via DI) and internally calls this interface for corresponding interface method implementation;
- A gRPC client class which implements source interface by calling gRPC server via gRPC.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.215 10,974 12/15/2023
4.1.210 1,014 11/30/2023
4.0.201 877 11/21/2023
4.0.194 804 11/17/2023
4.0.189 2,893 11/9/2023
4.0.186 701 11/8/2023
4.0.185 741 11/8/2023
3.2.149 2,736 8/15/2023
3.2.146 833 8/11/2023
3.1.145 5,823 4/28/2023
3.1.143 1,159 4/4/2023
3.1.140 1,021 3/29/2023
3.1.138 1,179 3/29/2023
3.1.136 1,249 3/21/2023
3.1.134 1,181 3/21/2023
3.1.132 1,189 3/19/2023
3.1.130 1,069 3/16/2023
2.3.124 1,063 3/13/2023
2.2.119 1,344 3/8/2023
2.2.115 1,822 3/5/2023
2.2.114 1,225 3/5/2023
2.1.108 1,219 3/3/2023
1.9.116 1,197 3/5/2023
1.9.106 1,418 3/3/2023
1.9.104 1,317 3/2/2023
1.8.94 1,424 2/27/2023
1.7.88 1,175 2/27/2023
1.7.86 1,010 2/27/2023
1.6.81 1,830 2/2/2023
1.5.77 1,428 1/26/2023
1.4.69 1,542 1/9/2023
1.4.61 1,401 1/3/2023
1.3.52 1,909 12/16/2022
1.3.48 1,301 12/15/2022
1.2.42 1,824 12/14/2022
1.2.36 1,505 11/29/2022
1.2.33 1,630 11/28/2022