DotBPE.Gateway
2.1.1
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Core 3.1
This package targets .NET Core 3.1. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DotBPE.Gateway --version 2.1.1
NuGet\Install-Package DotBPE.Gateway -Version 2.1.1
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="2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotBPE.Gateway --version 2.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DotBPE.Gateway, 2.1.1"
#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=2.1.1 // Install DotBPE.Gateway as a Cake Tool #tool nuget:?package=DotBPE.Gateway&version=2.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
dotbpe.rpc is a lightweight and high performance, easy to learn rpc framework
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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.
-
.NETCoreApp 3.1
- DotBPE.Rpc (>= 2.1.4)
-
net5.0
- DotBPE.Rpc (>= 2.1.4)
-
net6.0
- DotBPE.Rpc (>= 2.1.4)
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.1 | 111 | 5/14/2024 |
3.0.0 | 329 | 2/19/2023 |
2.1.4 | 516 | 3/18/2022 |
2.1.3 | 477 | 3/4/2022 |
2.1.2 | 488 | 3/4/2022 |
2.1.1 | 495 | 1/13/2022 |
2.0.11 | 604 | 3/15/2021 |
2.0.9 | 673 | 11/4/2020 |
2.0.8 | 776 | 10/30/2019 |
2.0.7 | 1,542 | 4/2/2019 |
2.0.5 | 1,027 | 2/18/2019 |
2.0.4 | 712 | 2/18/2019 |
2.0.3 | 716 | 2/15/2019 |
2.0.2 | 707 | 2/13/2019 |
2.0.1 | 697 | 2/12/2019 |
2.0.0 | 853 | 2/12/2019 |
1. 新增绑定到IWebHost的RPC服务,主要用于测试
2. 重构Gateway,参考gRPC的绑定方式
3. 合并Swagger相关的内容到Gateway项目中
4. 更新自定义SwaggerUI