MsgPack.Cli
1.0.1
MessagePack is fast, compact, and interoperable binary serialization format.
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin, .NET Core and Unity.
Requires NuGet 2.12 or higher.
Install-Package MsgPack.Cli -Version 1.0.1
dotnet add package MsgPack.Cli --version 1.0.1
<PackageReference Include="MsgPack.Cli" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MsgPack.Cli --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
This release includes .NET Core and Unity IL2CPP support, Xamarin iOS linker support, asynchronous serialization support, and various improvements and bug fixes reported in github issues.
Dependencies
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETStandard 1.1
- System.Collections (>= 4.0.11)
- System.Collections.Concurrent (>= 4.0.12)
- System.Diagnostics.Contracts (>= 4.0.1)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Diagnostics.Tools (>= 4.0.1)
- System.Globalization (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.Primitives (>= 4.0.1)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.Numerics (>= 4.0.1)
- System.Runtime.Serialization.Primitives (>= 4.1.1)
- System.Text.Encoding (>= 4.0.11)
- System.Text.Encoding.Extensions (>= 4.0.11)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
-
.NETStandard 1.3
- System.Collections (>= 4.0.11)
- System.Collections.Concurrent (>= 4.0.12)
- System.Collections.NonGeneric (>= 4.0.1)
- System.Collections.Specialized (>= 4.0.1)
- System.Data.Common (>= 4.1.0)
- System.Diagnostics.Contracts (>= 4.0.1)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Diagnostics.Tools (>= 4.0.1)
- System.Globalization (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Numerics.Vectors (>= 4.1.1)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.Primitives (>= 4.0.1)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.Numerics (>= 4.0.1)
- System.Runtime.Serialization.Primitives (>= 4.1.1)
- System.Text.Encoding (>= 4.0.11)
- System.Text.Encoding.Extensions (>= 4.0.11)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
-
.NETStandard 2.0
- System.CodeDom (>= 4.4.0)
- System.Numerics.Vectors (>= 4.3.0)
- System.Reflection.Emit (>= 4.3.0)
- System.Reflection.Emit.LightWeight (>= 4.3.0)
-
MonoAndroid 1.0
- No dependencies.
-
UAP 10.0
- Microsoft.NETCore.UniversalWindowsPlatform (>= 5.2.2)
- System.Collections.NonGeneric (>= 4.0.1)
- System.Collections.Specialized (>= 4.0.1)
-
WindowsPhone 8.0
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
Used By
NuGet packages (112)
Showing the top 5 NuGet packages that depend on MsgPack.Cli:
Package | Downloads |
---|---|
Serilog.Sinks.Fluentd
Serilog adapter for Fluentd
|
|
StackExchange.Redis.Extensions.MsgPack
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications.
To store complex data It requires one of the following implementations:
- StackExchange.Redis.Extensions.Newtonsoft
- StackExchange.Redis.Extensions.Jil
- StackExchange.Redis.Extensions.MsgPack
- StackExchange.Redis.Extensions.Protobuf
- StackExchange.Redis.Extensions.Utf8Json
- StackExchange.Redis.Extensions.Binary
- StackExchange.Redis.Extensions.System.Text.Json
|
|
NLog.Targets.Fluentd
Custom target of NLog (https://github.com/nlog/NLog) that emits the log entries to a fluentd (http://www.fluentd.org/) node
|
|
Newtonsoft.Msgpack
A library bridging between Newtonsoft.Json and msgpack-cli - allows you to deserialize message pack streams with your favorite Newtonsoft.Json options.
|
|
TIKSN-Framework
This is a .NET Framework enhancement framework. Main features are Versioning, Finance, Currency, Foreign Exchange, Money, Pricing strategy, Telemetry, Composite Weighted Progress, Repository and Unity of Wok pattern implementation with Entity Framework Core, Network Connectivity Service and Triggering, Settings, Windows Registry configuration source, Azure Storage Repository, MongoDB Repository, NoDB Repository, Lingual and Regional Localization, Serialization, Rest Requester, Rest Repository, Dependency Injection, Composition Root Setup base classes.
|
GitHub repositories (14)
Showing the top 5 popular GitHub repositories that depend on MsgPack.Cli:
Repository | Stars |
---|---|
dotnet/orleans
Orleans is a cross-platform framework for building distributed applications with .NET
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
neuecc/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
|
|
Ryujinx/Ryujinx
Experimental Nintendo Switch Emulator written in C#
|
|
neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.1 | 2,222,912 | 2/3/2019 |
1.0.0 | 1,131,146 | 6/14/2018 |
1.0.0-rc | 29,372 | 12/17/2017 |
1.0.0-beta2 | 1,194 | 10/29/2017 |
1.0.0-beta1 | 846 | 10/1/2017 |
0.9.2 | 403,419 | 9/26/2017 |
0.9.1 | 76,819 | 8/30/2017 |
0.9.0 | 27,186 | 8/26/2017 |
0.9.0-rc1 | 10,878 | 8/13/2017 |
0.9.0-beta2 | 372,578 | 2/12/2017 |
0.9.0-beta1 | 4,837 | 9/24/2016 |
0.8.1 | 165,117 | 2/2/2017 |
0.8.0 | 288,084 | 7/31/2016 |
0.8.0-beta | 785 | 7/24/2016 |
0.7.1 | 104,823 | 7/10/2016 |
0.7.0 | 279,295 | 7/3/2016 |
0.7.0-rc1 | 771 | 6/28/2016 |
0.7.0-beta2 | 725 | 6/26/2016 |
0.7.0-beta1 | 745 | 6/19/2016 |
0.7.0-alpha3 | 2,331 | 5/22/2016 |
0.7.0-alpha2 | 787 | 3/9/2016 |
0.7.0-alpha1 | 1,206 | 11/22/2015 |
0.6.8 | 179,223 | 1/30/2016 |
0.6.7 | 22,886 | 12/23/2015 |
0.6.6 | 814 | 12/20/2015 |
0.6.5 | 42,804 | 10/20/2015 |
0.6.4 | 7,847 | 10/14/2015 |
0.6.3 | 1,082 | 10/12/2015 |
0.6.2 | 63,967 | 8/30/2015 |
0.6.1 | 2,462 | 8/15/2015 |
0.6.0 | 1,357 | 8/9/2015 |
0.6.0-Beta5 | 526 | 7/20/2015 |
0.6.0-Beta4 | 628 | 7/5/2015 |
0.6.0-Beta3 | 487 | 6/14/2015 |
0.6.0-Beta2 | 520 | 5/24/2015 |
0.6.0-Beta1 | 526 | 4/26/2015 |
0.6.0-Alpha1 | 583 | 3/2/2015 |
0.5.11 | 38,346 | 2/28/2015 |
0.5.10 | 17,474 | 2/11/2015 |
0.5.10-beta1 | 530 | 2/9/2015 |
0.5.9 | 923 | 2/1/2015 |
0.5.8 | 2,207 | 1/18/2015 |
0.5.7 | 2,732 | 12/23/2014 |
0.5.6 | 3,812 | 11/30/2014 |
0.5.5 | 10,170 | 10/12/2014 |
0.5.4 | 12,879 | 9/21/2014 |
0.5.3 | 1,410 | 9/15/2014 |
0.5.2 | 810 | 9/6/2014 |
0.5.1 | 2,710 | 8/9/2014 |
0.5.1-beta1 | 524 | 8/3/2014 |
0.5.0 | 1,535 | 7/21/2014 |
0.5.0-beta1 | 637 | 5/25/2014 |
0.5.0-alpha1 | 969 | 12/8/2013 |
0.4.4 | 10,215 | 4/13/2014 |
0.4.3 | 2,167 | 3/24/2014 |
0.4.2 | 6,550 | 3/17/2014 |
0.4.1 | 144,734 | 12/8/2013 |
0.4.0 | 2,169 | 10/6/2013 |
0.4.0-beta3 | 580 | 8/17/2013 |
0.4.0-beta2 | 680 | 7/21/2013 |
0.3.2.1 | 3,326 | 8/17/2013 |
0.3.2 | 8,092 | 6/30/2013 |
0.3.2-beta1 | 2,390 | 6/12/2013 |
0.3.1 | 2,036 | 5/4/2013 |
0.3.0 | 44,819 | 1/27/2013 |
0.3.0-beta2 | 822 | 9/17/2012 |
0.2.0-beta1 | 781 | 5/27/2012 |