MessagePack 1.8.71-beta

Details
Advisory: https://github.com/advisories/GHSA-4qm4-8hg2-g2xm Severity: moderate
Advisory: https://github.com/advisories/GHSA-7q36-4xx7-xcxf Severity: moderate
This is a prerelease version of MessagePack.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MessagePack --version 1.8.71-beta
                    
NuGet\Install-Package MessagePack -Version 1.8.71-beta
                    
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="MessagePack" Version="1.8.71-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MessagePack" Version="1.8.71-beta" />
                    
Directory.Packages.props
<PackageReference Include="MessagePack" />
                    
Project file
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 MessagePack --version 1.8.71-beta
                    
#r "nuget: MessagePack, 1.8.71-beta"
                    
#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.
#:package MessagePack@1.8.71-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MessagePack&version=1.8.71-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MessagePack&version=1.8.71-beta&prerelease
                    
Install as a Cake Tool

Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).

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.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  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.

NuGet packages (851)

Showing the top 5 NuGet packages that depend on MessagePack:

Package Downloads
Microsoft.VisualStudio.Debugger.Contracts

Package containing extensibility contracts between the debugger and other Visual Studio components, such as language services.

Microsoft.AspNetCore.SignalR.StackExchangeRedis

Provides scale-out support for ASP.NET Core SignalR using a Redis server and the StackExchange.Redis client. This package was built from the source code at https://github.com/dotnet/dotnet/tree/30000d883e06c122311a66894579bc12329a09d4

Microsoft.AspNetCore.SignalR.Protocols.MessagePack

Implements the SignalR Hub Protocol over MsgPack. This package was built from the source code at https://github.com/dotnet/dotnet/tree/30000d883e06c122311a66894579bc12329a09d4

Microsoft.AspNetCore.SignalR.Redis

Redis for ASP.NET Core SignalR.

Umbraco.Cms.PublishedCache.NuCache

Contains the published cache assembly needed to run Umbraco CMS.

GitHub repositories (165)

