Grpc.Tools 2.63.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Grpc.Tools --version 2.63.0
NuGet\Install-Package Grpc.Tools -Version 2.63.0
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.63.0">
  <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.63.0
#r "nuget: Grpc.Tools, 2.63.0"
#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.63.0

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

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 1.3

    • No dependencies.

NuGet packages (73)

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

Package Downloads
Grpc.AspNetCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

gRPC meta-package for ASP.NET Core

Grpc.Gcp The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Extension supporting Google Cloud Platform specific features for gRPC.

Sitko.Core.Grpc

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

Dolittle.Protobuf.MSBuild

Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.

Sitko.Core.Queue.Nats

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

GitHub repositories (129)

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

Repository Stars
2dust/v2rayN
A GUI client for Windows, support Xray core and v2fly 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.64.0-pre1 148 5/8/2024
2.63.0 22,128 5/1/2024
2.62.0 1,283,864 2/21/2024
2.62.0-pre1 8,710 2/16/2024
2.61.0 1,105,064 2/2/2024
2.60.0 1,994,312 12/12/2023
2.60.0-pre1 79,442 11/15/2023
2.59.0 2,799,718 10/17/2023
2.58.0 1,694,267 9/8/2023
2.58.0-pre1 9,778 8/28/2023
2.57.0 1,847,718 8/10/2023
2.57.0-pre1 13,536 7/31/2023
2.56.2 717,688 7/17/2023
2.56.0 1,030,380 6/23/2023
2.55.1 1,377,766 6/22/2023
2.54.0 3,180,392 4/13/2023
2.54.0-pre2 309 4/13/2023
2.53.0 1,864,446 3/25/2023
2.53.0-pre2 5,128 3/17/2023
2.53.0-pre1 15,807 3/1/2023
2.52.0 2,368,484 3/1/2023
2.52.0-pre1 30,778 1/18/2023
2.51.0 4,517,665 12/7/2022
2.51.0-pre1 32,572 11/18/2022
2.50.0 3,178,988 10/17/2022
2.50.0-pre1 25,824 10/3/2022
2.49.1 834,740 9/27/2022
2.49.0 5,107,516 9/26/2022
2.49.0-pre3 7,266 9/2/2022
2.49.0-pre1 11,998 8/24/2022
2.48.1 775,761 9/1/2022
2.48.0 1,142,609 8/16/2022
2.48.0-pre1 24,919 7/6/2022
2.47.0 3,752,760 6/23/2022
2.47.0-pre1 417 6/22/2022
2.46.6 153,655 1/11/2023
2.46.5 74,147 9/26/2022
2.46.3 1,196,902 5/24/2022
2.46.1 1,854,174 5/12/2022
2.46.0-pre2 5,051 4/27/2022
2.46.0-pre1 10,921 4/19/2022
2.45.0 4,002,394 3/22/2022
2.45.0-pre1 9,619 3/10/2022
2.44.0 2,055,082 2/15/2022
2.44.0-pre2 5,031 1/27/2022
2.43.0 3,464,209 1/3/2022
2.43.0-pre1 6,132 12/7/2021
2.42.0 3,073,172 11/18/2021
2.42.0-pre1 6,482 11/8/2021
2.41.1 2,374,791 10/26/2021
2.41.0 1,706,615 9/30/2021
2.41.0-pre2 8,153 9/21/2021
2.40.0 5,305,507 9/7/2021
2.40.0-pre1 8,289 8/25/2021
2.39.1 1,392,669 8/13/2021
2.39.0-pre1 6,076 7/16/2021
2.38.1 1,255,777 6/22/2021
2.38.0 1,323,372 5/25/2021
2.38.0-pre1 6,715 5/11/2021
2.37.1 362,103 4/30/2021
2.37.0 2,968,135 4/8/2021
2.37.0-pre1 7,204 4/1/2021
2.36.4 527,211 3/22/2021
2.36.1 1,024,014 3/4/2021
2.36.0 160,332 2/24/2021
2.36.0-pre1 1,696 2/18/2021
2.35.0 1,220,828 1/21/2021
2.35.0-pre1 18,680 1/11/2021
2.34.1 384,467 1/14/2021
2.34.0 2,151,961 12/3/2020
2.34.0-pre1 15,763 11/23/2020
2.33.1 1,464,070 10/22/2020
2.33.0-pre1 3,099 10/12/2020
2.32.0 1,751,850 9/11/2020
2.32.0-pre1 13,350 9/3/2020
2.31.0 1,190,217 8/5/2020
2.31.0-pre2 5,850 7/29/2020
2.31.0-pre1 829 7/23/2020
2.30.0 1,141,109 6/24/2020
2.30.0-pre1 234,711 6/9/2020
2.29.0 1,248,087 5/14/2020
2.28.1 529,240 4/6/2020
2.28.0 44,293 4/6/2020
2.28.0-pre3 7,720 3/11/2020
2.28.0-pre2 3,245 3/5/2020
2.28.0-pre1 1,307 2/28/2020
2.27.0 2,805,756 2/5/2020
2.27.0-pre1 15,239 1/23/2020
2.26.0 2,315,589 12/18/2019
2.26.0-pre1 1,623 12/6/2019
2.25.0 2,357,342 11/6/2019
2.25.0-pre1 5,008 10/25/2019
2.24.0 899,956 9/26/2019
2.24.0-pre1 9,918 9/11/2019
2.23.1 11,251 10/1/2019
2.23.0 1,442,096 8/19/2019
2.23.0-pre1 3,800 8/5/2019
1.22.1 111,696 8/19/2019
1.22.0 384,991 7/3/2019
1.22.0-pre1 22,124 6/26/2019
1.21.0 588,507 5/22/2019
1.21.0-pre1 3,431 5/11/2019
1.20.1 105,270 4/26/2019
1.20.0 152,788 4/16/2019
1.20.0-pre3 19,534 4/9/2019
1.20.0-pre2 1,193 4/5/2019
1.20.0-pre1 1,333 4/1/2019
1.19.0 506,034 2/27/2019
1.19.0-pre1 5,853 2/15/2019
1.18.0 219,841 1/16/2019
1.18.0-pre1 881 1/8/2019
1.17.1 50,714 12/17/2018
1.17.0 292,335 12/5/2018
1.17.0-pre3 900 11/29/2018
1.17.0-pre1 980 11/21/2018
1.16.0 152,952 10/24/2018
1.16.0-pre1 1,276 10/9/2018
1.15.0 183,844 9/12/2018
1.15.0-pre1 1,359 8/29/2018
1.14.2 24,760 8/31/2018
1.14.2-pre1 907 8/22/2018
1.14.1 116,250 8/9/2018
1.14.0 5,913 8/3/2018
1.14.0-pre1 989 7/26/2018
1.13.1 189,984 7/16/2018
1.13.0 148,547 7/2/2018
1.13.0-pre1 1,255 6/12/2018
1.12.0 243,264 5/15/2018
1.12.0-pre1 1,203 5/6/2018
1.11.1 1,887 5/15/2018
1.11.1-pre1 1,018 5/6/2018
1.11.0 53,341 4/16/2018
1.11.0-pre2 1,142 4/11/2018
1.11.0-pre1 982 4/6/2018
1.10.1 9,820 4/6/2018
1.10.1-pre1 1,001 4/3/2018
1.10.0 127,837 3/2/2018
1.10.0-pre2 1,043 2/27/2018
1.10.0-pre1 943 2/23/2018
1.9.0 100,398 2/2/2018
1.9.0-pre3 1,382 1/31/2018
1.9.0-pre2 1,172 1/25/2018
1.8.6 4,965 1/31/2018
1.8.3 24,944 1/5/2018
1.8.0 257,142 12/13/2017
1.8.0-pre2 972 11/30/2017
1.8.0-pre1 892 11/29/2017
1.7.3 35,985 12/6/2017
1.7.1 15,101 10/31/2017
1.7.0 1,882 10/27/2017
1.7.0-pre1 961 10/20/2017
1.6.1 45,099 9/15/2017
1.6.0 19,083 8/30/2017
1.6.0-pre1 928 8/23/2017
1.4.1 39,134 6/29/2017
1.4.0 16,466 6/21/2017
1.3.6 11,344 5/25/2017
1.3.0 7,532 4/28/2017
1.2.2 18,251 4/5/2017
1.2.0 2,637 3/21/2017
1.2.0-pre1 1,829 3/15/2017
1.1.0 8,985 1/31/2017
1.1.0-pre1 967 1/27/2017
1.0.1 38,745 11/3/2016
1.0.1-pre1 1,095 10/10/2016
1.0.0 26,798 8/18/2016
1.0.0-pre2 1,040 8/12/2016
1.0.0-pre1 1,837 7/21/2016
0.15.0 17,312 6/27/2016
0.14.0 4,285 5/11/2016
0.13.1 7,219 4/1/2016
0.13.1-pre1 1,065 3/29/2016
0.13.0 3,319 2/13/2016
0.12.0 2,289 1/15/2016
0.7.1 2,446 9/23/2015
0.7.0 1,960 9/9/2015
0.6.1 2,317 7/31/2015
0.6.0 1,583 7/13/2015
0.5.1 1,423 6/5/2015
0.5.0 25,937 5/29/2015