Move common namespaces to global using and clean up files #63
Annotations
10 warnings
Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L29
Converting null literal or possible null value to non-nullable type.
|
Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L33
Dereference of a possibly null reference.
|
Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L33
Converting null literal or possible null value to non-nullable type.
|
Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L50
The result of the expression is always 'false' since a value of type 'SeparatedSyntaxList<TypeSyntax>' is never equal to 'null' of type 'SeparatedSyntaxList<TypeSyntax>?'
|
Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L88
Possible null reference return.
|
Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L91
Possible null reference return.
|
Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L88
The result of the expression is always 'false' since a value of type 'SeparatedSyntaxList<TypeSyntax>' is never equal to 'null' of type 'SeparatedSyntaxList<TypeSyntax>?'
|
Source/Moq.Analyzers/NoConstructorArgumentsForInterfaceMockAnalyzer.cs#L29
Converting null literal or possible null value to non-nullable type.
|
Source/Moq.Analyzers/NoConstructorArgumentsForInterfaceMockAnalyzer.cs#L33
Dereference of a possibly null reference.
|
Source/Moq.Analyzers/NoConstructorArgumentsForInterfaceMockAnalyzer.cs#L33
Converting null literal or possible null value to non-nullable type.
|
This job succeeded
Loading