refactor: smash together analyzers and code-fixes #412
Annotations
13 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unexpected input(s) 'depth', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|
src/TypealizeR.Analyzers/UseIndexerCodeFixer.cs#L13
Dereference of a possibly null reference.
|
src/TypealizeR.Analyzers/UseIndexerCodeFixer.cs#L24
Possible null reference return.
|
src/TypealizeR.Analyzers/UseIndexerCodeFixer.cs#L65
Dereference of a possibly null reference.
|
src/TypealizeR.Analyzers/TypealizeRCodeFixProvider.cs#L54
Possible null reference argument for parameter 'root' in 'ICodeFixer CodeFixerFactory.Invoke(SyntaxNode root, Diagnostic diagnostic)'.
|
src/TypealizeR.Analyzers/UseIndexerAnalyzer.cs#L10
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)
|
src/TypealizR/_.cs#L8
Rename class '_' to match pascal case naming rules, trim underscores from the name. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
src/TypealizR.CLI/_.cs#L7
Rename class '_' to match pascal case naming rules, trim underscores from the name. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
src/TypealizR.CLI/_.cs#L7
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
src/Playground.Common/Duplicate/PublicClass.cs#L2
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
src/Playground.Common/NoCodeGen/PublicClass.cs#L2
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
Unexpected input(s) 'depth', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|
The logs for this run have expired and are no longer available.
Loading