Move test packages to build slice, update to latest version, and enable parallel tests #61
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/NoConstructorArgumentsForInterfaceMockAnalyzer.cs#L36
Converting null literal or possible null value to non-nullable type.
|
Source/Moq.Analyzers/NoConstructorArgumentsForInterfaceMockAnalyzer.cs#L40
Dereference of a possibly null reference.
|
Source/Moq.Analyzers/NoConstructorArgumentsForInterfaceMockAnalyzer.cs#L40
Converting null literal or possible null value to non-nullable type.
|
Source/Moq.Analyzers/NoConstructorArgumentsForInterfaceMockAnalyzer.cs#L59
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#L95
Possible null reference return.
|
Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L98
Possible null reference return.
|
This job succeeded
Loading