Add .gitattributes file and normalize line endings #18
Annotations
1 error and 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/CallbackSignatureShouldMatchMockedMethodCodeFix.cs#L61
Dereference of a possibly null reference.
|
Source/Moq.Analyzers/Helpers.cs#L53
Possible null reference return.
|
Source/Moq.Analyzers/Helpers.cs#L54
Possible null reference return.
|
This job failed
Loading