Grpc.Tools 2.53.0-pre2

Prefix Reserved
This is a prerelease version of Grpc.Tools.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Grpc.Tools --version 2.53.0-pre2                
NuGet\Install-Package Grpc.Tools -Version 2.53.0-pre2                
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="Grpc.Tools" Version="2.53.0-pre2">
  <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 Grpc.Tools --version 2.53.0-pre2                
#r "nuget: Grpc.Tools, 2.53.0-pre2"                
#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 Grpc.Tools as a Cake Addin
#addin nuget:?package=Grpc.Tools&version=2.53.0-pre2&prerelease

// Install Grpc.Tools as a Cake Tool
#tool nuget:?package=Grpc.Tools&version=2.53.0-pre2&prerelease                

Grpc.Tools - Protocol Buffers/gRPC C# Code Generation Build Integration

This package provides C# tooling support for generating C# code from .proto files in .csproj projects:

  • It contains protocol buffers compiler and gRPC plugin to generate C# code.
  • It can be used in building both grpc-dotnet projects and legacy c-core C# projects.

The package is used to automatically generate the C# code for protocol buffer messages and gRPC service stubs from .proto files. These files:

  • are generated on an as-needed basis each time the project is built.
  • aren't added to the project or checked into source control.
  • are a build artifact usually contained in the obj directory.

This package is optional. You may instead choose to generate the C# source files from .proto files by running the protoc compiler manually or from a script.

Simple example

To add a .proto file to a project edit the project’s .csproj file and add an item group with a <Protobuf> element that refers to the .proto file, e.g.

<ItemGroup>
    <Protobuf Include="Protos\greet.proto" />
</ItemGroup>

For more complex examples and detailed information on how to use this package see: BUILD-INTEGRATION.md

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 1.3

    • No dependencies.

NuGet packages (120)

Showing the top 5 NuGet packages that depend on Grpc.Tools:

Package Downloads
Grpc.AspNetCore

gRPC meta-package for ASP.NET Core

Grpc.Gcp

Extension supporting Google Cloud Platform specific features for gRPC.

Aspire.Hosting

Core abstractions for the .NET Aspire application model.

Aspire.Hosting.AppHost

Core library and MSBuild logic for .NET Aspire AppHost projects.

Sitko.Core.Grpc

Sitko.Core is a set of libraries to help build .NET Core applications fast

GitHub repositories (144)

Showing the top 5 popular GitHub repositories that depend on Grpc.Tools:

