[Janitor] Update Dependencies #276
Annotations
10 errors
|
Build WTG.Analyzers:
src/WTG.Analyzers.TestFramework.Test/CodeFixerTest.cs#L44
'WTG.Analyzers.Framework.Test.CodeFixerTest.AnalyzerMock': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
|
Build WTG.Analyzers:
src/WTG.Analyzers.TestFramework.Test/CodeFixerTest.cs#L43
This compiler extension should not be implemented in an assembly with target framework '.NET Framework 4.7.2'. References to other target frameworks will cause the compiler to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1041.md)
|
|
Build WTG.Analyzers:
src/WTG.Analyzers.TestFramework.Test/CodeFixerTest.cs#L43
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
|
|
Build WTG.Analyzers:
src/WTG.Analyzers.Utils/SyntaxTreeExtensions.cs#L36
Prefer 'IsKind' for checking syntax kinds
|
|
Build WTG.Analyzers:
src/WTG.Analyzers.Utils/DocumentBatchedFixAllProvider.cs#L98
Possible null reference argument for parameter 'codeActionEquivalenceKey' in 'CodeAction DocumentBatchedFixAllProvider.CreateFixAction(Solution solution, ImmutableDictionary<Document, ImmutableArray<Diagnostic>> diagnostics, string codeActionEquivalenceKey)'.
|
|
Build WTG.Analyzers:
src/WTG.Analyzers.Utils/DocumentBatchedFixAllProvider.cs#L79
Possible null reference argument for parameter 'codeActionEquivalenceKey' in 'CodeAction DocumentBatchedFixAllProvider.CreateFixAction(Solution solution, ImmutableDictionary<Document, ImmutableArray<Diagnostic>> diagnostics, string codeActionEquivalenceKey)'.
|
|
Build WTG.Analyzers:
src/WTG.Analyzers.Utils/DocumentBatchedFixAllProvider.cs#L68
Possible null reference argument for parameter 'codeActionEquivalenceKey' in 'CodeAction DocumentBatchedFixAllProvider.CreateFixAction(Document document, ImmutableArray<Diagnostic> diagnostics, string codeActionEquivalenceKey)'.
|
|
Build WTG.Analyzers:
src/WTG.Analyzers.Utils/DocumentBatchedFixAllProvider.cs#L67
Possible null reference argument for parameter 'document' in 'Task<ImmutableArray<Diagnostic>> FixAllContext.GetDocumentDiagnosticsAsync(Document document)'.
|
|
Build WTG.Analyzers:
src/WTG.Analyzers.Utils/SemanticModelExtensions.cs#L19
Possible null reference argument for parameter 'value' in 'bool SemanticModelExtensions.IsZeroLiteral(object value)'.
|
|
Build WTG.Analyzers:
src/WTG.Analyzers.Utils/DocumentBatchedFixAllProvider.cs#L20
Nullability of reference types in return type doesn't match overridden member.
|
Loading