MessagePackAnalyzer 3.1.8

dotnet add package MessagePackAnalyzer --version 3.1.8
                    
NuGet\Install-Package MessagePackAnalyzer -Version 3.1.8
                    
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="MessagePackAnalyzer" Version="3.1.8">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MessagePackAnalyzer" Version="3.1.8" />
                    
Directory.Packages.props
<PackageReference Include="MessagePackAnalyzer">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 MessagePackAnalyzer --version 3.1.8
                    
#r "nuget: MessagePackAnalyzer, 3.1.8"
                    
#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 MessagePackAnalyzer@3.1.8
                    
#: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=MessagePackAnalyzer&version=3.1.8
                    
Install as a Cake Addin
#tool nuget:?package=MessagePackAnalyzer&version=3.1.8
                    
Install as a Cake Tool

Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (41)

Showing the top 5 NuGet packages that depend on MessagePackAnalyzer:

Package Downloads
MessagePack

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

Microsoft.VisualStudio.Debugger.Contracts

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

TIKSN-Framework

TIKSN Framework is a .NET 10 application framework and utility library for building modular services, command-line tools, data-driven applications, and .NET MAUI apps. It includes dependency injection helpers, Autofac modules, repository, query repository, file repository, stream repository, pagination, unit-of-work abstractions, Entity Framework Core, Azure Table Storage, Azure Blob Storage, MongoDB, LiteDB, and RavenDB adapters, memory, distributed, and hybrid repository cache decorators, finance and money types, pricing models, currency conversion, central-bank foreign exchange providers, globalization, language and region localization resources, JSON, XML, MessagePack, custom binary serialization, Protocol Buffers-backed licensing schema support, license generation and signature services, shell and PowerShell application infrastructure, telemetry abstractions, correlation IDs, settings, known folders, network connectivity, antimalware abstractions, versioning, numbering, time period types, REST helpers, sitemap models, and platform-specific MAUI registrations.

Butterfly.DataContract

Package Description

GreatUtilities.Infrastructure

Essencial tools to agile development.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on MessagePackAnalyzer:

Repository Stars
Cysharp/MemoryPack
Zero encoding extreme performance binary serializer for C# and Unity.
Cysharp/MagicOnion
Unified Realtime/API framework for .NET platform and Unity.
Version Downloads Last Updated
3.1.8 203,019 7/8/2026
3.1.7 2,266,786 6/9/2026
3.1.6 278,535 5/21/2026
3.1.5 19,239 5/21/2026
3.1.4 13,320,461 6/12/2025
3.1.3 6,788,748 2/4/2025
3.1.2 593,832 1/27/2025
3.1.1 3,359,567 12/26/2024
3.1.0 746,723 12/12/2024
3.0.308 631,689 12/9/2024
3.0.300 272,158 12/6/2024
3.0.238-rc.1 98,213 10/23/2024
3.0.233-rc.1 4,014 10/22/2024
3.0.214-rc.1 65,880 10/17/2024
2.5.302 7,620 6/9/2026
2.5.301 6,925 6/9/2026
2.5.205 744 5/21/2026
2.5.198 49,225 4/10/2025
2.5.192 245,822 11/12/2024
Loading failed