Grpc.AspNetCore 2.61.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.AspNetCore --version 2.61.0
NuGet\Install-Package Grpc.AspNetCore -Version 2.61.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.AspNetCore" Version="2.61.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Grpc.AspNetCore --version 2.61.0
#r "nuget: Grpc.AspNetCore, 2.61.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.AspNetCore as a Cake Addin
#addin nuget:?package=Grpc.AspNetCore&version=2.61.0

// Install Grpc.AspNetCore as a Cake Tool
#tool nuget:?package=Grpc.AspNetCore&version=2.61.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 Program.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.
using GrpcGreeter.Services;

var builder = WebApplication.CreateBuilder(args);

// Add services to the container.
builder.Services.AddGrpc();

var app = builder.Build();

// Configure the HTTP request pipeline.
app.MapGrpcService<GreeterService>();

app.Run();

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.

Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (237)

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

Package Downloads
Aerospike.Client

Aerospike C# Client Library

Microsoft.Azure.WebJobs.Extensions.Rpc The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions.Rpc. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971

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

Ultra-fast distributed actors for .NET.

Calzolari.Grpc.AspNetCore.Validation

Request message validator for Grpc.AspNetCore

MyJetWallet.Sdk.Grpc

Package Description

GitHub repositories (85)

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
EventStore/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
grpc/grpc-dotnet
gRPC for .NET
Version Downloads Last updated
2.62.0-pre1 506 3/8/2024
2.61.0 195,336 2/22/2024
2.61.0-pre1 8,663 2/8/2024
2.60.0 665,319 1/3/2024
2.60.0-pre1 8,371 12/14/2023
2.59.0 1,232,122 11/8/2023
2.59.0-pre1 4,761 10/27/2023
2.58.0 423,269 10/19/2023
2.58.0-pre1 28,297 10/9/2023
2.57.0 967,896 9/6/2023
2.57.0-pre1 4,023 8/31/2023
2.56.0 310,945 8/25/2023
2.56.0-pre2 3,564 8/16/2023
2.56.0-pre1 3,772 8/3/2023
2.55.0 1,368,151 7/4/2023
2.55.0-pre1 4,143 6/23/2023
2.54.0 924,003 6/15/2023
2.54.0-pre1 9,049 5/25/2023
2.53.0 1,483,907 5/5/2023
2.53.0-pre1 8,852 4/12/2023
2.52.0 1,653,773 3/15/2023
2.52.0-pre1 6,067 3/3/2023
2.51.0 1,984,447 1/2/2023
2.51.0-pre1 4,897 12/7/2022
2.50.0 1,305,392 11/17/2022
2.50.0-pre1 12,321 11/3/2022
2.49.0 4,190,059 9/26/2022
2.49.0-pre1 2,420 9/1/2022
2.48.0 883,704 8/24/2022
2.48.0-pre1 1,830 8/17/2022
2.47.0 1,924,398 7/3/2022
2.47.0-pre1 2,025 6/23/2022
2.46.0 1,787,058 5/13/2022
2.46.0-pre1 2,000 4/28/2022
2.45.0 1,388,664 4/19/2022
2.45.0-pre1 3,300 4/7/2022
2.44.0 1,041,990 3/17/2022
2.44.0-pre1 17,952 3/9/2022
2.43.0 785,303 2/25/2022
2.43.0-pre1 8,760 1/28/2022
2.42.0 1,887,114 1/19/2022
2.42.0-pre1 7,884 12/30/2021
2.41.0 1,162,780 12/7/2021
2.41.0-pre1 15,968 11/12/2021
2.40.0 3,997,680 10/5/2021
2.40.0-pre1 3,457 9/9/2021
2.39.0 1,257,444 8/18/2021
2.39.0-pre1 3,763 8/6/2021
2.38.0 1,406,749 6/11/2021
2.38.0-pre1 700 6/4/2021
2.37.0 1,113,818 4/20/2021
2.37.0-pre1 451 4/14/2021
2.36.0 535,796 3/17/2021
2.36.0-pre1 980 3/9/2021
2.35.0 649,097 2/4/2021
2.35.0-pre1 1,491 1/26/2021
2.34.0 1,495,497 12/11/2020
2.34.0-pre1 2,793 12/1/2020
2.33.1 804,141 10/28/2020
2.33.1-pre1 795 10/22/2020
2.32.0 967,884 10/5/2020
2.32.0-pre1 12,891 9/8/2020
2.31.0 497,971 8/14/2020
2.31.0-pre2 919 8/3/2020
2.30.0 252,864 7/16/2020
2.30.0-pre1 2,526 6/17/2020
2.29.0 487,663 5/27/2020
2.29.0-pre1 3,019 5/15/2020
2.28.0 607,313 4/9/2020
2.28.0-pre2 15,177 3/11/2020
2.28.0-pre1 6,122 3/3/2020
2.27.0 1,445,619 2/7/2020
2.27.0-pre1 6,246 1/24/2020
2.26.0 308,149 12/19/2019
2.26.0-pre1 700 12/10/2019
2.25.0 909,494 11/7/2019
2.25.0-pre1 664 11/1/2019
2.24.0 314,307 10/21/2019
2.24.0-pre1 1,105 10/9/2019
2.23.2 205,086 9/20/2019
0.2.23-pre2 4,559 9/6/2019
0.2.23-pre1 4,860 8/21/2019
0.1.22-pre3 6,354 7/30/2019
0.1.22-pre2 10,125 7/2/2019