Grpc.AspNetCore
2.47.0
Prefix Reserved
See the version list below for details.
dotnet add package Grpc.AspNetCore --version 2.47.0
NuGet\Install-Package Grpc.AspNetCore -Version 2.47.0
<PackageReference Include="Grpc.AspNetCore" Version="2.47.0" />
paket add Grpc.AspNetCore --version 2.47.0
#r "nuget: Grpc.AspNetCore, 2.47.0"
// Install Grpc.AspNetCore as a Cake Addin #addin nuget:?package=Grpc.AspNetCore&version=2.47.0 // Install Grpc.AspNetCore as a Cake Tool #tool nuget:?package=Grpc.AspNetCore&version=2.47.0
Grpc.AspNetCore
Grpc.AspNetCore
is a metapackage with references to:
Grpc.AspNetCore.Server
: gRPC server library for .NET.Grpc.Tools
: Code-generation tooling package.Google.Protobuf
: Protobuf serialization library.
Configure gRPC
In Startup.cs:
- gRPC is enabled with the
AddGrpc
method. - Each gRPC service is added to the routing pipeline through the
MapGrpcService
method. For information about how to create gRPC services, see Create gRPC services and methods.
public class Startup
{
public void ConfigureServices(IServiceCollection services)
{
services.AddGrpc();
}
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
}
app.UseRouting();
app.UseEndpoints(endpoints =>
{
endpoints.MapGrpcService<GreeterService>();
});
}
}
ASP.NET Core middleware and features share the routing pipeline, therefore an app can be configured to serve additional request handlers. The additional request handlers, such as MVC controllers, work in parallel with the configured gRPC services.
Links
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 3.0
- Google.Protobuf (>= 3.19.4)
- Grpc.AspNetCore.Server.ClientFactory (>= 2.47.0)
- Grpc.Tools (>= 2.47.0)
-
net5.0
- Google.Protobuf (>= 3.19.4)
- Grpc.AspNetCore.Server.ClientFactory (>= 2.47.0)
- Grpc.Tools (>= 2.47.0)
-
net6.0
- Google.Protobuf (>= 3.19.4)
- Grpc.AspNetCore.Server.ClientFactory (>= 2.47.0)
- Grpc.Tools (>= 2.47.0)
NuGet packages (325)
Showing the top 5 NuGet packages that depend on Grpc.AspNetCore:
Package | Downloads |
---|---|
Microsoft.Azure.WebJobs.Extensions.Rpc
This package provides RPC capabilities to the WebJobs SDK, allowing extensions to communicate between the host and worker via RPC. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708. |
|
Aspire.Hosting
Core abstractions for the .NET Aspire application model. |
|
Calzolari.Grpc.AspNetCore.Validation
Request message validator for Grpc.AspNetCore |
|
Aspire.Hosting.AppHost
Core library and MSBuild logic for .NET Aspire AppHost projects. |
|
Proto.Remote
Ultra-fast distributed actors for .NET. |
GitHub repositories (99)
Showing the top 5 popular GitHub repositories that depend on Grpc.AspNetCore:
Repository | Stars |
---|---|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
dotnet/eShop
A reference .NET application implementing an eCommerce site
|
|
EventStore/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
|
Version | Downloads | Last updated |
---|---|---|
2.67.0-pre1 | 1,206 | 10/22/2024 |
2.66.0 | 524,006 | 9/20/2024 |
2.66.0-pre1 | 1,850 | 9/6/2024 |
2.65.0 | 1,400,110 | 7/27/2024 |
2.65.0-pre1 | 471 | 7/20/2024 |
2.64.0 | 124,311 | 7/19/2024 |
2.64.0-pre1 | 947 | 7/15/2024 |
2.63.0 | 1,566,801 | 5/24/2024 |
2.63.0-pre1 | 20,640 | 5/8/2024 |
2.62.0 | 1,337,702 | 3/29/2024 |
2.62.0-pre1 | 2,270 | 3/8/2024 |
2.61.0 | 1,780,947 | 2/22/2024 |
2.61.0-pre1 | 9,698 | 2/8/2024 |
2.60.0 | 2,171,265 | 1/3/2024 |
2.60.0-pre1 | 12,502 | 12/14/2023 |
2.59.0 | 2,465,317 | 11/8/2023 |
2.59.0-pre1 | 5,522 | 10/27/2023 |
2.58.0 | 914,244 | 10/19/2023 |
2.58.0-pre1 | 31,319 | 10/9/2023 |
2.57.0 | 1,627,155 | 9/6/2023 |
2.57.0-pre1 | 4,198 | 8/31/2023 |
2.56.0 | 388,017 | 8/25/2023 |
2.56.0-pre2 | 3,777 | 8/16/2023 |
2.56.0-pre1 | 4,176 | 8/3/2023 |
2.55.0 | 2,114,121 | 7/4/2023 |
2.55.0-pre1 | 4,557 | 6/23/2023 |
2.54.0 | 1,109,911 | 6/15/2023 |
2.54.0-pre1 | 9,700 | 5/25/2023 |
2.53.0 | 1,697,261 | 5/5/2023 |
2.53.0-pre1 | 14,159 | 4/12/2023 |
2.52.0 | 2,100,562 | 3/15/2023 |
2.52.0-pre1 | 6,671 | 3/3/2023 |
2.51.0 | 2,429,077 | 1/2/2023 |
2.51.0-pre1 | 5,158 | 12/7/2022 |
2.50.0 | 1,662,937 | 11/17/2022 |
2.50.0-pre1 | 17,541 | 11/3/2022 |
2.49.0 | 10,327,547 | 9/26/2022 |
2.49.0-pre1 | 2,706 | 9/1/2022 |
2.48.0 | 1,343,629 | 8/24/2022 |
2.48.0-pre1 | 2,041 | 8/17/2022 |
2.47.0 | 2,514,092 | 7/3/2022 |
2.47.0-pre1 | 2,249 | 6/23/2022 |
2.46.0 | 2,023,994 | 5/13/2022 |
2.46.0-pre1 | 2,239 | 4/28/2022 |
2.45.0 | 1,493,814 | 4/19/2022 |
2.45.0-pre1 | 3,649 | 4/7/2022 |
2.44.0 | 1,152,501 | 3/17/2022 |
2.44.0-pre1 | 18,174 | 3/9/2022 |
2.43.0 | 905,194 | 2/25/2022 |
2.43.0-pre1 | 9,109 | 1/28/2022 |
2.42.0 | 2,480,452 | 1/19/2022 |
2.42.0-pre1 | 8,688 | 12/30/2021 |
2.41.0 | 1,211,270 | 12/7/2021 |
2.41.0-pre1 | 17,085 | 11/12/2021 |
2.40.0 | 4,613,071 | 10/5/2021 |
2.40.0-pre1 | 3,658 | 9/9/2021 |
2.39.0 | 1,339,060 | 8/18/2021 |
2.39.0-pre1 | 3,946 | 8/6/2021 |
2.38.0 | 1,526,903 | 6/11/2021 |
2.38.0-pre1 | 881 | 6/4/2021 |
2.37.0 | 1,156,889 | 4/20/2021 |
2.37.0-pre1 | 636 | 4/14/2021 |
2.36.0 | 578,722 | 3/17/2021 |
2.36.0-pre1 | 1,167 | 3/9/2021 |
2.35.0 | 675,848 | 2/4/2021 |
2.35.0-pre1 | 1,665 | 1/26/2021 |
2.34.0 | 1,540,744 | 12/11/2020 |
2.34.0-pre1 | 2,963 | 12/1/2020 |
2.33.1 | 823,115 | 10/28/2020 |
2.33.1-pre1 | 965 | 10/22/2020 |
2.32.0 | 1,029,000 | 10/5/2020 |
2.32.0-pre1 | 13,084 | 9/8/2020 |
2.31.0 | 515,983 | 8/14/2020 |
2.31.0-pre2 | 1,099 | 8/3/2020 |
2.30.0 | 265,358 | 7/16/2020 |
2.30.0-pre1 | 2,711 | 6/17/2020 |
2.29.0 | 503,265 | 5/27/2020 |
2.29.0-pre1 | 3,263 | 5/15/2020 |
2.28.0 | 628,099 | 4/9/2020 |
2.28.0-pre2 | 15,355 | 3/11/2020 |
2.28.0-pre1 | 6,361 | 3/3/2020 |
2.27.0 | 1,496,012 | 2/7/2020 |
2.27.0-pre1 | 6,458 | 1/24/2020 |
2.26.0 | 314,944 | 12/19/2019 |
2.26.0-pre1 | 868 | 12/10/2019 |
2.25.0 | 911,195 | 11/7/2019 |
2.25.0-pre1 | 834 | 11/1/2019 |
2.24.0 | 323,296 | 10/21/2019 |
2.24.0-pre1 | 1,279 | 10/9/2019 |
2.23.2 | 219,488 | 9/20/2019 |
0.2.23-pre2 | 4,613 | 9/6/2019 |
0.2.23-pre1 | 4,943 | 8/21/2019 |
0.1.22-pre3 | 6,552 | 7/30/2019 |
0.1.22-pre2 | 10,175 | 7/2/2019 |