NetPro.Grpc 6.0.16

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

// Install NetPro.Grpc as a Cake Tool
#tool nuget:?package=NetPro.Grpc&version=6.0.16

NetPro.Grpc Server端使用

NuGet

Grpc Server辅助组件

使用

初始化服务

没有使用NetPro.Core的方式,需手动显示注入
  public void ConfigureServices(IServiceCollection services)
   {
       services.AddGrpc();
   }

  public void Configure(IApplicationBuilder application)
   {
    application.UseRouting();

    application.UseEndpoints(endpoints =>
    {
         GrpcServiceExtension.AddGrpcServices(endpoints,new string[] {$"{Assembly.GetEntryAssembly().GetName().Name}" });
    });
   }
在有NetPro.Core的基础上的使用

直接引用NetPro.Grpc nuget包无需其他配置即可

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NetPro.Grpc:

Repository Stars
LeonKou/NetPro
🌈An enhanced version with clean architecture of asp.netcore,efficiently manage startup,Support for netcore3.1/6.0
Version Downloads Last updated
6.0.16 168 7/24/2023
6.0.15 376 7/19/2022
6.0.14 417 7/10/2022
6.0.13 409 6/15/2022
6.0.12 398 6/15/2022
6.0.11 394 6/15/2022
6.0.10 407 6/11/2022
6.0.9 411 6/8/2022
6.0.8 408 5/26/2022
6.0.8-beta.3 455 5/24/2022
6.0.8-beta.2 104 5/24/2022
6.0.7 491 5/18/2022
6.0.6 479 4/28/2022
6.0.5 479 3/30/2022
6.0.5-beta.20 107 4/27/2022
6.0.5-beta.19 104 4/25/2022
6.0.5-beta.18 106 4/22/2022
6.0.5-beta.17 112 4/16/2022
6.0.5-beta.16 178 4/8/2022
6.0.5-beta.15 114 4/8/2022
6.0.5-beta.14 115 4/7/2022
6.0.5-beta.13 114 4/7/2022
6.0.5-beta.12 117 4/6/2022
6.0.5-beta.11 117 4/6/2022
6.0.5-beta.10 111 3/31/2022
6.0.5-beta.9 180 3/26/2022
6.0.5-beta.8 133 3/22/2022
6.0.5-beta.7 124 3/21/2022
6.0.5-beta.6 130 3/14/2022
6.0.5-beta.5 103 3/2/2022
6.0.5-beta.4 118 2/22/2022
6.0.5-beta.3 116 2/18/2022
6.0.5-beta.2 109 2/18/2022
6.0.5-beta.1 152 2/16/2022
6.0.4 560 2/10/2022
6.0.3 560 2/9/2022
6.0.3-beta.9 114 2/10/2022
6.0.3-beta.7 125 1/27/2022
6.0.3-beta.6 120 1/19/2022
6.0.3-beta.5 121 1/17/2022
6.0.3-beta.4 126 1/16/2022
6.0.3-beta.3 121 1/14/2022
6.0.3-beta.2 126 1/13/2022
6.0.3-beta.1 142 1/11/2022
6.0.2 280 1/6/2022
6.0.1 971 12/3/2021
3.1.11 396 11/19/2021
3.1.10 496 7/29/2021