Add analyzer release tracking #114
Annotations
10 warnings
Source/Moq.Analyzers/CallbackSignatureShouldMatchMockedMethodAnalyzer.cs#L63
Possible null reference argument for parameter 'expression' in 'TypeInfo CSharpExtensions.GetTypeInfo(SemanticModel? semanticModel, ExpressionSyntax expression, CancellationToken cancellationToken = default(CancellationToken))'.
|
Source/Moq.Analyzers/Helpers.cs#L80
Possible null reference argument for parameter 'item' in 'void List<T>.Add(T item)'.
|
Source/Moq.Analyzers/Helpers.cs#L93
TODO Check what is the best way to do such checks (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
Source/Moq.Analyzers/NoConstructorArgumentsForInterfaceMockAnalyzer.cs#L33
TODO Think how to make this piece more elegant while fast (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L31
TODO Think how to make this piece more elegant while fast (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
Source/Moq.Analyzers/CallbackSignatureShouldMatchMockedMethodAnalyzer.cs#L9
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
Source/Moq.Analyzers/NoConstructorArgumentsForInterfaceMockAnalyzer.cs#L11
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
Source/Moq.Analyzers/NoMethodsInPropertySetupAnalyzer.cs#L9
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L11
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L9
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
This job succeeded
Loading