DotBPE.Gateway 3.0.0

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

// Install DotBPE.Gateway as a Cake Tool
#tool nuget:?package=DotBPE.Gateway&version=3.0.0

dotbpe.rpc is a lightweight and high performance, easy to learn rpc framework

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 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 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 (1)

Showing the top 1 NuGet packages that depend on DotBPE.Gateway:

Package Downloads
DotBPE.Gateway.Swagger

dotbpe.rpc is a lightweight and high performance, easy to learn rpc framework

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 296 2/19/2023
2.1.4 494 3/18/2022
2.1.3 454 3/4/2022
2.1.2 468 3/4/2022
2.1.1 477 1/13/2022
2.0.11 568 3/15/2021
2.0.9 646 11/4/2020
2.0.8 743 10/30/2019
2.0.7 1,451 4/2/2019
2.0.5 974 2/18/2019
2.0.4 688 2/18/2019
2.0.3 696 2/15/2019
2.0.2 680 2/13/2019
2.0.1 676 2/12/2019
2.0.0 822 2/12/2019

1. 新增绑定到IWebHost的RPC服务,主要用于测试
   2. 重构Gateway,参考gRPC的绑定方式
   3. 合并Swagger相关的内容到Gateway项目中
   4. 更新自定义SwaggerUI