Skip to content

Bump Roslynator.Formatting.Analyzers from 4.5.0 to 4.6.3 #65

Bump Roslynator.Formatting.Analyzers from 4.5.0 to 4.6.3

Bump Roslynator.Formatting.Analyzers from 4.5.0 to 4.6.3 #65

Triggered via pull request November 23, 2023 23:12
Status Failure
Total duration 31s
Artifacts

BUILD_TEST_DSTV_NET.yml

on: pull_request
build_test_dstv_net
22s
build_test_dstv_net
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build_test_dstv_net: DSTV.Net/Implementations/FineSplitter.cs#L12
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build_test_dstv_net: DSTV.Net/Implementations/DstvReader.cs#L18
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build_test_dstv_net: DSTV.Net/Data/DstvElement.cs#L12
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build_test_dstv_net: DSTV.Net/Implementations/DotSplitter.cs#L19
Use 'string.IndexOf(char)' instead of 'string.IndexOf(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865)
build_test_dstv_net: DSTV.Net/Data/DstvElement.cs#L27
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build_test_dstv_net: DSTV.Net/Data/Contour.cs#L26
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build_test_dstv_net: DSTV.Net/Implementations/FineSplitter.cs#L12
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build_test_dstv_net: DSTV.Net/Implementations/DstvReader.cs#L18
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build_test_dstv_net: DSTV.Net/Implementations/DotSplitter.cs#L19
Use 'string.IndexOf(char)' instead of 'string.IndexOf(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865)
build_test_dstv_net: DSTV.Net/Data/Contour.cs#L26
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)