Skip to main content
Source: Al0054ToAl0056DiagnosticsAlignmentAnalyzer.cs

Description

A diagnostic ID exists in source code but is not listed in AnalyzerReleases.Shipped.md or AnalyzerReleases.Unshipped.md. All diagnostics should be tracked for release management.

Bad Code

<!-- AnalyzerReleases.Unshipped.md -->
<!-- AL0099 is missing from this file -->

Good Code

<!-- AnalyzerReleases.Unshipped.md -->

| Rule ID | Category | Severity | Notes                |
| ------- | -------- | -------- | -------------------- |
| AL0099  | Design   | Warning  | New rule description |

Properties

  • Category: VersionManagement
  • Severity: Warning
  • Enabled by default: True
  • Code fix available: False

Configuration

dotnet_diagnostic.AL0055.severity = warning