Skip to content

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

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

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

Triggered via pull request August 27, 2026 10:59
Status Success
Total duration 7m 54s
Artifacts 57

pull-request.yml

on: pull_request
build-and-test  /  Setup
42s
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/ObjectIdInDeclaration.cs#L87
In member Task ObjectIdInDeclarationCodeFixProvider.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/Analyzers/InternalProcedureNotReferenced.cs#L50
Member 'MethodNeedsReferenceCheck' 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.LinterCop/Analyzers/InternalProcedureNotReferenced.cs#L151
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
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/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/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/AnalyzeCountMethod.cs#L152
Use 'string.Contains' instead of 'string.IndexOf' to improve readability (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2249)
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/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/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/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.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.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/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/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/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/CodeFixes/GlobalLanguageImplementTranslationHelper.cs#L44
In member Task GlobalLanguageImplementTranslationHelperCodeFixProvider.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/InstallAndUpgradeCodeunitsShouldBeInternal.cs#L39
In member Task InstallAndUpgradeCodeunitsShouldBeInternalCodeFixProvider.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/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/EmptyCaptionLocked.cs#L37
In member Task EmptyCaptionLockedCodeFixProvider.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/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/Reflection/EnumProvider.cs#L432
Identifier 'Decimal' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
build-and-test / Build: src/ALCops.Common/Reflection/EnumProvider.cs#L440
Identifier 'Guid' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
build-and-test / Build: src/ALCops.Common/Reflection/EnumProvider.cs#L428
Identifier 'Char' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
build-and-test / Build: src/ALCops.Common/Permissions/RequiredPermission.cs#L29
Rename type name RequiredPermission so that it does not end in 'Permission' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
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/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 / 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#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.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#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.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#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.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.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/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/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/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/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#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/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.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.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/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#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/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#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.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 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#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.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#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/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/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 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/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.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/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.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/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.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/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/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.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/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#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.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/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.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#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.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/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 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#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#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.37.64122: 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.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#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/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.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#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.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#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/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#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 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/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.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/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#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#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/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/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.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.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#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/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#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.35.20: 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.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/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#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#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/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 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/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#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#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/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#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#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.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 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/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.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/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/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#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 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#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 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/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.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/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#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 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#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/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.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#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/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 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#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/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/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/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/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/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/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.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.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/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 v15.2.24.57679: 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.2.24.57679: 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.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/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/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#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/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.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/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#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.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/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#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.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/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/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.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#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.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#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/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#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/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.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 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#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.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/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#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/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 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/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/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/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/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/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.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#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#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.58636: 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.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/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#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#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/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/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 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/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.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/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#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/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#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/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/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 v14.0.17.47112: 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.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/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#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 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 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 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 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 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 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 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 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/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/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#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#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/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/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.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#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/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/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.14.54431: 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.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/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#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/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.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 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/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.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 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 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 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 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 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 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 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 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 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 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 v15.0.21.34351: 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 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 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 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 v15.0.21.34351: 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.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#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 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 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/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#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 v16.1.28.25773: 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 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/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/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/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/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/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.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.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/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/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/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/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 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/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#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/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 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/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/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#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 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/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/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.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/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.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#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/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.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#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#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/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.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/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/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.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#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.15.44608: 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.44608: 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.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/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/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/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/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/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 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/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 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#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/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/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/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/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#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/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/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/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 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/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/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#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.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/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#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 v14.3.20.17127: 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.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#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 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/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.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/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/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.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 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/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.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/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/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#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#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/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/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.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#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.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#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/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#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#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.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/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 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#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#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.35.14686: 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.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/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#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 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/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.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/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.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/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#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 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/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.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/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#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#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#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/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/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/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 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/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.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/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#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/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#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/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/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 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#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.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#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/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#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 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/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#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/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 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/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#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/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/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/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/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.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/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.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#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/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#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/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/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.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/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#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.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.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#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.1.16.16524: 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.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 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 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 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 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.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#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/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.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#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/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#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.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)

Artifacts

