Grpc.Tools 2.76.0

Prefix Reserved
dotnet add package Grpc.Tools --version 2.76.0
                    
NuGet\Install-Package Grpc.Tools -Version 2.76.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.76.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.
<PackageVersion Include="Grpc.Tools" Version="2.76.0" />
                    
Directory.Packages.props
<PackageReference Include="Grpc.Tools">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Grpc.Tools --version 2.76.0
                    
#r "nuget: Grpc.Tools, 2.76.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.
#:package Grpc.Tools@2.76.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Grpc.Tools&version=2.76.0
                    
Install as a Cake Addin
#tool nuget:?package=Grpc.Tools&version=2.76.0
                    
Install as a Cake Tool

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

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

Package Downloads
Grpc.AspNetCore

gRPC meta-package for ASP.NET Core

Aspire.Hosting

Core abstractions for the Aspire application model.

Aspire.Hosting.AppHost

Core library and MSBuild logic for Aspire AppHost projects.

TIKSN-Framework

This is a .NET Framework enhancement framework. Main features are Versioning, Finance, Currency, Foreign Exchange, Money, Pricing strategy, Telemetry, Composite Weighted Progress, Repository and Unity of Wok pattern implementation with Entity Framework Core, Network Connectivity Service and Triggering, Settings, Windows Registry configuration source, Azure Storage Repository, MongoDB Repository, NoDB Repository, Lingual and Regional Localization, Serialization, Rest Requester, Rest Repository, Dependency Injection, Composition Root Setup base classes.

Aspire.Hosting.Azure

Azure resource types for Aspire.

