Move non-UI analyzer code to ILSpyX #1566
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/Builtin/TypeUsedByAnalyzer.cs#L411
Dereference of a possibly null reference.
|
Build Debug:
ICSharpCode.ILSpyX/Analyzers/Builtin/TypeUsedByAnalyzer.cs#L411
Dereference of a possibly null reference.
|
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.
|
Build Debug:
ICSharpCode.ILSpyX/Analyzers/AnalyzerScope.cs#L69
Possible null reference argument for parameter 'self' in 'IEnumerable<MetadataFile> AnalyzerScope.GetReferencingModules(MetadataFile self, CancellationToken ct)'.
|
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.
|
Loading