Update analysis mode and warning level (#59) #58
Annotations
10 warnings
Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L35
Converting null literal or possible null value to non-nullable type.
|
Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L39
Dereference of a possibly null reference.
|
Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L39
Converting null literal or possible null value to non-nullable type.
|
Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L56
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/CallbackSignatureShouldMatchMockedMethodCodeFix.cs#L61
Dereference of a possibly null reference.
|
Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L95
Possible null reference return.
|
Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L98
Possible null reference return.
|
Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L95
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#L131
Possible null reference return.
|
Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L134
Possible null reference return.
|
This job succeeded
Loading