IndependentReserve.Grpc.Tools 1.3.48

There is a newer version of this package available.
See the version list below for details.
dotnet add package IndependentReserve.Grpc.Tools --version 1.3.48
NuGet\Install-Package IndependentReserve.Grpc.Tools -Version 1.3.48
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.3.48">
  <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.3.48
#r "nuget: IndependentReserve.Grpc.Tools, 1.3.48"
#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.3.48

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

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 11,365 12/15/2023
4.1.210 1,034 11/30/2023
4.0.201 893 11/21/2023
4.0.194 821 11/17/2023
4.0.189 2,912 11/9/2023
4.0.186 720 11/8/2023
4.0.185 756 11/8/2023
3.2.149 2,754 8/15/2023
3.2.146 851 8/11/2023
3.1.145 5,839 4/28/2023
3.1.143 1,176 4/4/2023
3.1.140 1,037 3/29/2023
3.1.138 1,194 3/29/2023
3.1.136 1,268 3/21/2023
3.1.134 1,201 3/21/2023
3.1.132 1,205 3/19/2023
3.1.130 1,086 3/16/2023
2.3.124 1,081 3/13/2023
2.2.119 1,361 3/8/2023
2.2.115 1,840 3/5/2023
2.2.114 1,243 3/5/2023
2.1.108 1,234 3/3/2023
1.9.116 1,215 3/5/2023
1.9.106 1,434 3/3/2023
1.9.104 1,333 3/2/2023
1.8.94 1,442 2/27/2023
1.7.88 1,193 2/27/2023
1.7.86 1,027 2/27/2023
1.6.81 1,848 2/2/2023
1.5.77 1,447 1/26/2023
1.4.69 1,557 1/9/2023
1.4.61 1,419 1/3/2023
1.3.52 1,936 12/16/2022
1.3.48 1,322 12/15/2022
1.2.42 1,843 12/14/2022
1.2.36 1,526 11/29/2022
1.2.33 1,657 11/28/2022