ANcpLua.Analyzers 1.10.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ANcpLua.Analyzers --version 1.10.0
                    
NuGet\Install-Package ANcpLua.Analyzers -Version 1.10.0
                    
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="ANcpLua.Analyzers" Version="1.10.0">
  <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="ANcpLua.Analyzers" Version="1.10.0" />
                    
Directory.Packages.props
<PackageReference Include="ANcpLua.Analyzers">
  <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 ANcpLua.Analyzers --version 1.10.0
                    
#r "nuget: ANcpLua.Analyzers, 1.10.0"
                    
#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 ANcpLua.Analyzers@1.10.0
                    
#: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=ANcpLua.Analyzers&version=1.10.0
                    
Install as a Cake Addin
#tool nuget:?package=ANcpLua.Analyzers&version=1.10.0
                    
Install as a Cake Tool

NuGet .NET Standard 2.0 License: MIT

ANcpLua.Analyzers

Roslyn analyzers for modern C# patterns. Catches common mistakes at compile time with automatic code fixes.

Installation

dotnet add package ANcpLua.Analyzers

Using ANcpLua.NET.Sdk? This package is auto-injected - no installation needed.

Rules

Rule Severity Description
AL0001 Error Don't reassign primary constructor parameters
AL0002 Warning Don't repeat negated patterns
AL0003 Error Don't divide by constant zero
AL0004 Warning Use is for Span constant comparison
AL0005 Warning Use SequenceEqual for Span comparison
AL0006 Warning Field conflicts with primary constructor param
AL0007 Warning GetSchema should be explicit interface
AL0008 Warning GetSchema must return null
AL0009 Warning Don't call IXmlSerializable.GetSchema
AL0010 Info Type should be partial for generators
AL0011 Warning Use Lock type instead of lock keyword
AL0012 Warning Deprecated OTel semantic convention
AL0013 Info Missing telemetry schema URL
AL0014 Warning Use is null instead of == null
AL0015 Info Normalize null-guard style
AL0016 Info Combine declaration with null-check
AL0017 Warning Hardcoded version in Directory.Packages.props
AL0018 Warning Version.props not imported
AL0019 Warning Undefined version variable
AL0020-24 Error ASP.NET Core form binding issues
AL0025 Warning Prefer static lambda
AL0026 Warning Use TimeProvider instead of DateTime.Now
AL0027 Warning Use System.Text.Json instead of Newtonsoft
AL0028 Info Use IsEqualTo for symbol comparison
AL0029 Info Use HasAttribute extension
AL0030 Info Use Implements/InheritsFrom extensions
AL0031 Info Use IsMethodNamed/TryGetConstantValue
AL0032 Info Use OrEmpty() extension
AL0033 Info Use ToImmutableArrayOrEmpty() extension
AL0034 Info Use WhereNotNull() extension
AL0035 Info Use GetFullyQualifiedName/GetMetadataName

Legend: Error = build error, Warning = build warning, Info = IDE only

Code Fixes

Automatic fixes available for: AL0002, AL0004, AL0005, AL0008, AL0010, AL0011, AL0012, AL0014, AL0015, AL0016, AL0025, AL0026, AL0027, AL0028, AL0029, AL0030, AL0031

Configuration

[*.cs]
dotnet_diagnostic.AL0001.severity = error
dotnet_diagnostic.AL0014.severity = none

Documentation

ancplua.mintlify.app/analyzers

License

MIT

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.10.2 0 1/22/2026
1.10.0 0 1/21/2026
1.9.0 141 1/21/2026
1.8.0 40 1/21/2026
1.7.0 100 1/21/2026
1.6.16 80 1/21/2026
1.6.15 60 1/20/2026
1.6.13 281 1/18/2026
1.6.12 60 1/18/2026
1.6.11 68 1/18/2026
1.6.10 65 1/17/2026
1.6.7 58 1/16/2026
1.6.6 122 1/14/2026
1.6.5 97 1/14/2026
1.6.4 85 1/14/2026
1.6.3 86 1/14/2026
1.6.2 87 1/14/2026
1.6.1 359 1/14/2026
1.6.0 102 1/13/2026
1.5.3 123 1/10/2026
1.5.2 82 1/10/2026
1.5.1 274 1/2/2026
1.5.0 85 1/2/2026
1.4.0 88 1/1/2026
1.3.6 87 1/2/2026
1.3.5 84 1/2/2026
1.3.3 92 12/31/2025
1.3.2 87 12/31/2025
1.3.1 89 12/30/2025
1.0.10 94 12/30/2025
1.0.9 93 12/29/2025
1.0.4 854 12/24/2025
1.0.3 162 12/24/2025
1.0.2 163 12/24/2025