Produced during runtime
Name Size Digest
ALCops.ApplicationCop
584 KB
sha256:fa1bd8646f429b33f2ae89e7901f7287fd84e4b9a04ca8ade8e77dad5503690e
ALCops.Common
286 KB
sha256:c9645b2610c8c40b140f8f1d4f825b66c82152997c9ba6f0b6ce247469ca3e45
ALCops.DocumentationCop
366 KB
sha256:9345e6bae65c26447b98bba5ff07ec50c5f2e3207fedda2411d49206cd9e7749
ALCops.FormattingCop
433 KB
sha256:aa582440a3a3c66d020f07fa76ef93ec5f4e81a6583f600cf48ecce9c5c47aa4
ALCops.LinterCop
638 KB
sha256:b69c1a83759106e284875ba960e47d66932d1a70f66887265230c6811b23bcd5
ALCops.PlatformCop
759 KB
sha256:aee1bb8bc73f1b77ebc77bd57fdc3f25e853dce237575da3c78e7d64cada7594
ALCops.TestAutomationCop
336 KB
sha256:2032e459cb1b34bddc02a217e8b1b10bdfdbcdba2c3c49d45de63c4cfad80ab3
test-results-12.0.13.24028
289 KB
sha256:344b4c71019b72857f1de1195f0a77e71f6acbc0548b8185484cae1e0ce2daf3
test-results-12.1.13.31069
289 KB
sha256:066e157ce224f29d1df542635a44badfb04f6bf2b821791e52b79f6b8ea988a0
test-results-12.1.13.35966
288 KB
sha256:134a164435f36a244d7b9ce6095f25ddca9843a7e05745e890fe88bf89baad02
test-results-12.3.13.48960
289 KB
sha256:a7c0e395db8d6efa46e1a38626785d61f86a7a2811da42e466a33951fb682418
test-results-12.5.13.63033
289 KB
sha256:6ee579c42a747cf286934bfd5d94b1d38d4821e69a74983f781227da0ac6ac77
test-results-12.6.14.18950
289 KB
sha256:d7cd1987e10e20776c2c49ed040de60fb1d36a4dd7a5a9e1c001686e6a8e8683
test-results-12.7.14.47371
289 KB
sha256:6f771e10d39ee916de368f6a1c946f854df827cbcb03e627e5aebc7018193b48
test-results-13.0.14.47012
288 KB
sha256:acec1e4e738e0897e2d411564ef5bc7f4a9aa9d9248b2a6ef1ff8e1c59a16f7d
test-results-13.0.14.54431
287 KB
sha256:49fcd2c22fe5f111963a7644675cb34dc8cf7fdc268642797c47d1f7d8f63fcb
test-results-13.0.15.24481
287 KB
sha256:99cf68ec20d95987f002edaac2826c463c687e97b877e11b3f36eea33923e7d2
test-results-13.0.15.44608
288 KB
sha256:c0c30ccf9048b117b78fc369696c2d998e734aed9e04ae2e8239c074a9ed3215
test-results-13.1.16.16524
287 KB
sha256:1aaef1571783228bdccac3f77cde469c3df58211bf6b1036cfbd891f03f4f1c8
test-results-14.0.17.47112
288 KB
sha256:2f11f993ed80b318f0fc197aa28616bd095667058f15296828d524b9c7b263e8
test-results-14.1.17.65504
287 KB
sha256:aad31ed29257fa47dde2aed3f4247d74e5370c60c0d4aed32f6e024f89f9510e
test-results-14.1.18.1238
286 KB
sha256:bea6c4bdb3fa442dfe3a53f3012747cb73bfdd891236bcb54787e4bd4ea246e0
test-results-14.2.19.4832
286 KB
sha256:5b7b93a125b9547a943a8c90ff64141c5cfa44937ef777714ab68b5dce19d3fe
test-results-14.3.20.17127
287 KB
sha256:32355ac04f043d477c2e904e369ac7ff809f7b4ea04c05fb8c543e90d1796984
test-results-15.0.21.34351
286 KB
sha256:701088a5a0dd8a01a39a1aab92262dbfd9c5d37ef0d841bf6b60554221da2826
test-results-15.0.21.57627
287 KB
sha256:efa28c697656bd02373a7a8e41ed289ac996a2f441a88d74dc7ff9b34637111a
test-results-15.2.24.57679
287 KB
sha256:dfdc31e98eb68f5070a28b191f20ed06441f36ca64a30059e9d4e13cf3194d99
test-results-16.0.27.57058
286 KB
sha256:bfafa45b964e2234a08f75cf4537cd20c7abf1850cb1ed1a4787e47bfe98a169
test-results-16.0.28.13140
286 KB
sha256:df02bb74ac09bfcd9bbd428fbc4cd98b613b48cd4d7c79d190a4dbaeb796143a
test-results-16.1.28.25773
286 KB
sha256:e4b0a93ad6966ffb9b2d85741e61e6083c25af774beb24784c2e30339d0b442d
test-results-16.2.28.34590
285 KB
sha256:82f6e5bf3193a89557960a351710e1c33ca8e779dd619dfc3a631de92efffb21
test-results-16.2.28.57946
285 KB
sha256:56040fccf9cd9475f1b43f4a6fdb8244122a04fc7fd03dbdfafdc60fb66cceb5
test-results-16.2.31.21862
286 KB
sha256:1815d3fc9aa504fa568aca2fd4468a5efc6ab41a1063b91f19ad19c476a36520
test-results-16.3.31.33499
286 KB
sha256:c710bef5df4f7c021238228b61535352db8d6e6745dcb76fed083163751c918b
test-results-16.4.40.3345
285 KB
sha256:acd5d7444c4b77bfc666881c7371825f108c7add2af3f0bd5b6fb63fadbebb89
test-results-17.0.33.55542
286 KB
sha256:8b14c2dfa38cbc1f9438965155ad5bfc94040cc6997f76678cb3568146c05874
test-results-17.0.34.45391
285 KB
sha256:181c4aa190f95745acf385aabeaf7759283530ac81ddbe91f21215fc347b4b4e
test-results-17.0.40.3339
285 KB
sha256:43c1caa03b6e2e45b50e661def15a87a682a9f80cd8251b48d7ea9699825a3ab
test-results-18.0.33.28136
285 KB
sha256:7e206df3f218aaccb74eebbfe4a1d7649446c8a395279e58744f9d877ab6296e
test-results-18.0.33.30146
285 KB
sha256:bb50da4ce50223bbf70594388c7499d70849e602c2256bedbdf1895635614d2d
test-results-18.0.33.65164
285 KB
sha256:43a3cf9c5caed9b670bb7998aa650be2fa60e3e09a1d2664e860233d7a58aa27
test-results-18.0.34.14499
285 KB
sha256:31a5fc8b6da714c7d3dc7f6795655984a4b55495525e2bf76c5d1abb64a13256
test-results-18.0.35.14686
285 KB
sha256:2c53a14d54e6b7c5c2f973febee1d1d478545be9b85d997efb51036823034ffc
test-results-18.0.35.20
285 KB
sha256:2cf8677dcb62853af72b41dfc46afe09d739358cb9ae0af3077059835e559bc5
test-results-18.0.36.33307
285 KB
sha256:f7c020422e13bfebf5b4ca6748a96a7e028ace6fb60e851ec4991073d297d27e
test-results-18.0.36.64936
285 KB
sha256:9115d918a64cc14ea50cd5ce74bedbf329b25b93fa07a47a3dfe7a72fe5f8640
test-results-18.0.37.11445
284 KB
sha256:4ac7cb65968eec3e33f12b1461f310515652a9720a4dc091ce61c70ae9a8a65a
test-results-18.0.37.64122
285 KB
sha256:03e4c71daf2b8e1df5e46824383bad6959c6859649dffb95f0f3cf4fa376f95a
test-results-18.0.37.7221
284 KB
sha256:cfcc97d48c721f005e4f66ecbf50e57fc52efb954a7621269a04382998a3c569
test-results-18.0.38.1148
286 KB
sha256:90f7a7388fa287b6ac25b533aca57867fc6d2257cd79fdb586600b462cb26337
test-results-18.0.38.52553
285 KB
sha256:cdff9e717b3f032e5af2c8d4c956bb5dc6813d45024a4ac9e1aa14a39209b851
test-results-18.0.38.62236
285 KB
sha256:85c9c8b5aef5b59aab9b5219f515615b8a3d8667f22547f852a1b7bf9fefe3f7
test-results-18.0.38.8509
285 KB
sha256:c88d5c5d4dc715baafe7ac73a949ef02c1e07407e66e6b50ae28bdd5233dcf70
test-results-18.0.39.10160
284 KB
sha256:1973c6de74feac8bfc15f413cb16de44a03c1ef56f5594d0a11c462d594f7c02
test-results-18.0.40.43394
284 KB
sha256:82ce1b618e12cb5dd218c819286d0adf806ce65fee93416cb500513643d86466
test-results-18.0.40.47373
285 KB
sha256:ee3b5abb0896b5dbb80329d6cbd8d06bf9f0047aecacc7f3168fc1b3798cfd42
test-results-18.0.40.58636
285 KB
sha256:2584862939a71b6f4b40911891c630c0e45149568d7fa7b54669fd448877f587