Move non-UI analyzer code to ILSpyX #1567
Annotations
10 errors
Build Debug:
ICSharpCode.ILSpyX/Analyzers/ExportAnalyzerAttribute.cs#L28
Non-nullable property 'Header' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Debug:
ICSharpCode.ILSpyX/Analyzers/AnalyzerContext.cs#L57
Possible null reference return.
|
Build Debug:
ICSharpCode.ILSpyX/Analyzers/AnalyzerContext.cs#L58
Dereference of a possibly null reference.
|
Build Debug:
ICSharpCode.ILSpyX/Analyzers/AnalyzerContext.cs#L59
Dereference of a possibly null reference.
|
Build Debug:
ICSharpCode.ILSpyX/Analyzers/AnalyzerContext.cs#L66
Possible null reference return.
|
Build Debug:
ICSharpCode.ILSpyX/Analyzers/AnalyzerContext.cs#L35
Non-nullable property 'AssemblyList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Debug:
ICSharpCode.ILSpyX/Analyzers/AnalyzerContext.cs#L45
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Debug:
ICSharpCode.ILSpyX/Analyzers/AnalyzerScope.cs#L64
Dereference of a possibly null reference.
|
Build Debug:
ICSharpCode.ILSpyX/Analyzers/AnalyzerScope.cs#L64
Nullability of reference types in value of type 'MetadataFile?[]' doesn't match target type 'IEnumerable<MetadataFile>'.
|
Build Debug:
ICSharpCode.ILSpyX/Analyzers/AnalyzerScope.cs#L69
Dereference of a possibly null reference.
|
Loading