mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
745 B
745 B
; Unshipped analyzer release ; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md
New Rules
| Rule ID | Category | Severity | Notes |
|---|---|---|---|
| DSTG001 | DecompilerSyntaxTreeGenerator | Error | Slot kind must map to a single child type |
| DSTG002 | DecompilerSettingsGenerator | Error | [DecompilerSetting] target must be a partial instance bool property |
| DSTG003 | DecompilerSettingsGenerator | Error | Version-gated setting must not declare [Category] |
| DSTG004 | DecompilerSettingsGenerator | Error | Language version has no display category |
| DSTG005 | DecompilerSettingsGenerator | Error | Setting must be declared in a non-nested partial class |