DotBPE.Protobuf 1.1.21

There is a newer version of this package available.
See the version list below for details.
dotnet add package DotBPE.Protobuf --version 1.1.21
NuGet\Install-Package DotBPE.Protobuf -Version 1.1.21
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.Protobuf" Version="1.1.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotBPE.Protobuf --version 1.1.21
#r "nuget: DotBPE.Protobuf, 1.1.21"
#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.Protobuf as a Cake Addin
#addin nuget:?package=DotBPE.Protobuf&version=1.1.21

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

dotbpe是一款基于CSharp编写的RPC框架,但是它的目标不仅仅只是解决rpc的问题,而是解决整个业务解决方案的问题,封装在常见的项目产品开发中的通用组件,让开发人员只专注于开发业务逻辑代码。底层通信默认实现基于DotNetty,可替换成其他Socket通信组件。dotbpe使用的默认协议名称叫Amp,编解码使用谷歌的Protobuf3,不过这些默认实现都是可以替换的。

Product 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  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 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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DotBPE.Protobuf:

Package Downloads
DotBPE.AspNetGateway

dotbpe-gateway 提供简易的方式,将HttpWebApi请求转换层DotBPE调用,可作为简易的服务网关使用

DotBPE.Hangfire

DotBPE.Hangfire是基于Hangfire的后台任务执行帮助类库,通过结合DotBPE可以很方便的再DotBPE项目中集成Hangfire平台

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.10 910 10/26/2018
1.2.9 753 10/23/2018
1.2.8 743 10/22/2018
1.2.7 705 10/18/2018
1.2.6 720 10/18/2018
1.2.5 738 10/12/2018
1.2.4 935 10/8/2018
1.2.3 801 9/5/2018
1.2.2 1,100 7/2/2018
1.2.1 878 5/31/2018
1.1.31 931 5/24/2018
1.1.30 982 5/3/2018
1.1.29 968 5/3/2018
1.1.28 899 5/1/2018
1.1.27 946 4/27/2018
1.1.26 1,116 3/24/2018
1.1.25 969 3/19/2018
1.1.24 990 3/7/2018
1.1.23 954 3/7/2018
1.1.22 977 3/7/2018
1.1.21 938 3/7/2018
1.1.20 973 3/6/2018
1.1.19 1,023 3/6/2018
1.1.18 950 3/5/2018
1.1.17 964 3/5/2018
1.1.16 956 3/5/2018
1.1.15 956 3/5/2018
1.1.14 954 3/5/2018
1.1.12 964 3/2/2018
1.1.11 985 3/1/2018
1.1.10 961 1/25/2018

C# RPC Lib