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
<PackageReference Include="protobuf-net.Grpc.AspNetCore" Version="1.3.14" />
<PackageVersion Include="protobuf-net.Grpc.AspNetCore" Version="1.3.14" />
<PackageReference Include="protobuf-net.Grpc.AspNetCore" />
paket add protobuf-net.Grpc.AspNetCore --version 1.3.14
#r "nuget: protobuf-net.Grpc.AspNetCore, 1.3.14"
#:package protobuf-net.Grpc.AspNetCore@1.3.14
#addin nuget:?package=protobuf-net.Grpc.AspNetCore&version=1.3.14
#tool nuget:?package=protobuf-net.Grpc.AspNetCore&version=1.3.14
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 | Versions 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. |
-
net10.0
- Grpc.AspNetCore.Server (>= 2.80.0)
- protobuf-net.Grpc (>= 1.3.14)
-
net8.0
- Grpc.AspNetCore.Server (>= 2.80.0)
- protobuf-net.Grpc (>= 1.3.14)
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 |
|
|
DwFramework.Web
DwFramework框架是一款基于Autofac开发的高扩展性轻量级基础框架。 |
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 | 1,089 | 8/20/2026 |
| 1.3.6 | 5,181 | 8/17/2026 |
| 1.3.0 | 976 | 8/16/2026 |
| 1.2.2 | 4,643,296 | 10/14/2024 |
| 1.1.1 | 3,963,230 | 2/2/2023 |
| 1.0.179 | 487,872 | 11/9/2022 |
| 1.0.177 | 237,114 | 9/13/2022 |
| 1.0.152 | 2,034,716 | 3/19/2021 |
| 1.0.147 | 267,651 | 1/25/2021 |
| 1.0.140 | 216,286 | 12/2/2020 |
| 1.0.136 | 72,417 | 11/14/2020 |
| 1.0.123 | 138,310 | 7/8/2020 |
| 1.0.118 | 1,659 | 7/6/2020 |
| 1.0.113 | 1,348 | 7/6/2020 |
| 1.0.110 | 1,586 | 7/5/2020 |
| 1.0.90 | 16,002 | 6/8/2020 |
| 1.0.81 | 1,510 | 6/5/2020 |
| 1.0.75 | 2,446 | 6/2/2020 |