Grpc.Tools
2.68.1
Prefix Reserved
See the version list below for details.
dotnet add package Grpc.Tools --version 2.68.1
NuGet\Install-Package Grpc.Tools -Version 2.68.1
<PackageReference Include="Grpc.Tools" Version="2.68.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="Grpc.Tools" Version="2.68.1" />
<PackageReference Include="Grpc.Tools"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Grpc.Tools --version 2.68.1
#r "nuget: Grpc.Tools, 2.68.1"
#addin nuget:?package=Grpc.Tools&version=2.68.1
#tool nuget:?package=Grpc.Tools&version=2.68.1
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
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.3
- No dependencies.
NuGet packages (122)
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 .NET Aspire application model. |
|
Aspire.Hosting.AppHost
Core library and MSBuild logic for .NET Aspire AppHost projects. |
|
Grpc.Gcp
Extension supporting Google Cloud Platform specific features for gRPC. |
|
Aspire.Hosting.Azure
Azure resource types for .NET Aspire. |
GitHub repositories (153)
Showing the top 20 popular GitHub repositories that depend on Grpc.Tools:
Repository | Stars |
---|---|
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 Preview 3, 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.
|
|
Richasy/Bili.Uwp
适用于新系统UI的哔哩
|
|
dotnet/eShop
A reference .NET application implementing an eCommerce site
|
|
elsa-workflows/elsa-core
A .NET workflows library
|
|
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
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
|
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
|
|
grpc/grpc-dotnet
gRPC for .NET
|
|
open-telemetry/opentelemetry-dotnet
The OpenTelemetry .NET Client
|
|
fanliang11/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
|
|
cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
|
|
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 19, 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), ..
|
|
prometheus-net/prometheus-net
.NET library to instrument your code with Prometheus metrics
|
Version | Downloads | Last updated |
---|---|---|
2.71.0 | 559,894 | a month ago |
2.70.0 | 562,160 | 2 months ago |
2.69.0 | 2,527,311 | 3 months ago |
2.69.0-pre1 | 5,382 | 4 months ago |
2.68.1 | 1,064,629 | 4 months ago |
2.67.0 | 5,340,258 | 6 months ago |
2.67.0-pre1 | 9,933 | 7 months ago |
2.66.0 | 4,739,713 | 8 months ago |
2.66.0-pre5 | 2,983 | 8 months ago |
2.66.0-pre3 | 4,367 | 8 months ago |
2.65.0 | 3,789,573 | 9 months ago |
2.65.0-pre1 | 48,731 | 6/14/2024 |
2.64.0 | 2,648,872 | 5/22/2024 |
2.64.0-pre1 | 5,144 | 5/8/2024 |
2.63.0 | 2,704,569 | 5/1/2024 |
2.62.0 | 5,896,070 | 2/21/2024 |
2.62.0-pre1 | 8,962 | 2/16/2024 |
2.61.0 | 2,760,017 | 2/2/2024 |
2.60.0 | 5,124,003 | 12/12/2023 |
2.60.0-pre1 | 83,412 | 11/15/2023 |
2.59.0 | 5,943,250 | 10/17/2023 |
2.58.0 | 3,003,343 | 9/8/2023 |
2.58.0-pre1 | 15,458 | 8/28/2023 |
2.57.0 | 3,191,013 | 8/10/2023 |
2.57.0-pre1 | 16,111 | 7/31/2023 |
2.56.2 | 950,599 | 7/17/2023 |
2.56.0 | 1,550,308 | 6/23/2023 |
2.55.1 | 2,339,239 | 6/22/2023 |
2.54.0 | 3,822,105 | 4/13/2023 |
2.54.0-pre2 | 449 | 4/13/2023 |
2.53.0 | 2,288,761 | 3/25/2023 |
2.53.0-pre2 | 6,242 | 3/17/2023 |
2.53.0-pre1 | 19,936 | 3/1/2023 |
2.52.0 | 3,323,409 | 3/1/2023 |
2.52.0-pre1 | 33,283 | 1/18/2023 |
2.51.0 | 5,813,130 | 12/7/2022 |
2.51.0-pre1 | 47,400 | 11/18/2022 |
2.50.0 | 3,894,289 | 10/17/2022 |
2.50.0-pre1 | 27,342 | 10/3/2022 |
2.49.1 | 1,029,435 | 9/27/2022 |
2.49.0 | 15,953,054 | 9/26/2022 |
2.49.0-pre3 | 10,681 | 9/2/2022 |
2.49.0-pre1 | 12,346 | 8/24/2022 |
2.48.1 | 855,448 | 9/1/2022 |
2.48.0 | 2,016,067 | 8/16/2022 |
2.48.0-pre1 | 26,139 | 7/6/2022 |
2.47.0 | 4,676,360 | 6/23/2022 |
2.47.0-pre1 | 565 | 6/22/2022 |
2.46.6 | 357,959 | 1/11/2023 |
2.46.5 | 77,887 | 9/26/2022 |
2.46.3 | 1,430,779 | 5/24/2022 |
2.46.1 | 2,163,924 | 5/12/2022 |
2.46.0-pre2 | 5,869 | 4/27/2022 |
2.46.0-pre1 | 11,139 | 4/19/2022 |
2.45.0 | 6,573,911 | 3/22/2022 |
2.45.0-pre1 | 9,782 | 3/10/2022 |
2.44.0 | 2,299,389 | 2/15/2022 |
2.44.0-pre2 | 5,243 | 1/27/2022 |
2.43.0 | 4,411,861 | 1/3/2022 |
2.43.0-pre1 | 6,718 | 12/7/2021 |
2.42.0 | 3,834,109 | 11/18/2021 |
2.42.0-pre1 | 6,770 | 11/8/2021 |
2.41.1 | 2,833,307 | 10/26/2021 |
2.41.0 | 1,858,700 | 9/30/2021 |
2.41.0-pre2 | 8,776 | 9/21/2021 |
2.40.0 | 5,961,621 | 9/7/2021 |
2.40.0-pre1 | 10,757 | 8/25/2021 |
2.39.1 | 1,521,867 | 8/13/2021 |
2.39.0-pre1 | 6,745 | 7/16/2021 |
2.38.1 | 1,409,231 | 6/22/2021 |
2.38.0 | 1,476,597 | 5/25/2021 |
2.38.0-pre1 | 7,190 | 5/11/2021 |
2.37.1 | 385,775 | 4/30/2021 |
2.37.0 | 3,189,054 | 4/8/2021 |
2.37.0-pre1 | 7,595 | 4/1/2021 |
2.36.4 | 567,450 | 3/22/2021 |
2.36.1 | 1,131,165 | 3/4/2021 |
2.36.0 | 169,713 | 2/24/2021 |
2.36.0-pre1 | 1,868 | 2/18/2021 |
2.35.0 | 1,284,389 | 1/21/2021 |
2.35.0-pre1 | 18,898 | 1/11/2021 |
2.34.1 | 394,908 | 1/14/2021 |
2.34.0 | 2,236,811 | 12/3/2020 |
2.34.0-pre1 | 15,945 | 11/23/2020 |
2.33.1 | 1,550,953 | 10/22/2020 |
2.33.0-pre1 | 3,678 | 10/12/2020 |
2.32.0 | 1,886,330 | 9/11/2020 |
2.32.0-pre1 | 13,647 | 9/3/2020 |
2.31.0 | 1,235,002 | 8/5/2020 |
2.31.0-pre2 | 6,060 | 7/29/2020 |
2.31.0-pre1 | 977 | 7/23/2020 |
2.30.0 | 1,225,741 | 6/24/2020 |
2.30.0-pre1 | 245,944 | 6/9/2020 |
2.29.0 | 1,348,354 | 5/14/2020 |
2.28.1 | 564,248 | 4/6/2020 |
2.28.0 | 51,281 | 4/6/2020 |
2.28.0-pre3 | 7,889 | 3/11/2020 |
2.28.0-pre2 | 3,627 | 3/5/2020 |
2.28.0-pre1 | 1,462 | 2/28/2020 |
2.27.0 | 2,935,149 | 2/5/2020 |
2.27.0-pre1 | 15,480 | 1/23/2020 |
2.26.0 | 2,344,336 | 12/18/2019 |
2.26.0-pre1 | 1,774 | 12/6/2019 |
2.25.0 | 2,408,250 | 11/6/2019 |
2.25.0-pre1 | 5,192 | 10/25/2019 |
2.24.0 | 918,172 | 9/26/2019 |
2.24.0-pre1 | 10,178 | 9/11/2019 |
2.23.1 | 11,572 | 10/1/2019 |
2.23.0 | 1,617,983 | 8/19/2019 |
2.23.0-pre1 | 3,973 | 8/5/2019 |
1.22.1 | 126,540 | 8/19/2019 |
1.22.0 | 422,190 | 7/3/2019 |
1.22.0-pre1 | 22,796 | 6/26/2019 |
1.21.0 | 591,974 | 5/22/2019 |
1.21.0-pre1 | 3,597 | 5/11/2019 |
1.20.1 | 106,308 | 4/26/2019 |
1.20.0 | 155,505 | 4/16/2019 |
1.20.0-pre3 | 19,734 | 4/9/2019 |
1.20.0-pre2 | 1,365 | 4/5/2019 |
1.20.0-pre1 | 1,474 | 4/1/2019 |
1.19.0 | 515,615 | 2/27/2019 |
1.19.0-pre1 | 6,076 | 2/15/2019 |
1.18.0 | 223,446 | 1/16/2019 |
1.18.0-pre1 | 1,032 | 1/8/2019 |
1.17.1 | 52,809 | 12/17/2018 |
1.17.0 | 311,162 | 12/5/2018 |
1.17.0-pre3 | 1,072 | 11/29/2018 |
1.17.0-pre1 | 1,151 | 11/21/2018 |
1.16.0 | 169,979 | 10/24/2018 |
1.16.0-pre1 | 1,502 | 10/9/2018 |
1.15.0 | 185,711 | 9/12/2018 |
1.15.0-pre1 | 1,517 | 8/29/2018 |
1.14.2 | 25,158 | 8/31/2018 |
1.14.2-pre1 | 1,078 | 8/22/2018 |
1.14.1 | 123,439 | 8/9/2018 |
1.14.0 | 6,235 | 8/3/2018 |
1.14.0-pre1 | 1,174 | 7/26/2018 |
1.13.1 | 196,070 | 7/16/2018 |
1.13.0 | 225,477 | 7/2/2018 |
1.13.0-pre1 | 1,486 | 6/12/2018 |
1.12.0 | 254,756 | 5/15/2018 |
1.12.0-pre1 | 1,450 | 5/6/2018 |
1.11.1 | 2,204 | 5/15/2018 |
1.11.1-pre1 | 1,260 | 5/6/2018 |
1.11.0 | 58,097 | 4/16/2018 |
1.11.0-pre2 | 1,397 | 4/11/2018 |
1.11.0-pre1 | 1,215 | 4/6/2018 |
1.10.1 | 10,173 | 4/6/2018 |
1.10.1-pre1 | 1,243 | 4/3/2018 |
1.10.0 | 132,850 | 3/2/2018 |
1.10.0-pre2 | 1,281 | 2/27/2018 |
1.10.0-pre1 | 1,136 | 2/23/2018 |
1.9.0 | 103,752 | 2/2/2018 |
1.9.0-pre3 | 1,625 | 1/31/2018 |
1.9.0-pre2 | 1,366 | 1/25/2018 |
1.8.6 | 6,503 | 1/31/2018 |
1.8.3 | 25,494 | 1/5/2018 |
1.8.0 | 265,084 | 12/13/2017 |
1.8.0-pre2 | 1,170 | 11/30/2017 |
1.8.0-pre1 | 1,094 | 11/29/2017 |
1.7.3 | 39,610 | 12/6/2017 |
1.7.1 | 15,465 | 10/31/2017 |
1.7.0 | 2,121 | 10/27/2017 |
1.7.0-pre1 | 1,156 | 10/20/2017 |
1.6.1 | 45,499 | 9/15/2017 |
1.6.0 | 19,524 | 8/30/2017 |
1.6.0-pre1 | 1,147 | 8/23/2017 |
1.4.1 | 39,609 | 6/29/2017 |
1.4.0 | 16,752 | 6/21/2017 |
1.3.6 | 11,594 | 5/25/2017 |
1.3.0 | 7,878 | 4/28/2017 |
1.2.2 | 21,754 | 4/5/2017 |
1.2.0 | 2,899 | 3/21/2017 |
1.2.0-pre1 | 2,029 | 3/15/2017 |
1.1.0 | 9,306 | 1/31/2017 |
1.1.0-pre1 | 1,165 | 1/27/2017 |
1.0.1 | 40,509 | 11/3/2016 |
1.0.1-pre1 | 1,289 | 10/10/2016 |
1.0.0 | 27,295 | 8/18/2016 |
1.0.0-pre2 | 1,242 | 8/12/2016 |
1.0.0-pre1 | 2,046 | 7/21/2016 |
0.15.0 | 17,639 | 6/27/2016 |
0.14.0 | 4,519 | 5/11/2016 |
0.13.1 | 8,081 | 4/1/2016 |
0.13.1-pre1 | 1,277 | 3/29/2016 |
0.13.0 | 3,596 | 2/13/2016 |
0.12.0 | 2,570 | 1/15/2016 |
0.7.1 | 2,664 | 9/23/2015 |
0.7.0 | 2,272 | 9/9/2015 |
0.6.1 | 2,565 | 7/31/2015 |
0.6.0 | 1,860 | 7/13/2015 |
0.5.1 | 1,641 | 6/5/2015 |
0.5.0 | 52,944 | 5/29/2015 |