Skip to content

chore: seal analyzer, CodeFix and CodeAction types (CA1852) and promote to error #637

chore: seal analyzer, CodeFix and CodeAction types (CA1852) and promote to error

chore: seal analyzer, CodeFix and CodeAction types (CA1852) and promote to error #637

Triggered via pull request August 27, 2026 11:28
Status Success
Total duration 8m 1s
Artifacts 57

pull-request.yml

on: pull_request
build-and-test  /  Setup
33s
build-and-test / Setup
Matrix: build-and-test / test
Fit to window
Zoom out
Zoom in

Annotations

700 warnings
build-and-test / Build: src/ALCops.LinterCop/CodeFixes/BuiltInDateTimeMethod.cs#L76
In member Task BuiltInDateTimeMethodCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.LinterCop/CodeFixes/ParameterNotReferencedCodeFixProvider.cs#L114
Method 'ALCops.LinterCop.CodeFixes.ParameterNotReferencedCodeFixProvider.RemoveUnreferencedParameter(Microsoft.Dynamics.Nav.CodeAnalysis.Workspaces.Document, Microsoft.Dynamics.Nav.CodeAnalysis.SyntaxNode, System.Threading.CancellationToken, ALCops.LinterCop.CodeFixes.ParameterNotReferencedCodeFixProvider.ProcedureKind)' should take CancellationToken as the last parameter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1068)
build-and-test / Build: src/ALCops.LinterCop/CodeFixes/DataClassificationRedundancy.cs#L39
In member Task DataClassificationRedundancyCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.LinterCop/CodeFixes/ApplicationAreaRedundancy.cs#L39
In member Task ApplicationAreaRedundancyCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.LinterCop/CodeFixes/ParameterNotReferencedCodeFixProvider.cs#L51
In member Task ParameterNotReferencedCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.LinterCop/CodeFixes/AllowInCustomizationsRedundancy.cs#L39
In member Task AllowInCustomizationsRedundancyCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.LinterCop/CodeFixes/RecordInstanceIsolationLevel.cs#L40
In member Task RecordInstanceIsolationLevelCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.LinterCop/DiagnosticDescriptors.cs#L359
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
build-and-test / Build: src/ALCops.LinterCop/Analyzers/NamingPattern.cs#L436
Identifier 'Object' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
build-and-test / Build: src/ALCops.LinterCop/Analyzers/OptionTypeShouldBeEnum.cs#L13
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Build: src/ALCops.FormattingCop/CodeFixes/PermissionDeclarationOrderCodeFixProvider.cs#L35
In member Task PermissionDeclarationOrderCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.FormattingCop/CodeFixes/CasingMismatchKeyword.cs#L77
In member Task CasingMismatchCodeFix.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.FormattingCop/CodeFixes/UseParenthesisForMethodAssignment.cs#L35
In member Task UseParenthesisForMethodAssignmentCodeFix.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.FormattingCop/DiagnosticDescriptors.cs#L91
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
build-and-test / Build: src/ALCops.FormattingCop/DiagnosticDescriptors.cs#L91
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
build-and-test / Build: src/ALCops.FormattingCop/CodeFixes/UseParenthesisForFunctionCall.cs#L36
In member Task UseParenthesisForFunctionCallCodeFix.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.FormattingCop/CodeFixes/PermissionValuesShouldBeLowercaseCodeFixProvider.cs#L35
In member Task PermissionValuesShouldBeLowercaseCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.FormattingCop/CodeFixes/PermissionDeclarationOrderCodeFixProvider.cs#L35
In member Task PermissionDeclarationOrderCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.FormattingCop/CodeFixes/CasingMismatchKeyword.cs#L77
In member Task CasingMismatchCodeFix.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.FormattingCop/CodeFixes/UseParenthesisForMethodAssignment.cs#L35
In member Task UseParenthesisForMethodAssignmentCodeFix.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.DocumentationCop/Analyzers/XmlDocumentationProcedureConsistency.cs#L55
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)
build-and-test / Build: src/ALCops.DocumentationCop/DiagnosticDescriptors.cs#L120
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
build-and-test / Build: src/ALCops.DocumentationCop/Analyzers/XmlDocumentationProcedureConsistency.cs#L55
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)
build-and-test / Build: src/ALCops.DocumentationCop/DiagnosticDescriptors.cs#L120
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
build-and-test / Build: src/ALCops.DocumentationCop/Analyzers/XmlDocumentationProcedureConsistency.cs#L55
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)
build-and-test / Build: src/ALCops.DocumentationCop/DiagnosticDescriptors.cs#L120
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
build-and-test / Build: src/ALCops.DocumentationCop/Analyzers/XmlDocumentationProcedureConsistency.cs#L55
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)
build-and-test / Build: src/ALCops.DocumentationCop/DiagnosticDescriptors.cs#L120
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
build-and-test / Build: src/ALCops.DocumentationCop/Analyzers/XmlDocumentationProcedureConsistency.cs#L55
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)
build-and-test / Build: src/ALCops.DocumentationCop/DiagnosticDescriptors.cs#L120
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
build-and-test / Build: src/ALCops.ApplicationCop/CodeFixes/PublicEventPublisher.cs#L36
In member Task PublicEventPublisherCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.ApplicationCop/CodeFixes/NotBlankNotAllowedOnPrimaryKeyField.cs#L36
In member Task NotBlankNotAllowedOnPrimaryKeyFieldCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.ApplicationCop/CodeFixes/NotBlankRequiredOnPrimaryKeyField.cs#L36
In member Task NotBlankRequiredOnPrimaryKeyFieldCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.ApplicationCop/CodeFixes/PermissionSetCaptionLength.cs#L39
In member Task PermissionSetCaptionLengthCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.ApplicationCop/CodeFixes/TableDataAccessRequiresPermissions.cs#L92
In member Task TableDataAccessRequiresPermissionsCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.ApplicationCop/CodeFixes/RunPageImplementPageManagement.cs#L45
In member Task RunPageImplementPageManagementCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.ApplicationCop/Analyzers/CaptionRequired.cs#L211
Member 'RaiseDiagnostic' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
build-and-test / Build: src/ALCops.ApplicationCop/Analyzers/CaptionRequired.cs#L167
Member 'CaptionIsMissing' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
build-and-test / Build: src/ALCops.ApplicationCop/DiagnosticDescriptors.cs#L350
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
build-and-test / Build: src/ALCops.ApplicationCop/CodeFixes/TableDataAccessUnusedPermissionsCodeFixProvider.cs#L87
In member Task TableDataAccessUnusedPermissionsCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
build-and-test / Build: src/ALCops.Common/Constants.cs#L3
Make class static (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1102)
build-and-test / Build: src/ALCops.Common/Permissions/RequiredPermissionDetector.cs#L25
Parameter 'containingSymbol' has no matching param tag in the XML comment for 'RequiredPermissionDetector.TryGetFromInvocation(IInvocationExpression, ISymbol, bool)' (but other parameters do)
build-and-test / Build: src/ALCops.Common/Permissions/RequiredPermissionDetector.cs#L24
Parameter 'invocation' has no matching param tag in the XML comment for 'RequiredPermissionDetector.TryGetFromInvocation(IInvocationExpression, ISymbol, bool)' (but other parameters do)
build-and-test / Build: src/ALCops.Common/Extensions/ApplicationObjectTypeSymbolInterfaceExtensions.cs#L105
XML comment has cref attribute 'FlattenedDataItems' that could not be resolved
build-and-test / Build: src/ALCops.Common/Reflection/SymbolHelper.cs#L70
XML comment has badly formed XML -- 'Expected an end tag for element ''.'
build-and-test / Build: src/ALCops.Common/Reflection/SymbolHelper.cs#L69
XML comment has badly formed XML -- 'The character(s) '1' cannot be used at this location.'
build-and-test / Build: src/ALCops.Common/Reflection/EnumProvider.cs#L28
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build-and-test / Build: src/ALCops.Common/Reflection/EnumProvider.cs#L28
XML comment has badly formed XML -- 'Expected an end tag for element 'NavCodeAnalysis.EnumType'.'
build-and-test / Build: src/ALCops.Common/Reflection/EnumProvider.cs#L27
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'T'.'
build-and-test / Build: src/ALCops.Common/Reflection/SymbolHelper.cs#L69
XML comment has badly formed XML -- 'An identifier was expected.'
build-and-test / Test v17.0.33.55542: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v17.0.33.55542: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v17.0.33.55542: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.38.1148: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.38.1148: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.38.1148: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v16.2.31.21862: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.2.31.21862: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.2.31.21862: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v16.2.31.21862: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v16.2.31.21862: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v16.2.31.21862: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v16.2.31.21862: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v16.2.31.21862: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v16.2.31.21862: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v16.2.31.21862: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.2.31.21862: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.2.31.21862: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v16.2.31.21862: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v14.1.18.1238: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v14.1.18.1238: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v14.1.18.1238: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v14.1.18.1238: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v14.1.18.1238: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v14.1.18.1238: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v14.1.18.1238: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v14.1.18.1238: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v14.1.18.1238: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v14.1.18.1238: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v14.1.18.1238: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v14.1.18.1238: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v14.1.18.1238: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.40.47373: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.40.47373: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.40.47373: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.40.47373: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.40.47373: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.40.47373: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.40.47373: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v18.0.40.47373: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.40.47373: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.40.47373: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.40.47373: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.40.47373: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.40.47373: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v12.0.13.24028: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.0.13.24028: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.0.13.24028: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v12.0.13.24028: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v12.0.13.24028: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v12.0.13.24028: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v12.0.13.24028: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v12.0.13.24028: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v12.0.13.24028: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.0.13.24028: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.0.13.24028: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v12.0.13.24028: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v12.0.13.24028: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v18.0.37.64122: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.37.64122: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.37.64122: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.40.43394: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.40.43394: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.40.43394: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.40.43394: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v18.0.40.43394: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.40.43394: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v13.1.16.16524: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.40.43394: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v13.1.16.16524: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v13.1.16.16524: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v13.1.16.16524: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.40.43394: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v13.1.16.16524: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.40.43394: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v13.1.16.16524: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v18.0.40.43394: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v13.1.16.16524: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.40.43394: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v13.1.16.16524: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.40.43394: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v13.1.16.16524: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.40.43394: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v13.1.16.16524: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v13.1.16.16524: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v13.1.16.16524: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v13.1.16.16524: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v16.0.28.13140: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.0.28.13140: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.0.28.13140: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v16.0.28.13140: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v16.0.28.13140: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L161
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-and-test / Test v16.0.28.13140: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v16.0.28.13140: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v16.0.28.13140: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v16.0.28.13140: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v16.0.28.13140: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.0.28.13140: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.0.28.13140: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v16.0.28.13140: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v12.7.14.47371: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.7.14.47371: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.7.14.47371: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v12.7.14.47371: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v12.7.14.47371: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v12.7.14.47371: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v12.7.14.47371: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v12.7.14.47371: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v12.7.14.47371: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v12.7.14.47371: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.7.14.47371: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.7.14.47371: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v12.7.14.47371: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v13.0.15.44608: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v13.0.15.44608: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v13.0.15.44608: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v13.0.15.44608: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v13.0.15.44608: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v13.0.15.44608: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v13.0.15.44608: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v13.0.15.44608: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L237
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-and-test / Test v13.0.15.44608: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v13.0.15.44608: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v13.0.15.44608: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v13.0.15.44608: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v13.0.15.44608: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.33.30146: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.33.30146: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.33.30146: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.33.30146: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.33.30146: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L161
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-and-test / Test v18.0.33.30146: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v18.0.33.30146: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.33.30146: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.33.30146: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.33.30146: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.33.30146: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.33.30146: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.33.30146: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.36.64936: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.36.64936: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.36.64936: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.36.64936: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.36.64936: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v18.0.36.64936: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v18.0.36.64936: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.36.64936: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.36.64936: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.36.64936: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.36.64936: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.36.64936: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.36.64936: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v14.2.19.4832: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v14.2.19.4832: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v14.2.19.4832: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v14.2.19.4832: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v14.2.19.4832: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v14.2.19.4832: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v14.2.19.4832: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v14.2.19.4832: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v14.2.19.4832: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v14.2.19.4832: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v14.2.19.4832: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v14.2.19.4832: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v14.2.19.4832: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.38.52553: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.38.52553: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.38.52553: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v16.0.27.57058: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.0.27.57058: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.0.27.57058: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v16.0.27.57058: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v16.0.27.57058: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v16.0.27.57058: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v16.0.27.57058: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v16.0.27.57058: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v16.0.27.57058: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.0.27.57058: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.0.27.57058: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v16.0.27.57058: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v16.0.27.57058: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v14.1.17.65504: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v14.1.17.65504: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v14.1.17.65504: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v14.1.17.65504: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v14.1.17.65504: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v14.1.17.65504: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v14.1.17.65504: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v14.1.17.65504: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v14.1.17.65504: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v14.1.17.65504: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v14.1.17.65504: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v14.1.17.65504: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v14.1.17.65504: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v18.0.38.62236: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.38.62236: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.38.62236: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L161
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-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v15.0.21.34351: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v15.0.21.34351: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v15.0.21.34351: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L161
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-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.37.11445: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.37.11445: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.37.11445: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.37.11445: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v18.0.37.11445: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.37.11445: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.37.11445: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.37.11445: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.37.11445: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.37.11445: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.37.11445: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.37.11445: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.37.11445: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.35.14686: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.35.14686: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.35.14686: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.35.14686: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.35.14686: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.35.14686: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.35.14686: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.35.14686: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v18.0.35.14686: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.35.14686: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.35.14686: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.35.14686: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.35.14686: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v16.1.28.25773: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.1.28.25773: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.1.28.25773: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v16.1.28.25773: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v16.1.28.25773: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v16.1.28.25773: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v16.1.28.25773: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v16.1.28.25773: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v16.1.28.25773: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v16.1.28.25773: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.1.28.25773: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.1.28.25773: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v16.1.28.25773: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v13.0.14.54431: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v13.0.14.54431: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v13.0.14.54431: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v12.6.14.18950: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.6.14.18950: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.6.14.18950: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v12.6.14.18950: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L161
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-and-test / Test v12.6.14.18950: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v12.6.14.18950: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v12.6.14.18950: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v12.6.14.18950: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v12.6.14.18950: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v12.6.14.18950: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v12.6.14.18950: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.6.14.18950: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v12.6.14.18950: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.1.13.35966: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.1.13.35966: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.1.13.35966: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L237
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-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v15.0.21.57627: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v15.0.21.57627: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v15.0.21.57627: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v15.0.21.57627: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v15.0.21.57627: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v15.0.21.57627: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v15.0.21.57627: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v15.0.21.57627: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v15.0.21.57627: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v15.0.21.57627: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v15.0.21.57627: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v15.0.21.57627: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v15.0.21.57627: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.40.58636: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.40.58636: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.40.58636: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L237
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-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v13.0.14.47012: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v13.0.14.47012: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v13.0.14.47012: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L161
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-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v15.2.24.57679: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v15.2.24.57679: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v15.2.24.57679: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.33.65164: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.33.65164: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.33.65164: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v14.3.20.17127: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v14.3.20.17127: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v14.3.20.17127: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v14.3.20.17127: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v14.3.20.17127: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v14.3.20.17127: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v14.3.20.17127: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v14.3.20.17127: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v14.3.20.17127: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v14.3.20.17127: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v14.3.20.17127: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v14.3.20.17127: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v14.3.20.17127: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.34.14499: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.34.14499: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.34.14499: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.34.14499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.34.14499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.34.14499: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v18.0.34.14499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.34.14499: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.34.14499: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.34.14499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.34.14499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.34.14499: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.34.14499: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.33.28136: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.33.28136: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.33.28136: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.33.28136: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.33.28136: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.33.28136: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v18.0.33.28136: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.33.28136: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.33.28136: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.33.28136: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.33.28136: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.33.28136: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.33.28136: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v16.2.28.34590: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.2.28.34590: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.2.28.34590: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v14.0.17.47112: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v14.0.17.47112: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v14.0.17.47112: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v14.0.17.47112: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v14.0.17.47112: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v14.0.17.47112: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v14.0.17.47112: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v14.0.17.47112: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v14.0.17.47112: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v14.0.17.47112: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v14.0.17.47112: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v14.0.17.47112: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v14.0.17.47112: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v12.5.13.63033: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.5.13.63033: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.5.13.63033: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v12.5.13.63033: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v12.5.13.63033: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v12.5.13.63033: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v12.5.13.63033: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v12.5.13.63033: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v12.5.13.63033: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v12.5.13.63033: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.5.13.63033: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.5.13.63033: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v12.5.13.63033: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v16.4.40.3345: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.4.40.3345: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.4.40.3345: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v16.4.40.3345: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v16.4.40.3345: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v16.4.40.3345: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v16.4.40.3345: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v16.4.40.3345: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v16.4.40.3345: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v16.4.40.3345: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.4.40.3345: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.4.40.3345: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v16.4.40.3345: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.38.8509: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.38.8509: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.38.8509: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.38.8509: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.38.8509: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.38.8509: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.38.8509: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.38.8509: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v18.0.38.8509: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.38.8509: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.38.8509: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.38.8509: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.38.8509: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.35.20: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.35.20: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.35.20: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v12.1.13.31069: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.1.13.31069: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.1.13.31069: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v12.1.13.31069: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v12.1.13.31069: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v12.1.13.31069: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v12.1.13.31069: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v12.1.13.31069: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v12.1.13.31069: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v12.1.13.31069: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.1.13.31069: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.1.13.31069: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v12.1.13.31069: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v12.3.13.48960: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.3.13.48960: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v12.3.13.48960: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v12.3.13.48960: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v12.3.13.48960: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v12.3.13.48960: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v12.3.13.48960: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v12.3.13.48960: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v12.3.13.48960: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v12.3.13.48960: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.3.13.48960: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v12.3.13.48960: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v12.3.13.48960: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.36.33307: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.36.33307: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.36.33307: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.39.10160: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.39.10160: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.39.10160: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v17.0.34.45391: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v17.0.34.45391: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v17.0.34.45391: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v17.0.40.3339: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v17.0.40.3339: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v17.0.40.3339: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
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-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v13.0.15.24481: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v13.0.15.24481: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v13.0.15.24481: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v13.0.15.24481: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v13.0.15.24481: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v13.0.15.24481: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v13.0.15.24481: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v13.0.15.24481: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v13.0.15.24481: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v13.0.15.24481: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v13.0.15.24481: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v13.0.15.24481: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v13.0.15.24481: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v18.0.37.7221: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.37.7221: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v18.0.37.7221: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v18.0.37.7221: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v18.0.37.7221: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v18.0.37.7221: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v18.0.37.7221: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v18.0.37.7221: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v18.0.37.7221: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v18.0.37.7221: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.37.7221: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.37.7221: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v18.0.37.7221: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v16.2.28.57946: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.2.28.57946: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.2.28.57946: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
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-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
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-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v16.3.31.33499: src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.3.31.33499: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v16.3.31.33499: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L161
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-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
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-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
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-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
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-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
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-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
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-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
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-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
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-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)

