protobuf-net
2.3.0-gamma
Prefix Reserved
.NET Standard 1.3
This package targets .NET Standard 1.3. The package is compatible with this framework or higher.
.NET Framework 2.0
This package targets .NET Framework 2.0. The package is compatible with this framework or higher.
This is a prerelease version of protobuf-net.
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 protobuf-net --version 2.3.0-gamma
NuGet\Install-Package protobuf-net -Version 2.3.0-gamma
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="protobuf-net" Version="2.3.0-gamma" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="protobuf-net" Version="2.3.0-gamma" />
<PackageReference Include="protobuf-net" />
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 protobuf-net --version 2.3.0-gamma
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: protobuf-net, 2.3.0-gamma"
#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.
#addin nuget:?package=protobuf-net&version=2.3.0-gamma&prerelease
#tool nuget:?package=protobuf-net&version=2.3.0-gamma&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
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.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. 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. |
Universal Windows Platform | uap was computed. uap10.0 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.
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Reflection.Emit (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- System.Xml.XmlSerializer (>= 4.3.0)
NuGet packages (907)
Showing the top 5 NuGet packages that depend on protobuf-net:
Package | Downloads |
---|---|
App.Metrics.Formatters.Prometheus
App Metrics Formatting, formatting metrics data to Prometheus formats. |
|
protobuf-net.Grpc
Package Description |
|
EventStore.Client
The legacy TCP client API for Event Store. Get the open source or commercial versions of Event Store server from https://eventstore.com/ |
|
ProtoBufJsonConverter
Convert a protobuf message to a JSON string or object (and back) using the proto definition file. |
|
protobuf-net.Grpc.Reflection
Package Description |
GitHub repositories (182)
Showing the top 20 popular GitHub repositories that depend on protobuf-net:
Repository | Stars |
---|---|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
|
|
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
|
|
dotnet/orleans
Cloud Native application framework for .NET
|
|
quasar/Quasar
Remote Administration Tool for Windows
|
|
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
|
|
Codeusa/Borderless-Gaming
Play your favorite games in a borderless window; no more time consuming alt-tabs.
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
|
|
protobuf-net/protobuf-net
Protocol Buffers library for idiomatic .NET
|
|
Cysharp/MemoryPack
Zero encoding extreme performance binary serializer for C# and Unity.
|
|
stratumauth/app
📱 Two-Factor Authentication (2FA) client for Android + Wear OS
|
|
SuxueCode/WechatBakTool
基于C#的微信PC版聊天记录备份工具,提供图形界面,解密微信数据库并导出聊天记录。
|
|
fanliang11/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
|
|
migueldeicaza/TensorFlowSharp
TensorFlow API for .NET languages
|
|
linq2db/linq2db
Linq to database provider.
|
|
MiniProfiler/dotnet
A simple but effective mini-profiler for ASP.NET (and Core) websites
|
|
ashmind/SharpLab
.NET language playground
|
|
SteamRE/SteamKit
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
|
Version | Downloads | Last updated |
---|---|---|
3.2.46 | 709,916 | 3 months ago |
3.2.45 | 2,021,572 | 6 months ago |
3.2.30 | 11,959,830 | 9/27/2023 |
3.2.26 | 4,128,892 | 5/25/2023 |
3.2.16 | 2,128,671 | 3/17/2023 |
3.2.12 | 484,998 | 3/4/2023 |
3.2.8 | 86,313 | 2/27/2023 |
3.2.0 | 153,726 | 2/20/2023 |
3.1.33 | 3,005,923 | 1/30/2023 |
3.1.26 | 1,552,462 | 12/16/2022 |
3.1.25 | 1,806,846 | 11/9/2022 |
3.1.22 | 1,392,689 | 9/21/2022 |
3.1.17 | 2,929,911 | 6/26/2022 |
3.1.4 | 2,232,645 | 5/10/2022 |
3.1.0 | 717,308 | 4/22/2022 |
3.0.131 | 62,350 | 4/22/2022 |
3.0.101 | 12,526,328 | 3/19/2021 |
3.0.73 | 4,015,846 | 12/2/2020 |
3.0.72 | 9,434 | 12/2/2020 |
3.0.62 | 294,707 | 11/13/2020 |
3.0.52 | 1,545,597 | 10/3/2020 |
3.0.29 | 2,847,506 | 7/8/2020 |
3.0.27 | 58,239 | 7/6/2020 |
3.0.24 | 17,498 | 7/6/2020 |
3.0.21 | 20,048 | 7/5/2020 |
3.0.18 | 6,909 | 7/5/2020 |
3.0.13 | 499,275 | 7/2/2020 |
3.0.2 | 213,933 | 6/24/2020 |
3.0.0 | 197,776 | 6/9/2020 |
2.4.9 | 64,432 | 2 months ago |
2.4.8 | 5,144,660 | 1/9/2023 |
2.4.7 | 322,782 | 4/22/2022 |
2.4.6 | 13,617,350 | 1/28/2020 |
2.4.4 | 4,071,973 | 10/29/2019 |
2.4.1 | 672,779 | 10/9/2019 |
2.4.0 | 36,360,885 | 8/30/2018 |
2.3.17 | 722,434 | 8/3/2018 |
2.3.16 | 20,869 | 8/2/2018 |
2.3.15 | 141,215 | 7/30/2018 |
2.3.14 | 57,315 | 7/24/2018 |
2.3.14-alpha1 | 10,708 | 6/27/2018 |
2.3.13 | 974,210 | 6/19/2018 |
2.3.7 | 3,512,001 | 2/15/2018 |
2.3.6 | 563,191 | 2/1/2018 |
2.3.5 | 187,151 | 1/25/2018 |
2.3.4 | 3,364,007 | 1/19/2018 |
2.3.3 | 941,335 | 12/4/2017 |
2.3.2 | 4,435,999 | 8/4/2017 |
2.3.1 | 77,365 | 7/30/2017 |
2.3.0 | 206,044 | 7/13/2017 |
2.3.0-gamma | 2,895 | 7/12/2017 |
2.2.1 | 788,250 | 5/27/2017 |
2.1.0 | 7,196,605 | 7/8/2016 |
2.1.0-alpha-5 | 3,351 | 7/7/2016 |
2.1.0-alpha-4 | 3,226 | 7/6/2016 |
2.1.0-alpha-3 | 3,033 | 7/6/2016 |
2.1.0-alpha-1 | 49,808 | 11/22/2015 |
2.0.0.668 | 10,066,945 | 9/30/2013 |
2.0.0.666 | 27,119 | 9/9/2013 |
2.0.0.664 | 6,415 | 9/3/2013 |
2.0.0.663 | 3,932 | 9/2/2013 |
2.0.0.640 | 266,751 | 5/29/2013 |
2.0.0.638 | 6,801 | 5/28/2013 |
2.0.0.621 | 122,201 | 1/16/2013 |
2.0.0.619 | 4,984 | 1/11/2013 |
2.0.0.614 | 11,439 | 12/31/2012 |
2.0.0.612 | 12,848 | 12/10/2012 |
2.0.0.611 | 7,202 | 12/5/2012 |
2.0.0.602 | 41,231 | 11/13/2012 |
2.0.0.601 | 19,508 | 11/6/2012 |
2.0.0.480 | 1,428,167 | 12/11/2011 |
1.0.0.280 | 368,901 | 4/14/2011 |