Remove Microsoft.CodeAnalysis.CSharp.Analyzer.Testing #163
Annotations
10 warnings
Source/Moq.Analyzers/CallbackSignatureShouldMatchMockedMethodAnalyzer.cs#L73
Possible null reference argument for parameter 'expression' in 'TypeInfo CSharpExtensions.GetTypeInfo(SemanticModel? semanticModel, ExpressionSyntax expression, CancellationToken cancellationToken = default(CancellationToken))'.
|
Source/Moq.Analyzers/Helpers.cs#L87
Possible null reference argument for parameter 'item' in 'void List<T>.Add(T item)'.
|
Source/Moq.Analyzers/Helpers.cs#L103
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#L43
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#L41
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/Helpers.cs#L22
Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
|
Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L39
Method is too long (72 lines; maximum allowed: 60) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0051.md)
|
Source/Moq.Analyzers/NoConstructorArgumentsForInterfaceMockAnalyzer.cs#L67
Change this condition so that it does not always evaluate to 'False'. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L59
Change this condition so that it does not always evaluate to 'False'. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Source/Moq.Analyzers/CallbackSignatureShouldMatchMockedMethodCodeFix.cs#L64
Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
|
This job succeeded
Loading