Repository Stars
2dust/v2rayN
A GUI client for Windows and Linux, support Xray core and others
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
rocksdanister/lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
dotnet/orleans
Cloud Native application framework for .NET
Version Downloads Last updated
2.67.0 734,699 10/8/2024
2.67.0-pre1 5,359 9/19/2024
2.66.0 1,749,439 8/26/2024
2.66.0-pre5 1,585 8/16/2024
2.66.0-pre3 3,236 8/8/2024
2.65.0 2,446,985 7/16/2024
2.65.0-pre1 27,691 6/14/2024
2.64.0 1,880,835 5/22/2024
2.64.0-pre1 4,837 5/8/2024
2.63.0 1,941,634 5/1/2024
2.62.0 4,342,321 2/21/2024
2.62.0-pre1 8,886 2/16/2024
2.61.0 2,171,378 2/2/2024
2.60.0 4,160,444 12/12/2023
2.60.0-pre1 82,514 11/15/2023
2.59.0 4,702,569 10/17/2023
2.58.0 2,520,784 9/8/2023
2.58.0-pre1 13,168 8/28/2023
2.57.0 2,597,110 8/10/2023
2.57.0-pre1 15,229 7/31/2023
2.56.2 860,431 7/17/2023
2.56.0 1,338,516 6/23/2023
2.55.1 1,961,184 6/22/2023
2.54.0 3,624,870 4/13/2023
2.54.0-pre2 404 4/13/2023
2.53.0 2,124,437 3/25/2023
2.53.0-pre2 5,875 3/17/2023
2.53.0-pre1 18,561 3/1/2023
2.52.0 2,938,673 3/1/2023
2.52.0-pre1 32,501 1/18/2023
2.51.0 5,295,980 12/7/2022
2.51.0-pre1 39,816 11/18/2022
2.50.0 3,610,820 10/17/2022
2.50.0-pre1 27,220 10/3/2022
2.49.1 956,200 9/27/2022
2.49.0 10,742,406 9/26/2022
2.49.0-pre3 10,408 9/2/2022
2.49.0-pre1 12,214 8/24/2022
2.48.1 825,582 9/1/2022
2.48.0 1,642,783 8/16/2022
2.48.0-pre1 25,696 7/6/2022
2.47.0 4,336,327 6/23/2022
2.47.0-pre1 512 6/22/2022
2.46.6 248,295 1/11/2023
2.46.5 75,531 9/26/2022
2.46.3 1,352,663 5/24/2022
2.46.1 2,049,116 5/12/2022
2.46.0-pre2 5,471 4/27/2022
2.46.0-pre1 11,043 4/19/2022
2.45.0 5,621,725 3/22/2022
2.45.0-pre1 9,733 3/10/2022
2.44.0 2,202,600 2/15/2022
2.44.0-pre2 5,164 1/27/2022
2.43.0 4,072,071 1/3/2022
2.43.0-pre1 6,406 12/7/2021
2.42.0 3,499,429 11/18/2021
2.42.0-pre1 6,650 11/8/2021
2.41.1 2,720,338 10/26/2021
2.41.0 1,798,731 9/30/2021
2.41.0-pre2 8,719 9/21/2021
2.40.0 5,724,862 9/7/2021
2.40.0-pre1 9,455 8/25/2021
2.39.1 1,480,831 8/13/2021
2.39.0-pre1 6,525 7/16/2021
2.38.1 1,357,290 6/22/2021
2.38.0 1,415,049 5/25/2021
2.38.0-pre1 7,081 5/11/2021
2.37.1 376,152 4/30/2021
2.37.0 3,108,333 4/8/2021
2.37.0-pre1 7,531 4/1/2021
2.36.4 549,717 3/22/2021
2.36.1 1,085,267 3/4/2021
2.36.0 165,334 2/24/2021
2.36.0-pre1 1,809 2/18/2021
2.35.0 1,261,231 1/21/2021
2.35.0-pre1 18,801 1/11/2021
2.34.1 389,754 1/14/2021
2.34.0 2,203,781 12/3/2020
2.34.0-pre1 15,869 11/23/2020
2.33.1 1,517,222 10/22/2020
2.33.0-pre1 3,542 10/12/2020
2.32.0 1,826,966 9/11/2020
2.32.0-pre1 13,480 9/3/2020
2.31.0 1,221,854 8/5/2020
2.31.0-pre2 5,988 7/29/2020
2.31.0-pre1 915 7/23/2020
2.30.0 1,184,182 6/24/2020
2.30.0-pre1 242,736 6/9/2020
2.29.0 1,301,484 5/14/2020
2.28.1 547,544 4/6/2020
2.28.0 47,715 4/6/2020
2.28.0-pre3 7,817 3/11/2020
2.28.0-pre2 3,548 3/5/2020
2.28.0-pre1 1,394 2/28/2020
2.27.0 2,884,591 2/5/2020
2.27.0-pre1 15,381 1/23/2020
2.26.0 2,331,072 12/18/2019
2.26.0-pre1 1,708 12/6/2019
2.25.0 2,389,126 11/6/2019
2.25.0-pre1 5,117 10/25/2019
2.24.0 911,190 9/26/2019
2.24.0-pre1 10,076 9/11/2019
2.23.1 11,406 10/1/2019
2.23.0 1,545,145 8/19/2019
2.23.0-pre1 3,904 8/5/2019
1.22.1 119,705 8/19/2019
1.22.0 405,720 7/3/2019
1.22.0-pre1 22,380 6/26/2019
1.21.0 590,521 5/22/2019
1.21.0-pre1 3,527 5/11/2019
1.20.1 105,800 4/26/2019
1.20.0 154,467 4/16/2019
1.20.0-pre3 19,657 4/9/2019
1.20.0-pre2 1,291 4/5/2019
1.20.0-pre1 1,407 4/1/2019
1.19.0 512,699 2/27/2019
1.19.0-pre1 5,986 2/15/2019
1.18.0 221,766 1/16/2019
1.18.0-pre1 965 1/8/2019
1.17.1 51,624 12/17/2018
1.17.0 305,307 12/5/2018
1.17.0-pre3 992 11/29/2018
1.17.0-pre1 1,073 11/21/2018
1.16.0 162,927 10/24/2018
1.16.0-pre1 1,354 10/9/2018
1.15.0 184,852 9/12/2018
1.15.0-pre1 1,430 8/29/2018
1.14.2 24,982 8/31/2018
1.14.2-pre1 981 8/22/2018
1.14.1 120,174 8/9/2018
1.14.0 6,043 8/3/2018
1.14.0-pre1 1,050 7/26/2018
1.13.1 192,681 7/16/2018
1.13.0 206,842 7/2/2018
1.13.0-pre1 1,321 6/12/2018
1.12.0 249,307 5/15/2018
1.12.0-pre1 1,277 5/6/2018
1.11.1 1,997 5/15/2018
1.11.1-pre1 1,093 5/6/2018
1.11.0 56,208 4/16/2018
1.11.0-pre2 1,222 4/11/2018
1.11.0-pre1 1,051 4/6/2018
1.10.1 9,947 4/6/2018
1.10.1-pre1 1,072 4/3/2018
1.10.0 131,045 3/2/2018
1.10.0-pre2 1,115 2/27/2018
1.10.0-pre1 1,013 2/23/2018
1.9.0 102,376 2/2/2018
1.9.0-pre3 1,456 1/31/2018
1.9.0-pre2 1,242 1/25/2018
1.8.6 5,784 1/31/2018
1.8.3 25,171 1/5/2018
1.8.0 264,485 12/13/2017
1.8.0-pre2 1,043 11/30/2017
1.8.0-pre1 964 11/29/2017
1.7.3 38,173 12/6/2017
1.7.1 15,282 10/31/2017
1.7.0 1,963 10/27/2017
1.7.0-pre1 1,028 10/20/2017
1.6.1 45,255 9/15/2017
1.6.0 19,322 8/30/2017
1.6.0-pre1 998 8/23/2017
1.4.1 39,402 6/29/2017
1.4.0 16,588 6/21/2017
1.3.6 11,431 5/25/2017
1.3.0 7,687 4/28/2017
1.2.2 19,974 4/5/2017
1.2.0 2,737 3/21/2017
1.2.0-pre1 1,899 3/15/2017
1.1.0 9,122 1/31/2017
1.1.0-pre1 1,033 1/27/2017
1.0.1 39,939 11/3/2016
1.0.1-pre1 1,158 10/10/2016
1.0.0 26,997 8/18/2016
1.0.0-pre2 1,115 8/12/2016
1.0.0-pre1 1,909 7/21/2016
0.15.0 17,454 6/27/2016
0.14.0 4,363 5/11/2016
0.13.1 7,813 4/1/2016
0.13.1-pre1 1,137 3/29/2016
0.13.0 3,403 2/13/2016
0.12.0 2,375 1/15/2016
0.7.1 2,520 9/23/2015
0.7.0 2,064 9/9/2015
0.6.1 2,415 7/31/2015
0.6.0 1,663 7/13/2015
0.5.1 1,490 6/5/2015
0.5.0 39,672 5/29/2015