Skip to content

Bump Roslynator.Analyzers from 4.12.3 to 4.12.4 (#215) #281

Bump Roslynator.Analyzers from 4.12.3 to 4.12.4 (#215)

Bump Roslynator.Analyzers from 4.12.3 to 4.12.4 (#215) #281

Triggered via push July 1, 2024 13:18
Status Failure
Total duration 1m 40s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
windows-latest: src/Strinken/Parser/Parser`1.cs#L56
Use properties where appropriate (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1024)
windows-latest: src/Strinken/Parser/Parser`1.cs#L56
Use properties where appropriate (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1024)
windows-latest: src/Strinken/Parser/Parser`1.cs#L72
Use properties where appropriate (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1024)
windows-latest: src/Strinken/Parser/Parser`1.cs#L64
Use properties where appropriate (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1024)
windows-latest: src/Strinken/Parser/Parser`1.cs#L64
Use properties where appropriate (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1024)
windows-latest: src/Strinken/Parser/Parser`1.cs#L72
Use properties where appropriate (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1024)
windows-latest: src/Strinken/Filters/ReplaceFilter.cs#L28
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Strinken.ReplaceFilter.Resolve(string, string[])' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
windows-latest: src/Strinken/Parser/BaseFilters.cs#L50
To avoid double lookup, call 'TryAdd' instead of calling 'Add' with a 'ContainsKey' guard (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1864)
windows-latest: src/Strinken/Filters/ReplaceFilter.cs#L28
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Strinken.ReplaceFilter.Resolve(string, string[])' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
windows-latest: src/Strinken/Parser/Parser`1.cs#L56
Use properties where appropriate (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1024)
windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/