Grpc.Tools 2.58.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Grpc.Tools --version 2.58.0
NuGet\Install-Package Grpc.Tools -Version 2.58.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.58.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.58.0
#r "nuget: Grpc.Tools, 2.58.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.58.0

// Install Grpc.Tools as a Cake Tool
#tool nuget:?package=Grpc.Tools&version=2.58.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 (63)

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 (113)

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-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
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
Version Downloads Last updated
2.58.0 134,624 9/8/2023
2.58.0-pre1 6,119 8/28/2023
2.57.0 434,685 8/10/2023
2.57.0-pre1 5,000 7/31/2023
2.56.2 370,384 7/17/2023
2.56.0 519,406 6/23/2023
2.55.1 486,963 6/22/2023
2.54.0 2,026,832 4/13/2023
2.54.0-pre2 124 4/13/2023
2.53.0 1,184,238 3/25/2023
2.53.0-pre2 3,681 3/17/2023
2.53.0-pre1 10,349 3/1/2023
2.52.0 1,490,995 3/1/2023
2.52.0-pre1 26,383 1/18/2023
2.51.0 3,147,899 12/7/2022
2.51.0-pre1 22,949 11/18/2022
2.50.0 2,391,459 10/17/2022
2.50.0-pre1 15,467 10/3/2022
2.49.1 657,222 9/27/2022
2.49.0 1,758,078 9/26/2022
2.49.0-pre3 4,823 9/2/2022
2.49.0-pre1 11,600 8/24/2022
2.48.1 651,536 9/1/2022
2.48.0 913,901 8/16/2022
2.48.0-pre1 21,014 7/6/2022
2.47.0 2,936,922 6/23/2022
2.47.0-pre1 271 6/22/2022
2.46.6 91,487 1/11/2023
2.46.5 69,700 9/26/2022
2.46.3 1,005,687 5/24/2022
2.46.1 1,545,277 5/12/2022
2.46.0-pre2 4,543 4/27/2022
2.46.0-pre1 10,724 4/19/2022
2.45.0 2,970,701 3/22/2022
2.45.0-pre1 9,002 3/10/2022
2.44.0 1,777,549 2/15/2022
2.44.0-pre2 4,880 1/27/2022
2.43.0 2,662,566 1/3/2022
2.43.0-pre1 5,802 12/7/2021
2.42.0 2,609,650 11/18/2021
2.42.0-pre1 6,029 11/8/2021
2.41.1 1,823,493 10/26/2021
2.41.0 1,540,140 9/30/2021
2.41.0-pre2 6,385 9/21/2021
2.40.0 4,059,552 9/7/2021
2.40.0-pre1 7,254 8/25/2021
2.39.1 1,249,679 8/13/2021
2.39.0-pre1 5,749 7/16/2021
2.38.1 1,125,466 6/22/2021
2.38.0 1,215,092 5/25/2021
2.38.0-pre1 6,168 5/11/2021
2.37.1 343,765 4/30/2021
2.37.0 2,722,385 4/8/2021
2.37.0-pre1 6,808 4/1/2021
2.36.4 502,127 3/22/2021
2.36.1 961,492 3/4/2021
2.36.0 151,638 2/24/2021
2.36.0-pre1 1,537 2/18/2021
2.35.0 1,160,766 1/21/2021
2.35.0-pre1 18,497 1/11/2021
2.34.1 377,084 1/14/2021
2.34.0 2,048,472 12/3/2020
2.34.0-pre1 15,631 11/23/2020
2.33.1 1,396,937 10/22/2020
2.33.0-pre1 2,437 10/12/2020
2.32.0 1,606,495 9/11/2020
2.32.0-pre1 13,171 9/3/2020
2.31.0 1,139,282 8/5/2020
2.31.0-pre2 5,716 7/29/2020
2.31.0-pre1 764 7/23/2020
2.30.0 983,698 6/24/2020
2.30.0-pre1 214,150 6/9/2020
2.29.0 1,177,599 5/14/2020
2.28.1 501,367 4/6/2020
2.28.0 41,715 4/6/2020
2.28.0-pre3 7,511 3/11/2020
2.28.0-pre2 2,963 3/5/2020
2.28.0-pre1 1,186 2/28/2020
2.27.0 2,672,202 2/5/2020
2.27.0-pre1 14,926 1/23/2020
2.26.0 2,289,205 12/18/2019
2.26.0-pre1 1,560 12/6/2019
2.25.0 2,316,894 11/6/2019
2.25.0-pre1 4,778 10/25/2019
2.24.0 870,525 9/26/2019
2.24.0-pre1 9,738 9/11/2019
2.23.1 11,040 10/1/2019
2.23.0 1,286,974 8/19/2019
2.23.0-pre1 3,668 8/5/2019
1.22.1 103,848 8/19/2019
1.22.0 366,201 7/3/2019
1.22.0-pre1 21,793 6/26/2019
1.21.0 574,344 5/22/2019
1.21.0-pre1 3,331 5/11/2019
1.20.1 104,014 4/26/2019
1.20.0 151,772 4/16/2019
1.20.0-pre3 19,456 4/9/2019
1.20.0-pre2 1,128 4/5/2019
1.20.0-pre1 1,266 4/1/2019
1.19.0 462,415 2/27/2019
1.19.0-pre1 5,669 2/15/2019
1.18.0 217,473 1/16/2019
1.18.0-pre1 823 1/8/2019
1.17.1 49,299 12/17/2018
1.17.0 281,039 12/5/2018
1.17.0-pre3 836 11/29/2018
1.17.0-pre1 894 11/21/2018
1.16.0 131,486 10/24/2018
1.16.0-pre1 1,180 10/9/2018
1.15.0 178,151 9/12/2018
1.15.0-pre1 1,266 8/29/2018
1.14.2 23,976 8/31/2018
1.14.2-pre1 850 8/22/2018
1.14.1 113,730 8/9/2018
1.14.0 5,727 8/3/2018
1.14.0-pre1 903 7/26/2018
1.13.1 183,897 7/16/2018
1.13.0 102,987 7/2/2018
1.13.0-pre1 1,178 6/12/2018
1.12.0 233,604 5/15/2018
1.12.0-pre1 1,121 5/6/2018
1.11.1 1,806 5/15/2018
1.11.1-pre1 965 5/6/2018
1.11.0 48,387 4/16/2018
1.11.0-pre2 1,079 4/11/2018
1.11.0-pre1 927 4/6/2018
1.10.1 9,718 4/6/2018
1.10.1-pre1 910 4/3/2018
1.10.0 122,815 3/2/2018
1.10.0-pre2 943 2/27/2018
1.10.0-pre1 862 2/23/2018
1.9.0 96,644 2/2/2018
1.9.0-pre3 1,300 1/31/2018
1.9.0-pre2 1,103 1/25/2018
1.8.6 4,679 1/31/2018
1.8.3 24,813 1/5/2018
1.8.0 208,956 12/13/2017
1.8.0-pre2 897 11/30/2017
1.8.0-pre1 813 11/29/2017
1.7.3 33,665 12/6/2017
1.7.1 14,983 10/31/2017
1.7.0 1,774 10/27/2017
1.7.0-pre1 865 10/20/2017
1.6.1 44,914 9/15/2017
1.6.0 18,813 8/30/2017
1.6.0-pre1 878 8/23/2017
1.4.1 38,106 6/29/2017
1.4.0 16,360 6/21/2017
1.3.6 11,268 5/25/2017
1.3.0 7,247 4/28/2017
1.2.2 17,656 4/5/2017
1.2.0 2,528 3/21/2017
1.2.0-pre1 1,737 3/15/2017
1.1.0 8,871 1/31/2017
1.1.0-pre1 891 1/27/2017
1.0.1 37,784 11/3/2016
1.0.1-pre1 1,014 10/10/2016
1.0.0 26,523 8/18/2016
1.0.0-pre2 939 8/12/2016
1.0.0-pre1 1,779 7/21/2016
0.15.0 16,910 6/27/2016
0.14.0 4,179 5/11/2016
0.13.1 6,731 4/1/2016
0.13.1-pre1 973 3/29/2016
0.13.0 3,215 2/13/2016
0.12.0 2,168 1/15/2016
0.7.1 2,371 9/23/2015
0.7.0 1,808 9/9/2015
0.6.1 2,185 7/31/2015
0.6.0 1,472 7/13/2015
0.5.1 1,318 6/5/2015
0.5.0 16,956 5/29/2015