MicroUtils.HarmonyAnalyzers 1.6.1

dotnet add package MicroUtils.HarmonyAnalyzers --version 1.6.1
                    
NuGet\Install-Package MicroUtils.HarmonyAnalyzers -Version 1.6.1
                    
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="MicroUtils.HarmonyAnalyzers" Version="1.6.1">
  <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="MicroUtils.HarmonyAnalyzers" Version="1.6.1" />
                    
Directory.Packages.props
<PackageReference Include="MicroUtils.HarmonyAnalyzers">
  <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 MicroUtils.HarmonyAnalyzers --version 1.6.1
                    
#r "nuget: MicroUtils.HarmonyAnalyzers, 1.6.1"
                    
#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 MicroUtils.HarmonyAnalyzers@1.6.1
                    
#: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=MicroUtils.HarmonyAnalyzers&version=1.6.1
                    
Install as a Cake Addin
#tool nuget:?package=MicroUtils.HarmonyAnalyzers&version=1.6.1
                    
Install as a Cake Tool

HarmonyAnalyzers

A small set of analyzers (and an even smaller set of code fixes) to assist writing Harmony patches, primarily to identify common errors such as missing attributes, typos in names, etc. Also provides autocomplete suggestions for patch method argument injections.

Analysis is currently not fully implemented for reverse patches and ReturnRef<T> parameters.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.1 353 7/8/2025
1.6.0-beta1744347465 454 4/11/2025
1.5.0-rc4 221 3/20/2025
1.4.0 247 3/11/2025
1.4.0-rc4 255 3/10/2025
1.4.0-rc3 225 3/7/2025
1.4.0-rc2 123 2/27/2025
1.4.0-rc1 102 2/25/2025
1.3.1 457 11/30/2024
1.3.0 389 9/28/2024
1.0.0 140 9/9/2024