GitHub repositories (166)

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

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
rocksdanister/lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
nilaoda/BBDown
Bilibili Downloader. 一个命令行式哔哩哔哩下载器.
dotnet/orleans
Cloud Native application framework for .NET
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
dotnet/eShop
A reference .NET application implementing an eCommerce site
Richasy/Bili.Uwp
适用于新系统UI的哔哩
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
dotnet/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
grpc/grpc-dotnet
gRPC for .NET
cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
open-telemetry/opentelemetry-dotnet
The OpenTelemetry .NET Client
Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
microsurging/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 10 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 20, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ...
Version Downloads Last Updated
2.76.0 303,454 10/25/2025
2.72.0 7,710,128 5/6/2025
2.71.0 9,643,573 3/10/2025
2.70.0 2,872,046 2/25/2025
2.69.0 5,384,758 1/8/2025
2.69.0-pre1 6,247 12/13/2024
2.68.1 2,673,723 12/4/2024
2.67.0 9,887,278 10/8/2024
2.67.0-pre1 13,608 9/19/2024
2.66.0 8,442,497 8/26/2024
2.66.0-pre5 3,990 8/16/2024
2.66.0-pre3 4,547 8/8/2024
2.65.0 5,138,988 7/16/2024
2.65.0-pre1 65,133 6/14/2024
2.64.0 3,504,358 5/22/2024
2.64.0-pre1 5,342 5/8/2024
2.63.0 3,617,199 5/1/2024
2.62.0 8,157,882 2/21/2024
2.62.0-pre1 9,114 2/16/2024
2.61.0 4,049,121 2/2/2024
2.60.0 6,131,078 12/12/2023
2.60.0-pre1 84,479 11/15/2023
2.59.0 7,757,276 10/17/2023
2.58.0 3,628,873 9/8/2023
2.58.0-pre1 16,974 8/28/2023
2.57.0 4,307,301 8/10/2023
2.57.0-pre1 16,949 7/31/2023
2.56.2 1,070,456 7/17/2023
2.56.0 1,905,283 6/23/2023
2.55.1 2,854,680 6/22/2023
2.54.0 4,122,245 4/13/2023
2.54.0-pre2 628 4/13/2023
2.53.0 2,540,379 3/25/2023
2.53.0-pre2 6,731 3/17/2023
2.53.0-pre1 20,826 3/1/2023
2.52.0 3,937,504 3/1/2023
2.52.0-pre1 34,362 1/18/2023
2.51.0 6,623,314 12/7/2022
2.51.0-pre1 54,327 11/18/2022
2.50.0 4,278,213 10/17/2022
2.50.0-pre1 27,637 10/3/2022
2.49.1 1,130,179 9/27/2022
2.49.0 25,654,330 9/26/2022
2.49.0-pre3 11,403 9/2/2022
2.49.0-pre1 12,700 8/24/2022
2.48.1 908,487 9/1/2022
2.48.0 2,763,716 8/16/2022
2.48.0-pre1 26,665 7/6/2022
2.47.0 5,249,764 6/23/2022
2.47.0-pre1 788 6/22/2022
2.46.6 529,106 1/11/2023
2.46.5 88,747 9/26/2022
2.46.3 1,549,071 5/24/2022
2.46.1 2,362,216 5/12/2022
2.46.0-pre2 6,559 4/27/2022
2.46.0-pre1 11,357 4/19/2022
2.45.0 6,902,971 3/22/2022
2.45.0-pre1 10,006 3/10/2022
2.44.0 2,433,174 2/15/2022
2.44.0-pre2 5,453 1/27/2022
2.43.0 5,035,634 1/3/2022
2.43.0-pre1 7,584 12/7/2021
2.42.0 4,090,834 11/18/2021
2.42.0-pre1 7,096 11/8/2021
2.41.1 2,941,400 10/26/2021
2.41.0 1,954,299 9/30/2021
2.41.0-pre2 8,980 9/21/2021
2.40.0 6,391,119 9/7/2021
2.40.0-pre1 11,321 8/25/2021
2.39.1 1,579,349 8/13/2021
2.39.0-pre1 7,188 7/16/2021
2.38.1 1,488,326 6/22/2021
2.38.0 1,542,143 5/25/2021
2.38.0-pre1 7,545 5/11/2021
2.37.1 403,560 4/30/2021
2.37.0 3,328,178 4/8/2021
2.37.0-pre1 7,806 4/1/2021
2.36.4 606,759 3/22/2021
2.36.1 1,215,727 3/4/2021
2.36.0 181,622 2/24/2021
2.36.0-pre1 2,081 2/18/2021
2.35.0 1,329,100 1/21/2021
2.35.0-pre1 19,122 1/11/2021
2.34.1 410,457 1/14/2021
2.34.0 2,312,896 12/3/2020
2.34.0-pre1 16,188 11/23/2020
2.33.1 1,601,906 10/22/2020
2.33.0-pre1 3,879 10/12/2020
2.32.0 2,080,415 9/11/2020
2.32.0-pre1 13,867 9/3/2020
2.31.0 1,260,745 8/5/2020
2.31.0-pre2 6,295 7/29/2020
2.31.0-pre1 1,177 7/23/2020
2.30.0 1,300,922 6/24/2020
2.30.0-pre1 249,994 6/9/2020
2.29.0 1,423,576 5/14/2020
2.28.1 597,899 4/6/2020
2.28.0 61,023 4/6/2020
2.28.0-pre3 8,103 3/11/2020
2.28.0-pre2 3,863 3/5/2020
2.28.0-pre1 1,684 2/28/2020
2.27.0 3,070,283 2/5/2020
2.27.0-pre1 15,940 1/23/2020
2.26.0 2,367,409 12/18/2019
2.26.0-pre1 1,985 12/6/2019
2.25.0 2,439,700 11/6/2019
2.25.0-pre1 5,435 10/25/2019
2.24.0 931,737 9/26/2019
2.24.0-pre1 10,397 9/11/2019
2.23.1 20,103 10/1/2019
2.23.0 1,714,075 8/19/2019
2.23.0-pre1 4,196 8/5/2019
1.22.1 140,022 8/19/2019
1.22.0 442,696 7/3/2019
1.22.0-pre1 23,354 6/26/2019
1.21.0 602,173 5/22/2019
1.21.0-pre1 3,822 5/11/2019
1.20.1 115,120 4/26/2019
1.20.0 167,508 4/16/2019
1.20.0-pre3 19,955 4/9/2019
1.20.0-pre2 1,578 4/5/2019
1.20.0-pre1 1,678 4/1/2019
1.19.0 536,478 2/27/2019
1.19.0-pre1 6,295 2/15/2019
1.18.0 232,866 1/16/2019
1.18.0-pre1 1,242 1/8/2019
1.17.1 62,935 12/17/2018
1.17.0 324,859 12/5/2018
1.17.0-pre3 1,287 11/29/2018
1.17.0-pre1 1,373 11/21/2018
1.16.0 191,373 10/24/2018
1.16.0-pre1 2,022 10/9/2018
1.15.0 195,425 9/12/2018
1.15.0-pre1 1,807 8/29/2018
1.14.2 33,908 8/31/2018
1.14.2-pre1 1,379 8/22/2018
1.14.1 136,228 8/9/2018
1.14.0 14,742 8/3/2018
1.14.0-pre1 1,632 7/26/2018
1.13.1 207,251 7/16/2018
1.13.0 242,977 7/2/2018
1.13.0-pre1 2,105 6/12/2018
1.12.0 269,698 5/15/2018
1.12.0-pre1 2,089 5/6/2018
1.11.1 10,851 5/15/2018
1.11.1-pre1 1,889 5/6/2018
1.11.0 69,581 4/16/2018
1.11.0-pre2 2,009 4/11/2018
1.11.0-pre1 1,834 4/6/2018
1.10.1 18,847 4/6/2018
1.10.1-pre1 1,890 4/3/2018
1.10.0 143,701 3/2/2018
1.10.0-pre2 1,904 2/27/2018
1.10.0-pre1 1,604 2/23/2018
1.9.0 114,530 2/2/2018
1.9.0-pre3 2,250 1/31/2018
1.9.0-pre2 1,816 1/25/2018
1.8.6 16,072 1/31/2018
1.8.3 34,221 1/5/2018
1.8.0 290,234 12/13/2017
1.8.0-pre2 1,614 11/30/2017
1.8.0-pre1 1,539 11/29/2017
1.7.3 49,395 12/6/2017
1.7.1 24,145 10/31/2017
1.7.0 10,590 10/27/2017
1.7.0-pre1 1,602 10/20/2017
1.6.1 54,143 9/15/2017
1.6.0 28,432 8/30/2017
1.6.0-pre1 1,595 8/23/2017
1.4.1 48,696 6/29/2017
1.4.0 25,223 6/21/2017
1.3.6 20,063 5/25/2017
1.3.0 16,449 4/28/2017
1.2.2 32,892 4/5/2017
1.2.0 11,374 3/21/2017
1.2.0-pre1 2,491 3/15/2017
1.1.0 17,851 1/31/2017
1.1.0-pre1 1,617 1/27/2017
1.0.1 50,199 11/3/2016
1.0.1-pre1 1,745 10/10/2016
1.0.0 35,830 8/18/2016
1.0.0-pre2 1,695 8/12/2016
1.0.0-pre1 2,504 7/21/2016
0.15.0 26,165 6/27/2016
0.14.0 13,017 5/11/2016
0.13.1 16,792 4/1/2016
0.13.1-pre1 1,739 3/29/2016
0.13.0 12,267 2/13/2016
0.12.0 11,224 1/15/2016
0.7.1 11,131 9/23/2015
0.7.0 10,767 9/9/2015
0.6.1 11,097 7/31/2015
0.6.0 10,509 7/13/2015
0.5.1 10,117 6/5/2015
0.5.0 88,990 5/29/2015