Showing the top 20 popular GitHub repositories that depend on MessagePack:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
ppy/osu
rhythm is just a *click* away!
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
MonoGame/MonoGame
One framework for creating powerful cross-platform games.
dotnet/orleans
Cloud Native application framework for .NET
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
MassTransit/MassTransit
Distributed Application Framework for .NET
microsoft/FASTER
Fast persistent recoverable log and key-value store + cache, in C# and C++.
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
dotnetcore/FreeSql
.NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm.
Cysharp/MagicOnion
Unified Realtime/API framework for .NET platform and Unity.
dotnetcore/DotnetSpider
DotnetSpider, a .NET standard web crawling library. It is lightweight, efficient and fast high-level web crawling & scraping framework
Cysharp/MemoryPack
Zero encoding extreme performance binary serializer for C# and Unity.
focus-creative-games/luban
luban是一个强大、易用、优雅、稳定的游戏配置解决方案。luban is a powerful, easy-to-use, elegant and stable game configuration solution.
pwntester/ysoserial.net
Deserialization payload generator for a variety of .NET formatters
thomhurst/TUnit
A modern, fast and flexible .NET testing framework
Version Downloads Last Updated
3.1.4 622,762 6/12/2025
3.1.3 4,275,535 2/4/2025
3.1.2 1,318,661 1/27/2025
3.1.1 2,220,159 12/26/2024
3.1.0 718,350 12/12/2024
3.0.308 194,295 12/9/2024
3.0.300 163,553 12/6/2024
3.0.238-rc.1 68,124 10/23/2024
3.0.233-rc.1 3,234 10/22/2024
3.0.214-rc.1 26,494 10/17/2024
3.0.208-rc-0001 1,019 10/16/2024 3.0.208-rc-0001 has at least one vulnerability with moderate severity.
3.0.134-beta 11,085 7/29/2024 3.0.134-beta has at least one vulnerability with moderate severity.
3.0.129-beta 600 7/26/2024 3.0.129-beta has at least one vulnerability with moderate severity.
3.0.111-alpha 10,002 7/6/2024 3.0.111-alpha has at least one vulnerability with moderate severity.
3.0.54-alpha 4,299 5/12/2024 3.0.54-alpha has at least one vulnerability with moderate severity.
2.6.100-alpha 124,616 5/20/2023 2.6.100-alpha has at least one vulnerability with moderate severity.
2.6.95-alpha 2,612 5/19/2023 2.6.95-alpha has at least one vulnerability with moderate severity.
2.5.198 172,129 4/10/2025
2.5.192 6,129,614 11/12/2024
2.5.187 8,051,465 10/17/2024
2.5.172 2,457,619 8/1/2024 2.5.172 has at least one vulnerability with moderate severity.
2.5.171 491,483 7/5/2024 2.5.171 has at least one vulnerability with moderate severity.
2.5.168 856,022 6/6/2024 2.5.168 has at least one vulnerability with moderate severity.
2.5.140 6,927,896 11/30/2023 2.5.140 has at least one vulnerability with moderate severity.
2.5.129 2,175,404 9/28/2023 2.5.129 has at least one vulnerability with moderate severity.
2.5.124 3,325,433 6/27/2023 2.5.124 has at least one vulnerability with moderate severity.
2.5.108 12,325,302 3/16/2023 2.5.108 has at least one vulnerability with moderate severity.
2.5.103 40,544 3/14/2023 2.5.103 has at least one vulnerability with moderate severity.
2.5.94 33,954 3/13/2023 2.5.94 has at least one vulnerability with moderate severity.
2.5.64-alpha 17,443 12/3/2022 2.5.64-alpha has at least one vulnerability with moderate severity.
2.4.59 6,709,655 11/20/2022 2.4.59 has at least one vulnerability with moderate severity.
2.4.35 5,258,511 6/28/2022 2.4.35 has at least one vulnerability with moderate severity.
2.4.23-alpha 3,900 6/9/2022 2.4.23-alpha has at least one vulnerability with moderate severity.
2.4.14-alpha 19,868 2/28/2022 2.4.14-alpha has at least one vulnerability with moderate severity.
2.3.112 1,080,398 6/9/2022 2.3.112 has at least one vulnerability with moderate severity.
2.3.85 17,792,176 9/20/2021 2.3.85 has at least one vulnerability with moderate severity.
2.3.75 4,105,725 7/29/2021 2.3.75 has at least one vulnerability with moderate severity.
2.3.73-alpha 3,704 7/17/2021 2.3.73-alpha has at least one vulnerability with moderate severity.
2.3.58-alpha 9,368 3/20/2021 2.3.58-alpha has at least one vulnerability with moderate severity.
2.2.113 331,889 7/17/2021 2.2.113 has at least one vulnerability with moderate severity.
2.2.85 8,633,702 12/10/2020 2.2.85 has at least one vulnerability with moderate severity.
2.2.60 2,884,297 9/28/2020 2.2.60 has at least one vulnerability with moderate severity.
2.2.44-rc 15,195 9/14/2020 2.2.44-rc has at least one vulnerability with moderate severity.
2.2.36-alpha 3,479 9/12/2020 2.2.36-alpha has at least one vulnerability with moderate severity.
2.1.194 506,003 9/14/2020 2.1.194 has at least one vulnerability with moderate severity.
2.1.165 420,977 8/12/2020 2.1.165 has at least one vulnerability with moderate severity.
2.1.152 39,698,837 7/1/2020 2.1.152 has at least one vulnerability with moderate severity.
2.1.143 210,258 6/18/2020 2.1.143 has at least one vulnerability with moderate severity.
2.1.115 3,268,118 4/11/2020 2.1.115 has at least one vulnerability with moderate severity.
2.1.90 18,176,218 2/10/2020 2.1.90 has at least one vulnerability with moderate severity.
2.1.80 240,363 1/30/2020 2.1.80 has at least one vulnerability with moderate severity.
2.0.335 345,064 1/10/2020 2.0.335 has at least one vulnerability with moderate severity.
2.0.323 501,503 12/16/2019 2.0.323 has at least one vulnerability with moderate severity.
2.0.299-rc 26,406 11/30/2019 2.0.299-rc has at least one vulnerability with moderate severity.
2.0.270-rc 12,448 11/25/2019 2.0.270-rc has at least one vulnerability with moderate severity.
2.0.231-rc 6,543 11/13/2019 2.0.231-rc has at least one vulnerability with moderate severity.
2.0.221-beta 22,034 11/8/2019 2.0.221-beta has at least one vulnerability with moderate severity.
2.0.204-beta 6,070 11/5/2019 2.0.204-beta has at least one vulnerability with moderate severity.
2.0.171-beta 6,359 10/17/2019 2.0.171-beta has at least one vulnerability with moderate severity.
2.0.123-beta 13,999 7/16/2019 2.0.123-beta has at least one vulnerability with moderate severity.
2.0.119-beta 5,968 7/15/2019 2.0.119-beta has at least one vulnerability with moderate severity.
2.0.110-alpha 5,995 7/14/2019 2.0.110-alpha has at least one vulnerability with moderate severity.
1.9.11 10,722,151 2/10/2020 1.9.11 has at least one vulnerability with moderate severity.
1.9.3 120,460 1/31/2020 1.9.3 has at least one vulnerability with moderate severity.
1.8.80 1,213,233 11/20/2019 1.8.80 has at least one vulnerability with moderate severity.
1.8.74 513,377 10/15/2019 1.8.74 has at least one vulnerability with moderate severity.
1.8.71-beta 7,144 7/9/2019 1.8.71-beta has at least one vulnerability with moderate severity.
1.7.3.7 13,979,427 5/14/2019 1.7.3.7 has at least one vulnerability with moderate severity.
1.7.3.4 9,492,118 1/30/2018 1.7.3.4 has at least one vulnerability with moderate severity.
1.7.3.3 9,735 1/30/2018 1.7.3.3 has at least one vulnerability with moderate severity.
1.7.3.2 53,287 12/29/2017 1.7.3.2 has at least one vulnerability with moderate severity.
1.7.3.1 12,850 12/25/2017 1.7.3.1 has at least one vulnerability with moderate severity.
1.7.3 61,247 12/22/2017 1.7.3 has at least one vulnerability with moderate severity.
1.7.2 185,175 10/13/2017 1.7.2 has at least one vulnerability with moderate severity.
1.7.1 942,611 10/11/2017 1.7.1 has at least one vulnerability with moderate severity.
1.7.0 16,630 10/9/2017 1.7.0 has at least one vulnerability with moderate severity.
1.6.2 42,075 10/4/2017 1.6.2 has at least one vulnerability with moderate severity.
1.6.1.2 35,357 9/21/2017 1.6.1.2 has at least one vulnerability with moderate severity.
1.6.1.1 22,399 9/8/2017 1.6.1.1 has at least one vulnerability with moderate severity.
1.6.1 31,283 8/31/2017 1.6.1 has at least one vulnerability with moderate severity.
1.6.0.3 8,408 8/29/2017 1.6.0.3 has at least one vulnerability with moderate severity.
1.6.0.2 7,531 8/29/2017 1.6.0.2 has at least one vulnerability with moderate severity.
1.6.0.1 9,904 8/28/2017 1.6.0.1 has at least one vulnerability with moderate severity.
1.5.1 8,644 8/23/2017 1.5.1 has at least one vulnerability with moderate severity.
1.5.0.2 18,563 8/18/2017 1.5.0.2 has at least one vulnerability with moderate severity.
1.5.0.1 7,456 8/18/2017 1.5.0.1 has at least one vulnerability with moderate severity.
1.5.0 7,587 8/18/2017 1.5.0 has at least one vulnerability with moderate severity.
1.4.4 26,622 8/4/2017 1.4.4 has at least one vulnerability with moderate severity.
1.4.3 38,557 7/20/2017 1.4.3 has at least one vulnerability with moderate severity.
1.4.2 14,667 7/3/2017 1.4.2 has at least one vulnerability with moderate severity.
1.4.1 11,923 6/29/2017 1.4.1 has at least one vulnerability with moderate severity.
1.4.0 311,358 6/27/2017 1.4.0 has at least one vulnerability with moderate severity.
1.3.3 7,546 6/26/2017 1.3.3 has at least one vulnerability with moderate severity.
1.3.2 8,928 6/23/2017 1.3.2 has at least one vulnerability with moderate severity.
1.3.1.1 7,598 6/23/2017 1.3.1.1 has at least one vulnerability with moderate severity.
1.3.1 8,814 6/22/2017 1.3.1 has at least one vulnerability with moderate severity.
1.3.0 17,005 6/8/2017 1.3.0 has at least one vulnerability with moderate severity.
1.2.3 19,332 5/24/2017 1.2.3 has at least one vulnerability with moderate severity.
1.2.2 10,537 5/6/2017 1.2.2 has at least one vulnerability with moderate severity.
1.2.0 10,393 4/5/2017 1.2.0 has at least one vulnerability with moderate severity.
1.1.2 7,917 4/2/2017 1.1.2 has at least one vulnerability with moderate severity.
1.1.1.1 6,420 4/1/2017 1.1.1.1 has at least one vulnerability with moderate severity.
1.1.1 7,913 3/25/2017 1.1.1 has at least one vulnerability with moderate severity.
1.1.0 7,480 3/25/2017 1.1.0 has at least one vulnerability with moderate severity.
1.0.3 7,975 3/16/2017 1.0.3 has at least one vulnerability with moderate severity.
1.0.2 7,468 3/15/2017 1.0.2 has at least one vulnerability with moderate severity.
1.0.1 7,980 3/13/2017 1.0.1 has at least one vulnerability with moderate severity.
1.0.0 9,951 3/12/2017 1.0.0 has at least one vulnerability with moderate severity.
0.8.5 7,459 3/10/2017 0.8.5 has at least one vulnerability with moderate severity.
0.8.4 7,100 3/10/2017 0.8.4 has at least one vulnerability with moderate severity.
0.8.3 7,158 3/10/2017 0.8.3 has at least one vulnerability with moderate severity.
0.8.2 9,020 3/9/2017 0.8.2 has at least one vulnerability with moderate severity.
0.8.1 7,119 3/9/2017 0.8.1 has at least one vulnerability with moderate severity.
0.8.0 8,653 3/9/2017 0.8.0 has at least one vulnerability with moderate severity.
0.7.2 7,241 3/6/2017 0.7.2 has at least one vulnerability with moderate severity.
0.7.0 7,044 3/6/2017 0.7.0 has at least one vulnerability with moderate severity.
0.6.1 7,373 3/6/2017 0.6.1 has at least one vulnerability with moderate severity.
0.6.0 7,274 3/2/2017 0.6.0 has at least one vulnerability with moderate severity.
0.5.0 7,251 3/2/2017 0.5.0 has at least one vulnerability with moderate severity.
0.4.2 7,084 3/1/2017 0.4.2 has at least one vulnerability with moderate severity.
0.4.1 6,948 3/1/2017 0.4.1 has at least one vulnerability with moderate severity.
0.4.0 26,947 3/1/2017 0.4.0 has at least one vulnerability with moderate severity.
0.3.0-beta 5,954 2/28/2017 0.3.0-beta has at least one vulnerability with moderate severity.
0.2.3-beta 6,034 2/28/2017 0.2.3-beta has at least one vulnerability with moderate severity.
0.2.2-beta 6,073 2/28/2017 0.2.2-beta has at least one vulnerability with moderate severity.
0.2.1-beta 5,997 2/28/2017 0.2.1-beta has at least one vulnerability with moderate severity.
0.2.0-beta 6,044 2/28/2017 0.2.0-beta has at least one vulnerability with moderate severity.
0.1.0-beta 6,874 2/26/2017 0.1.0-beta has at least one vulnerability with moderate severity.