Skip to content

Bump Roslynator.Formatting.Analyzers from 4.5.0 to 4.9.0 #78

Bump Roslynator.Formatting.Analyzers from 4.5.0 to 4.9.0

Bump Roslynator.Formatting.Analyzers from 4.5.0 to 4.9.0 #78

Triggered via pull request January 11, 2024 00:06
Status Failure
Total duration 52s
Artifacts

BUILD_TEST_DSTV_NET.yml

on: pull_request
build_test_dstv_net
43s
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/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/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#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/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/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/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)