IndependentReserve.Grpc.Tools
1.2.36
See the version list below for details.
dotnet add package IndependentReserve.Grpc.Tools --version 1.2.36
NuGet\Install-Package IndependentReserve.Grpc.Tools -Version 1.2.36
<PackageReference Include="IndependentReserve.Grpc.Tools" Version="1.2.36"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add IndependentReserve.Grpc.Tools --version 1.2.36
#r "nuget: IndependentReserve.Grpc.Tools, 1.2.36"
// Install IndependentReserve.Grpc.Tools as a Cake Addin #addin nuget:?package=IndependentReserve.Grpc.Tools&version=1.2.36 // Install IndependentReserve.Grpc.Tools as a Cake Tool #tool nuget:?package=IndependentReserve.Grpc.Tools&version=1.2.36
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.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- IndependentReserve.Grpc (>= 1.2.36)
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.3.253 | 2,573 | 8/13/2024 |
4.2.221 | 138 | 7/11/2024 |
4.2.219 | 5,457 | 7/6/2024 |
4.1.215 | 17,458 | 12/15/2023 |
4.1.210 | 1,093 | 11/30/2023 |
4.0.201 | 954 | 11/21/2023 |
4.0.194 | 884 | 11/17/2023 |
4.0.189 | 2,973 | 11/9/2023 |
4.0.186 | 783 | 11/8/2023 |
4.0.185 | 812 | 11/8/2023 |
3.2.149 | 2,814 | 8/15/2023 |
3.2.146 | 904 | 8/11/2023 |
3.1.145 | 5,880 | 4/28/2023 |
3.1.143 | 1,211 | 4/4/2023 |
3.1.140 | 1,076 | 3/29/2023 |
3.1.138 | 1,230 | 3/29/2023 |
3.1.136 | 1,307 | 3/21/2023 |
3.1.134 | 1,243 | 3/21/2023 |
3.1.132 | 1,240 | 3/19/2023 |
3.1.130 | 1,121 | 3/16/2023 |
2.3.124 | 1,110 | 3/13/2023 |
2.2.119 | 1,397 | 3/8/2023 |
2.2.115 | 1,873 | 3/5/2023 |
2.2.114 | 1,283 | 3/5/2023 |
2.1.108 | 1,264 | 3/3/2023 |
1.9.116 | 1,253 | 3/5/2023 |
1.9.106 | 1,470 | 3/3/2023 |
1.9.104 | 1,366 | 3/2/2023 |
1.8.94 | 1,487 | 2/27/2023 |
1.7.88 | 1,227 | 2/27/2023 |
1.7.86 | 1,064 | 2/27/2023 |
1.6.81 | 1,892 | 2/2/2023 |
1.5.77 | 1,487 | 1/26/2023 |
1.4.69 | 1,592 | 1/9/2023 |
1.4.61 | 1,457 | 1/3/2023 |
1.3.52 | 1,981 | 12/16/2022 |
1.3.48 | 1,367 | 12/15/2022 |
1.2.42 | 1,886 | 12/14/2022 |
1.2.36 | 1,574 | 11/29/2022 |
1.2.33 | 1,696 | 11/28/2022 |