protobuf-net.Grpc.AspNetCore 1.3.14

Prefix Reserved
dotnet add package protobuf-net.Grpc.AspNetCore --version 1.3.14
                    
NuGet\Install-Package protobuf-net.Grpc.AspNetCore -Version 1.3.14
                    
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="protobuf-net.Grpc.AspNetCore" Version="1.3.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="protobuf-net.Grpc.AspNetCore" Version="1.3.14" />
                    
Directory.Packages.props
<PackageReference Include="protobuf-net.Grpc.AspNetCore" />
                    
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 protobuf-net.Grpc.AspNetCore --version 1.3.14
                    
#r "nuget: protobuf-net.Grpc.AspNetCore, 1.3.14"
                    
#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 protobuf-net.Grpc.AspNetCore@1.3.14
                    
#: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=protobuf-net.Grpc.AspNetCore&version=1.3.14
                    
Install as a Cake Addin
#tool nuget:?package=protobuf-net.Grpc.AspNetCore&version=1.3.14
                    
Install as a Cake Tool

protobuf-net.Grpc.AspNetCore

Hosts code-first gRPC services in ASP.NET Core: your service is a class implementing a [ServiceContract] interface, with no .proto file and no generated base class.

builder.Services.AddCodeFirstGrpc();
// ...
app.MapGrpcService<MyService>();
public class MyService : IMyAmazingService
{
    public ValueTask<SearchResponse> SearchAsync(SearchRequest request) { /* ... */ }
}

Everything else is ordinary Grpc.AspNetCore.Server — interceptors, health checks, logging and the rest all apply unchanged. For a .proto schema, or gRPC server reflection, add protobuf-net.Grpc.AspNetCore.Reflection.

More

Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (63)

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

Package Downloads
MyJetWallet.Sdk.Service

Package Description

MyJetWallet.Sdk.GrpcSchema

Package Description

ServiceStack.Extensions

ServiceStack extensions for .NET Core Apps, including GrpcFeature

SuchenExpert.Core.Common

This package for SuchenExpert projects

Havit.Blazor.Grpc.Server

HAVIT Blazor stack - gRPC Support - server-side

GitHub repositories (15)

Showing the top 15 popular GitHub repositories that depend on protobuf-net.Grpc.AspNetCore:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
grpc/grpc-dotnet
gRPC for .NET
linq2db/linq2db
Linq to database provider.
ProtonVPN/win-app
Official ProtonVPN Windows app
JasperFx/wolverine
Supercharged .NET server side development!
SteveDunn/Vogen
A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
abpframework/abp-samples
Sample solutions built with the ABP Framework
dapr/dotnet-sdk
Dapr SDK for .NET
davidfowl/Micronetes
Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
gustavnavar/Grid.Blazor
Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
havit/Havit.Blazor
Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
jessetalk/Galaxy
A c# and asp.net core based micro service demo
max-ieremenko/ServiceModel.Grpc
Code-first for gRPC
Version Downloads Last Updated
1.3.14 28,612 8/20/2026
1.3.6 11,975 8/17/2026
1.3.0 1,192 8/16/2026
1.2.2 4,893,018 10/14/2024
1.1.1 4,009,004 2/2/2023
1.0.179 520,552 11/9/2022
1.0.177 238,066 9/13/2022
1.0.152 2,042,127 3/19/2021
1.0.147 269,748 1/25/2021
1.0.140 217,072 12/2/2020
1.0.136 72,435 11/14/2020
1.0.123 138,768 7/8/2020
1.0.118 1,662 7/6/2020
1.0.113 1,353 7/6/2020
1.0.110 1,591 7/5/2020
1.0.90 16,040 6/8/2020
1.0.81 1,515 6/5/2020
1.0.75 2,451 6/2/2020
Loading failed