DotBPE 0.1.60-alpha
This is a prerelease version of DotBPE.
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DotBPE --version 0.1.60-alpha
NuGet\Install-Package DotBPE -Version 0.1.60-alpha
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" Version="0.1.60-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DotBPE" Version="0.1.60-alpha" />
<PackageReference Include="DotBPE" />
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 DotBPE --version 0.1.60-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DotBPE, 0.1.60-alpha"
#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 DotBPE@0.1.60-alpha
#: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=DotBPE&version=0.1.60-alpha&prerelease
#tool nuget:?package=DotBPE&version=0.1.60-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
dotbpe是一款基于CSharp编写的RPC框架,但是它的目标不仅仅只是解决rpc的问题,而是解决整个业务解决方案的问题,封装在常见的项目产品开发中的通用组件,让开发人员只专注于开发业务逻辑代码。底层通信默认实现基于DotNetty,可替换成其他Socket通信组件。dotbpe使用的默认协议名称叫Amp,编解码使用谷歌的Protobuf3,不过这些默认实现都是可以替换的。
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.6
- DotBPE.Protocol.Amp (>= 0.1.60-alpha)
- DotBPE.Rpc (>= 0.1.60-alpha)
- DotBPE.Rpc.Netty (>= 0.1.60-alpha)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|
C# RPC Lib