Artifacts

Produced during runtime
Name Size Digest
ALCops.ApplicationCop
584 KB
sha256:f2ac947ea95afcf7361022b73e65e391930e008681f449d03506f8cabe53c5fb
ALCops.Common
286 KB
sha256:45fb1335c1d68d5b26ac089b4210d2460ffb473de778e906de8f371ec4a1c6a3
ALCops.DocumentationCop
366 KB
sha256:75201bde10516874a92ac30725e7645aa6dd75bd5e63c525434181c34227dfa1
ALCops.FormattingCop
433 KB
sha256:aa2e5bf358e1405afa88d6049e1ee8eb2547a0336c16fca9937370e946bf87f2
ALCops.LinterCop
638 KB
sha256:b68102b6a4bfc21e63680892cf1ef7c3b7254300b993512a17ebc7c428c52735
ALCops.PlatformCop
759 KB
sha256:92361e116d839cd91abc2e19de9199ec6cfa63ded9764b6c0a5a7acc02dede1c
ALCops.TestAutomationCop
336 KB
sha256:24dee449615d7b98649513b687c11bdef42618ab70ea6bee8031e15f2b182acb
test-results-12.0.13.24028
289 KB
sha256:df1c943737e85746d979a49d022805fac078e7812bfd3baa361e400eca285ff8
test-results-12.1.13.31069
288 KB
sha256:1edaff2e9b66741126ffb06177e53e65c78293175c611d0bbf8e49b36692843a
test-results-12.1.13.35966
289 KB
sha256:0488e6c7c7a98204523b68efd9e3c2c90a8768c02ac82985863044492884e165
test-results-12.3.13.48960
289 KB
sha256:3d9a1768971e17e579bb0a8c6484ac4edc65c7785cb1c48be26bd3102766f59a
test-results-12.5.13.63033
289 KB
sha256:201a05ceb06fd125ae32c2e041e9b5a48dba780dfa99c14509d3fa1403fe6566
test-results-12.6.14.18950
288 KB
sha256:a5bf6525b76793c72bbd831e422f90c300c7c100ba438a100c5b52e5773e21a7
test-results-12.7.14.47371
289 KB
sha256:d07ed35ce066db07902fdcebb3ffa8d275967a3472cfc567a7dd5234b8c0eea0
test-results-13.0.14.47012
288 KB
sha256:c9221430c48662810ba740a4ba255f9dd67cb003673707fca51ebe61e7ece387
test-results-13.0.14.54431
287 KB
sha256:0c3bd7b34d8aa29571beffc2cba97c81d867c60c479b2945b2056b78ddf18d25
test-results-13.0.15.24481
287 KB
sha256:68ebad4ba51805609c0493791e4451e64f6dae9420b38dcfddc8d321c954f178
test-results-13.0.15.44608
288 KB
sha256:fedab3ff2c794373bbb907495ff58e8c277cb1c5705fc8c4526e615637be2627
test-results-13.1.16.16524
288 KB
sha256:4fd7bfc554e5659c5b0aafbfe4bf69622c364d29c2d2c69d7fb2ec7911776fd1
test-results-14.0.17.47112
288 KB
sha256:6e8763640e771afbbc17b51a2f60a08ad69d4daaf7810242ce51d6c478dbe55f
test-results-14.1.17.65504
287 KB
sha256:412cc690ccb0ba4e1e69fcbc05bc19705b4f55356ea6b6d2a0ced8063ef88a75
test-results-14.1.18.1238
287 KB
sha256:3fb8970d7b35f6da560dbe7826d7b6c4e7fdb08f4966dbd201f17beb67b53ec4
test-results-14.2.19.4832
287 KB
sha256:6457c2a3b81c03b659de2f0d5817a738ddc95133e9aac4a00ef5018ef8b89fbc
test-results-14.3.20.17127
287 KB
sha256:ddd154392aac0848b789adb5eed5973fd07fb117dd04eafb51a5e6bfc6c37598
test-results-15.0.21.34351
286 KB
sha256:0ea334d097449e1d65b4d0df0e12d2e516c494ebc51d8ed36aad7eaca5ec7c41
test-results-15.0.21.57627
287 KB
sha256:72d06fe56023acf0305f6a82242f42c48efd9da440634b68fa31fac841c6c6cd
test-results-15.2.24.57679
286 KB
sha256:c200ebc55594b3dd4735c22c20dccf0498e5167d7c77fe611cb82f5fceef75b3
test-results-16.0.27.57058
286 KB
sha256:4203a2df1813dfd2b018a22e06f420648a21e97f78fb3cfed9377f7d3bae7f76
test-results-16.0.28.13140
285 KB
sha256:bf943ab6b9c6bf53f7af7c2c21e7250544d30a522cb9093efbe3ccf1f84564e0
test-results-16.1.28.25773
285 KB
sha256:72363677eeee49a1769c6d7d34521a1c4018dfab796c0fae51c389d7ff4ffb83
test-results-16.2.28.34590
285 KB
sha256:30454560120e7f3c1b61c1d04f1044e65eedaffde9579e5425e216b75132a6a5
test-results-16.2.28.57946
286 KB
sha256:1583bbbbe552e376dd6bc06dd720a68690c136cafbba844bffb61bbe3bffc499
test-results-16.2.31.21862
286 KB
sha256:5c560258675164c809dc4802a13f2a3a9f3d8f26c716ce1e9cae0b69464261b6
test-results-16.3.31.33499
285 KB
sha256:ecc656ab3257adef7b583da0b2b6ba07c702bac1af7c2171050c4e5de19581a3
test-results-16.4.40.3345
285 KB
sha256:8ecfdd041ac577489ee344a0d2e505dcf73d26c9ad7ca2faa4d1dfc20039d4d7
test-results-17.0.33.55542
285 KB
sha256:35ad543959c1e4dc51c9511846980c1a5d4200134650900522631fc53a750515
test-results-17.0.34.45391
286 KB
sha256:ddf637e7f85c9467b6604feae36cc742ca9cce86cdc93038f4b1050012e0f779
test-results-17.0.40.3339
285 KB
sha256:b20b264f455894dc5d7c51f68da926a0ac71b465603f5092760a8b38b9e12ea8
test-results-18.0.33.28136
285 KB
sha256:75b41a7f602f8afd32e67de7ff7c5797e7a8c45eaa77014539cc4e777028fff2
test-results-18.0.33.30146
285 KB
sha256:3cbffd12d2020daa87f0966d4026365f05f526f250daffaacf7732017bd128ca
test-results-18.0.33.65164
286 KB
sha256:59db5e7ef365b67ada8e306419a0f5354281bb71f3def0d1342ba715f084a5da
test-results-18.0.34.14499
286 KB
sha256:e0bdb4dc7349b0f96e04f989379d8027fd9734febf912044b3d0ed135c25db14
test-results-18.0.35.14686
286 KB
sha256:f12b8032129e9e25f4b96f18546dd57a6c71b58e7c504e33e928ecbe5ee049af
test-results-18.0.35.20
286 KB
sha256:b2911353af3cc0f1883cb9409b7614e62cf58292343b8f1d4b0a966856a25d27
test-results-18.0.36.33307
285 KB
sha256:6527d5e82b0a26078a95b89b7616b48a6b9c8ef630772404b1dbfb8eba943f1e
test-results-18.0.36.64936
285 KB
sha256:4bdb749b73eddb36126776e11b9d3b7362d1fe2e0640e4f26556a323a08a0962
test-results-18.0.37.11445
285 KB
sha256:6fda29de6ea9ad3582753f24c0472d76c2744d4c16c6b85858aeb5589eec8585
test-results-18.0.37.64122
285 KB
sha256:baee9be29ac4239bd334e5fa4a016261350a42fa616f012dfeaf9984b95f6557
test-results-18.0.37.7221
285 KB
sha256:e21c024f4fc7d58a5110ed74ccb7d86b39ec8effefd6b359a9f45a566dc6fe26
test-results-18.0.38.1148
285 KB
sha256:5f6f70f29caea26e9411e6b5f04c1aa623c723415bdd488d58694acccf3d19b4
test-results-18.0.38.52553
285 KB
sha256:ff1bb07bd352211cfa75966c7b644ce3fcbb8261f9624b814f54de2a84bfea8a
test-results-18.0.38.62236
285 KB
sha256:23dd3c6c9f40e2562dc922a3cee9c1090ad5a0654238412b91da981b4d07bd43
test-results-18.0.38.8509
285 KB
sha256:b8f3c6bfba454a1e2d54dea468a981373fee84228fcb5f5fe080cf3b6cd95f4a
test-results-18.0.39.10160
284 KB
sha256:2401c38195b11be5c58040985eb645cdfb5e2de1648661563f8d07acf87978fb
test-results-18.0.40.43394
286 KB
sha256:e7b2f4c7649746b192ef69477d0815b1103b64405e471ee2ab1e77df866064b4
test-results-18.0.40.47373
285 KB
sha256:2a9dc52ae6b23561121bd85162da6a0b1de5452a81299b93c7f44efbabf80382
test-results-18.0.40.58636
284 KB
sha256:3152f87def3c651811db2043a0852bde01888df281fac12c228c1dcbc16bcd26