![]() |
VOOZH | about |
dotnet add package Nerdbank.MessagePack --version 1.2.4
NuGet\Install-Package Nerdbank.MessagePack -Version 1.2.4
<PackageReference Include="Nerdbank.MessagePack" Version="1.2.4" />
<PackageVersion Include="Nerdbank.MessagePack" Version="1.2.4" />Directory.Packages.props
<PackageReference Include="Nerdbank.MessagePack" />Project file
paket add Nerdbank.MessagePack --version 1.2.4
#r "nuget: Nerdbank.MessagePack, 1.2.4"
#:package Nerdbank.MessagePack@1.2.4
#addin nuget:?package=Nerdbank.MessagePack&version=1.2.4Install as a Cake Addin
#tool nuget:?package=Nerdbank.MessagePack&version=1.2.4Install as a Cake Tool
A modern, fast and NativeAOT-compatible MessagePack serialization library
This is a fast and more user-friendly MessagePack serialization library for .NET and .NET Framework. This package is brought to you by one of the two major contributors to MessagePack-CSharp. As its natural successor, this library comes packed with features that its predecessor lacks, and has ongoing support.
[GenerateShape] attribute
or non-annotated types by adding a 'witness' type with a similar annotation.ref-based serialization and deserialization minimizes copying of large structs.See how these features and more compare with the leading MessagePack library.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 is compatible. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Nerdbank.MessagePack:
| Package | Downloads |
|---|---|
|
StreamJsonRpc
A cross-platform .NETStandard library that implements the JSON-RPC wire protocol and can use System.IO.Stream, System.IO.Pipelines or WebSocket so you can use it with any transport. |
|
|
OpenRiaServices.Client.Core
OpenRiaServices.Client.Core provides the OpenRiaServices.Client and OpenRiaServices.Client.Web assemblies for your client projects. |
|
|
ActualLab.Serialization.NerdbankMessagePack
ActualLab.Serialization.NerdbankMessagePack - an implementation of IByteSerializer from ActualLab.Core for Nerdbank.MessagePack. |
|
|
Nerdbank.MessagePack.SignalR
SignalR Hub Protocol implementation using Nerdbank.MessagePack for fast and efficient binary serialization. |
|
|
OpenRiaServices.Hosting.AspNetCore
Asp.Net Core Hosting for OpenRiaservices See README at https://github.com/OpenRIAServices/OpenRiaServices/tree/main/src/OpenRiaServices.Hosting.AspNetCore/Framework for usage. |
Showing the top 8 popular GitHub repositories that depend on Nerdbank.MessagePack:
| Repository | Stars |
|---|---|
|
microsoft/kiota
OpenAPI based HTTP Client code generator
|
|
|
microsoft/testfx
This repository holds the source code of Microsoft.Testing.Platform (MTP), a lightweight alternative to VSTest, as well as MSTest adapter and framework.
|
|
|
microsoft/vs-streamjsonrpc
The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.
|
|
|
uholeschak/ediabaslib
.NET BMW and VAG Ediabas interpreter library
|
|
|
microsoft/microsoft-ui-reactor
Reactor is an experimental set of extensions to WinUI
|
|
|
microsoft/vs-mef
Managed Extensibility Framework (MEF) implementation used by Visual Studio
|
|
|
ActualLab/Fusion
Build real-time Blazor and MAUI apps while writing just 0.1% of the usual real-time update code. Handle 10× more API requests with the ActualLab.Rpc protocol—or 1000× more with Fusion’s transparent and perfectly coherent caching.
|
|
|
max-ieremenko/ServiceModel.Grpc
Code-first for gRPC
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.2.4 | 103,731 | 5/18/2026 | |
| 1.1.78 | 831 | 5/18/2026 | 1.1.78 has at least one vulnerability with moderate severity. |
| 1.1.62 | 83,109 | 4/29/2026 | 1.1.62 has at least one vulnerability with moderate severity. |
| 1.1.25 | 5,419 | 3/23/2026 | 1.1.25 has at least one vulnerability with high severity. |
| 1.0.43 | 39,441 | 1/9/2026 | 1.0.43 has at least one vulnerability with high severity. |
| 1.0.40 | 662 | 1/6/2026 | 1.0.40 has at least one vulnerability with high severity. |
| 1.0.11 | 17,974 | 12/15/2025 | 1.0.11 has at least one vulnerability with high severity. |
| 1.0.2 | 591,202 | 12/8/2025 | 1.0.2 has at least one vulnerability with high severity. |