Add nbgv tool to automate versioning #7
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/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/MoqMethodDescriptor.cs#L28
Possible null reference argument for parameter 'methodName' in 'bool MoqMethodDescriptor.DoesShortMethodMatch(string methodName)'.
|
Source/Moq.Analyzers/Helpers.cs#L53
Possible null reference return.
|
Source/Moq.Analyzers/Helpers.cs#L54
Possible null reference return.
|
Source/Moq.Analyzers/Helpers.cs#L61
Possible null reference return.
|
This job succeeded
Loading