DotBPE.Plugin
0.1.39-alpha
This is a prerelease version of DotBPE.Plugin.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DotBPE.Plugin --version 0.1.39-alpha
NuGet\Install-Package DotBPE.Plugin -Version 0.1.39-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.Plugin" Version="0.1.39-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotBPE.Plugin --version 0.1.39-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DotBPE.Plugin, 0.1.39-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.
// Install DotBPE.Plugin as a Cake Addin #addin nuget:?package=DotBPE.Plugin&version=0.1.39-alpha&prerelease // Install DotBPE.Plugin as a Cake Tool #tool nuget:?package=DotBPE.Plugin&version=0.1.39-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,不过这些默认实现都是可以替换的。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.6
- DotBPE.Rpc (>= 1.0.0)
- NETStandard.Library (>= 1.6.1)
- NLog (>= 5.0.0-beta06)
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 |
---|---|---|
0.1.50-alpha | 778 | 5/15/2017 |
0.1.46-alpha | 700 | 4/29/2017 |
0.1.45-alpha | 715 | 4/29/2017 |
0.1.44-alpha | 688 | 4/29/2017 |
0.1.40-alpha | 696 | 4/28/2017 |
0.1.39-alpha | 699 | 4/28/2017 |
C# RPC Lib