Skip to content

chore: strip UTF-8 BOM from 23 source files to satisfy charset = utf-8 #625

chore: strip UTF-8 BOM from 23 source files to satisfy charset = utf-8

chore: strip UTF-8 BOM from 23 source files to satisfy charset = utf-8 #625

Triggered via pull request August 26, 2026 13:15
Status Success
Total duration 10m 32s
Artifacts 57

pull-request.yml

on: pull_request
build-and-test  /  Setup
26s
build-and-test / Setup
build-and-test  /  Build
2m 5s
build-and-test / Build
Matrix: build-and-test / test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 990 warnings
build-and-test / Build: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L84
The type or namespace name 'ApplicationCopAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
build-and-test / Build: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L77
The type or namespace name 'SafeAnalysisContext' could not be found (are you missing a using directive or an assembly reference?)
build-and-test / Build: src/ALCops.ApplicationCop.Test/Rules/InstallAndUpgradeCodeunitsShouldBeInternal/InstallAndUpgradeCodeunitsShouldBeInternal.cs#L9
The type or namespace name 'Analyzers' could not be found (are you missing a using directive or an assembly reference?)
build-and-test / Build: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L72
The type or namespace name 'ApplicationCopAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
build-and-test / Build: src/ALCops.ApplicationCop.Test/Rules/NotBlankRequiredOnPrimaryKeyField/NotBlankRequiredOnPrimaryKeyField.cs#L9
The type or namespace name 'Analyzers' could not be found (are you missing a using directive or an assembly reference?)
build-and-test / Build: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L65
The type or namespace name 'SafeAnalysisContext' could not be found (are you missing a using directive or an assembly reference?)
build-and-test / Build: src/ALCops.ApplicationCop.Test/Rules/GlobalLanguageImplementTranslationHelper/GlobalLanguageImplementTranslationHelper.cs#L9
The type or namespace name 'Analyzers' could not be found (are you missing a using directive or an assembly reference?)
build-and-test / Build: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L60
The type or namespace name 'ApplicationCopAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
build-and-test / Build: src/ALCops.ApplicationCop.Test/Rules/NotBlankNotAllowedOnPrimaryKeyField/NotBlankNotAllowedOnPrimaryKeyField.cs#L9
The type or namespace name 'Analyzers' could not be found (are you missing a using directive or an assembly reference?)
build-and-test / Build: src/ALCops.ApplicationCop.Test/Rules/TableDataAccessUnusedPermissions/TableDataAccessUnusedPermissions.cs#L9
The type or namespace name 'Analyzers' could not be found (are you missing a using directive or an assembly reference?)
build-and-test / Build: src/ALCops.DocumentationCop/Analyzers/XmlDocumentationProcedureConsistency.cs#L56
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#L56
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/Analyzers/XmlDocumentationProcedureConsistency.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Build: src/ALCops.DocumentationCop/Analyzers/WriteToFlowFieldRequiresComment.cs#L7
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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#L56
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/Analyzers/WriteToFlowFieldRequiresComment.cs#L7
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Build: src/ALCops.DocumentationCop/Analyzers/XmlDocumentationProcedureConsistency.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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/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/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/CodeFixes/TableDataAccessUnusedPermissionsCodeFixProvider.cs#L124
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
build-and-test / Build: src/ALCops.ApplicationCop/CodeFixes/IntegrationEventsInInternalCodeunitConvertToInternalEvent.cs#L39
In member Task IntegrationEventInInternalCodeunitConvertToInternalEventFixProvider.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.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/CodeFixes/LabelWithTokSuffixMustBeLocked.cs#L37
In member Task LabelWithTokSuffixMustBeLockedFixProvider.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/IntegrationEventsInInternalCodeunitRemoveAccessInternal.cs#L38
In member Task IntegrationEventInInternalCodeunitRemoveAccessInternalFixProvider.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/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/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.Common/Constants.cs#L3
Make class static (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1102)
build-and-test / Build: src/ALCops.Common/Permissions/RequiredPermissionDetector.cs#L25
Parameter 'containingSymbol' has no matching param tag in the XML comment for 'RequiredPermissionDetector.TryGetFromInvocation(IInvocationExpression, ISymbol, bool)' (but other parameters do)
build-and-test / Build: src/ALCops.Common/Permissions/RequiredPermissionDetector.cs#L24
Parameter 'invocation' has no matching param tag in the XML comment for 'RequiredPermissionDetector.TryGetFromInvocation(IInvocationExpression, ISymbol, bool)' (but other parameters do)
build-and-test / Build: src/ALCops.Common/Extensions/ApplicationObjectTypeSymbolInterfaceExtensions.cs#L105
XML comment has cref attribute 'FlattenedDataItems' that could not be resolved
build-and-test / Build: src/ALCops.Common/Reflection/SymbolHelper.cs#L70
XML comment has badly formed XML -- 'Expected an end tag for element ''.'
build-and-test / Build: src/ALCops.Common/Reflection/SymbolHelper.cs#L69
XML comment has badly formed XML -- 'The character(s) '1' cannot be used at this location.'
build-and-test / Build: src/ALCops.Common/Reflection/EnumProvider.cs#L28
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build-and-test / Build: src/ALCops.Common/Reflection/EnumProvider.cs#L28
XML comment has badly formed XML -- 'Expected an end tag for element 'NavCodeAnalysis.EnumType'.'
build-and-test / Build: src/ALCops.Common/Reflection/EnumProvider.cs#L27
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'T'.'
build-and-test / Build: src/ALCops.Common/Reflection/SymbolHelper.cs#L69
XML comment has badly formed XML -- 'An identifier was expected.'
build-and-test / Test 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.20: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.35.20: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.20: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.20: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.20: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.20: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.20: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.20: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.20: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.20: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.20: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.35.20: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.62236: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.38.62236: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.62236: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.62236: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.62236: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.62236: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.62236: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.62236: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.62236: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.62236: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.62236: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/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#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/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/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.62236: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.65164: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.33.65164: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.65164: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.65164: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.65164: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.65164: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.65164: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.65164: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.65164: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.65164: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.65164: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.33.65164: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.3.31.33499: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v16.3.31.33499: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.3.31.33499: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.3.31.33499: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.3.31.33499: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.3.31.33499: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.3.31.33499: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.3.31.33499: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.3.31.33499: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.3.31.33499: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.3.31.33499: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L161
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.3.31.33499: src/ALCops.Common.Test/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/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/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 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.1.13.35966: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v12.1.13.35966: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.1.13.35966: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.1.13.35966: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.1.13.35966: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.1.13.35966: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.1.13.35966: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.1.13.35966: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.1.13.35966: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.1.13.35966: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.1.13.35966: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#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.35966: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#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/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#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v12.1.13.35966: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.34.14499: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.34.14499: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.34.14499: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.34.14499: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.34.14499: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.34.14499: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.34.14499: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.34.14499: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.34.14499: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.34.14499: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.34.14499: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.34.14499: 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.34.14499: 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.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#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/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#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 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.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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.58636: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.40.58636: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.58636: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.58636: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.58636: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.58636: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.58636: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.58636: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.58636: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.58636: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.58636: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#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/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.40.58636: src/ALCops.Common.Test/Helpers/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#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.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.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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.11445: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.37.11445: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.11445: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.11445: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.11445: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.11445: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.11445: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.11445: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.11445: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.11445: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.11445: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.11445: 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.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#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#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.37.11445: src/ALCops.Common.Test/Helpers/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#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/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.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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.8509: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.38.8509: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.8509: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.8509: src/ALCops.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.8509: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.8509: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.8509: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.8509: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.8509: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.8509: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.8509: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.8509: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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#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.38.8509: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.8509: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.8509: src/ALCops.Common.Test/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#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 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.28136: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.33.28136: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.28136: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.28136: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.28136: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.28136: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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 v18.0.33.28136: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.0.27.57058: src/ALCops.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.28136: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.0.27.57058: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.33.28136: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.0.27.57058: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.33.28136: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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 v18.0.33.28136: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.0.27.57058: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.28136: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.33.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 v16.0.27.57058: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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 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 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 v16.0.27.57058: src/ALCops.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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 v16.0.27.57058: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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 v16.0.27.57058: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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 v16.0.27.57058: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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 v16.0.27.57058: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.0.27.57058: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.0.27.57058: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.28136: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.0.27.57058: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.0.27.57058: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.0.27.57058: 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.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#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#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#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/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.0.27.57058: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.0.27.57058: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#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/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.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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.7221: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.37.7221: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.7221: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.7221: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.7221: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.7221: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.7221: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.7221: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.7221: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.7221: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.7221: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.7221: 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.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 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.52553: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.38.52553: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.52553: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.52553: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.52553: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.52553: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.52553: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.52553: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.52553: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.52553: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.52553: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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#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.38.52553: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.52553: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.34590: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v16.2.28.34590: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.34590: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.34590: src/ALCops.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.34590: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.34590: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.34590: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.34590: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.34590: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.34590: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.34590: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.2.28.34590: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#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 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.43394: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.40.43394: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.43394: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.43394: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.43394: src/ALCops.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.43394: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.43394: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.43394: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.43394: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.43394: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.43394: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.43394: 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.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 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.2.24.57679: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v15.2.24.57679: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.2.24.57679: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.2.24.57679: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.2.24.57679: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.2.24.57679: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.2.24.57679: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.2.24.57679: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.2.24.57679: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.2.24.57679: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.2.24.57679: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v15.2.24.57679: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#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/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/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.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v15.0.21.34351: src/ALCops.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.0.21.34351: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v15.0.21.34351: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v15.0.21.34351: src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build-and-test / Test v15.0.21.34351: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.0.21.34351: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.0.21.34351: src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L167
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build-and-test / Test v15.0.21.34351: src/ALCops.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.0.21.34351: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.0.21.34351: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.0.21.34351: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.0.21.34351: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.0.21.34351: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.0.21.34351: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.0.21.34351: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.0.21.34351: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L161
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v15.0.21.34351: src/ALCops.Common.Test/Helpers/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#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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.64936: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.36.64936: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.64936: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.64936: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.64936: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.64936: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.64936: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.64936: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.64936: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.64936: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.64936: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.64936: 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.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/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.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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.30146: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.33.30146: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.30146: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.30146: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.30146: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.30146: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.30146: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.30146: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.30146: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.30146: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.30146: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.33.30146: 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.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/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/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#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#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/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/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.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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.47373: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.40.47373: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.47373: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.47373: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.47373: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.47373: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.47373: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.47373: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.47373: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.47373: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.47373: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.40.47373: 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.40.47373: 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.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#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#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 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 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.47012: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v13.0.14.47012: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.47012: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.47012: src/ALCops.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.47012: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.47012: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.47012: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.47012: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.47012: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.47012: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.47012: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#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#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v13.0.14.47012: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test 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 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.7.14.47371: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v12.7.14.47371: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.7.14.47371: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.7.14.47371: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.7.14.47371: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.7.14.47371: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.7.14.47371: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.7.14.47371: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.7.14.47371: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.7.14.47371: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.7.14.47371: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v12.7.14.47371: 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.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#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.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#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/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 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 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.14686: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.35.14686: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.14686: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.14686: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.14686: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.14686: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.14686: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.14686: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.14686: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.14686: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.35.14686: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.35.14686: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.35.14686: src/ALCops.Common.Test/Helpers/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/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#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#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/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#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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.40.3339: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v17.0.40.3339: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.40.3339: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.40.3339: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.40.3339: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.40.3339: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.40.3339: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.40.3339: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.40.3339: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.40.3339: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.40.3339: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.40.3339: 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 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#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v17.0.40.3339: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.31.21862: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v16.2.31.21862: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.31.21862: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.31.21862: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.31.21862: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.31.21862: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.31.21862: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.31.21862: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.31.21862: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.31.21862: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.31.21862: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.31.21862: 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.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/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.2.31.21862: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.2.31.21862: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#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/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/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/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 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.33.55542: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v17.0.33.55542: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.33.55542: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.33.55542: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.33.55542: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.33.55542: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.33.55542: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.33.55542: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.33.55542: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.33.55542: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.33.55542: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.33.55542: 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 v17.0.33.55542: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v17.0.33.55542: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#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.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.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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v14.1.17.65504: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v14.1.17.65504: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v14.1.17.65504: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v14.1.17.65504: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v14.1.17.65504: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v14.1.17.65504: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v14.1.17.65504: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v14.1.17.65504: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v14.1.17.65504: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v14.1.17.65504: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v14.1.17.65504: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v14.1.17.65504: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test 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#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#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#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/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.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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.39.10160: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.39.10160: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.39.10160: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.39.10160: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.39.10160: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.39.10160: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.39.10160: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.39.10160: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.39.10160: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.39.10160: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.39.10160: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.39.10160: 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.39.10160: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.39.10160: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.33307: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.36.33307: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.33307: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.33307: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.33307: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.33307: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.33307: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.33307: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.33307: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.33307: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.36.33307: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.36.33307: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#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/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/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 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.34.45391: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v17.0.34.45391: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.34.45391: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.34.45391: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.34.45391: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.34.45391: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.34.45391: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.34.45391: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.34.45391: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.34.45391: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.34.45391: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v17.0.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/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v17.0.34.45391: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#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#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/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/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 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.1148: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.38.1148: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.1148: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.1148: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.1148: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.1148: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.1148: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.1148: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.1148: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.1148: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.1148: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#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#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.38.1148: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.64122: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v18.0.37.64122: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.64122: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.64122: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.64122: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.64122: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.64122: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.64122: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.64122: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.64122: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v18.0.37.64122: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v18.0.37.64122: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.54431: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v13.0.14.54431: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.54431: src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.54431: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.54431: src/ALCops.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.54431: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.54431: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.54431: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.54431: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.54431: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.0.14.54431: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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 v13.0.14.54431: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L161
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v13.0.14.54431: src/ALCops.Common.Test/Helpers/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/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.2.28.57946: src/ALCops.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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.57946: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v16.2.28.57946: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.57946: src/ALCops.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.57946: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.57946: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.57946: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.57946: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.57946: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.57946: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.57946: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.57946: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v16.2.28.57946: src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v14.2.19.4832: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v14.2.19.4832: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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 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.PlatformCop.Test/Rules/TableRelationFieldLength/TableRelationFieldLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.1.16.16524: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L94
Prefer the generic overload 'System.Enum.GetNames<TEnum>()' instead of 'System.Enum.GetNames(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
build-and-test / Test v13.1.16.16524: src/ALCops.LinterCop.Test/Rules/NamingPattern/NamingPatternSettings.cs#L140
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
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/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.1.16.16524: src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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.ApplicationCop.Test/Rules/ToolTipShouldStartWithSpecifies/ToolTipShouldStartWithSpecifies.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.1.16.16524: src/ALCops.ApplicationCop.Test/Rules/ToolTipDoNotUseLineBreaks/ToolTipDoNotUseLineBreaks.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.1.16.16524: src/ALCops.ApplicationCop.Test/Rules/ToolTipMaximumLength/ToolTipMaximumLength.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.1.16.16524: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.1.16.16524: src/ALCops.ApplicationCop.Test/Rules/IntegrationEventInInternalCodeunit/IntegrationEventInInternalCodeunit.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.1.16.16524: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.1.16.16524: src/ALCops.ApplicationCop.Test/Rules/CaptionRequired/CaptionRequired.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.1.16.16524: src/ALCops.ApplicationCop.Test/Rules/AnalyzerExceptionHarness/AnalyzerExceptionHarness.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build-and-test / Test v13.1.16.16524: src/ALCops.ApplicationCop.Test/Rules/EmptyCaptionLocked/EmptyCaptionLocked.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
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/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-and-test / Test v13.1.16.16524: src/ALCops.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)

Artifacts

Produced during runtime
Name Size Digest
ALCops.ApplicationCop
584 KB
sha256:54c98472410db1170faed1f9d616bc3a6d87784c1d0a6b0e741bc4b9c63039da
ALCops.Common
286 KB
sha256:8a897e23b4b7c96e786763ddcbe24d925261ca362a6f32865c8037ec58adcf75
ALCops.DocumentationCop
366 KB
sha256:6014157744134d530d41600cc324f9ba29864c2e9e055c2404cdba5e170965ad
ALCops.FormattingCop
433 KB
sha256:e092a7d73ecc77e8623e27fa2c42997f260567e7b9bad14fac27d6f95a864e9e
ALCops.LinterCop
638 KB
sha256:bc590675898ce0f3d3965557ff6da7e77bcab3969bdae6c8e51b4812a3ff6a74
ALCops.PlatformCop
759 KB
sha256:85cd6d8542f884d9f512fce056d75a2937d0970696a87ded2a58d3adbcf5197d
ALCops.TestAutomationCop
336 KB
sha256:3930b573a8e9da7ce59ecaa378357def635a2f8b6432ee32d7a736e19aec2d13
test-results-12.0.13.24028
289 KB
sha256:d71d40f78f980c20589a5839a7009987e9a537638bba30bc15738c05b754e691
test-results-12.1.13.31069
289 KB
sha256:6824f2ee348ed7cfd1208327e3152f9686b79f478a055f47039123babdfd7a85
test-results-12.1.13.35966
289 KB
sha256:e569e7908f7529650509dc9b6e554efe47f5dfc5f3dcc90b9288aee61fa7f30c
test-results-12.3.13.48960
289 KB
sha256:c46e04f2c6b9de734bc6057eba7ccf300db24655bac0b14fe2ac6ee2b098757f
test-results-12.5.13.63033
288 KB
sha256:a8afe947cf19878cc101df485a2545171edb8fede3eb352753c32699a6be54a0
test-results-12.6.14.18950
288 KB
sha256:73e1905843467300d410ff0dddbe3f88d81cda6f4b5a6423a0d0c1c3c5d50575
test-results-12.7.14.47371
289 KB
sha256:b787fe74ce42a873cf05a7c02880f5ff763ea06d160428994f22c892abaf39c4
test-results-13.0.14.47012
288 KB
sha256:5034387d9ce749adf309c11aeeffc2fcb089e6428d1c42ff600e9d4cf2c21db9
test-results-13.0.14.54431
287 KB
sha256:6c78e8c2e02f650531aa0dc97a6865903d125e7fbff4b93fb2c4efb9f4227436
test-results-13.0.15.24481
287 KB
sha256:826cc42df5290069e55912cb1d112e525ef3cf528e93d62e0a26914163fac61e
test-results-13.0.15.44608
288 KB
sha256:bf4fe59ad139faec806f094d51ef566436e3cd70400fc2c4e76e664751b01e87
test-results-13.1.16.16524
288 KB
sha256:56d661f33521e6841d875a1d7c7b89742bfaea0c892d1a00691525f7e4ae65e4
test-results-14.0.17.47112
286 KB
sha256:263da99f68f5d0ce60775d4edc0acc8842f5991a32021fc0f9419b18e6a867cb
test-results-14.1.17.65504
287 KB
sha256:199ca1292c79b713b5657dda0e095641cef3511f7dd069cbb89ee1990936d5e3
test-results-14.1.18.1238
286 KB
sha256:9bd70733ab377259e97da83694ba970015e52cdf0ef20c2c9a486d9b9080a23c
test-results-14.2.19.4832
287 KB
sha256:d07baf7d845dfea4e58a9417eec30e6d71bec03afc0fee6ad7f02b53feb174fa
test-results-14.3.20.17127
286 KB
sha256:a27654ff1688e45c623163a15fa72f7727e122f67dcbfcdf63d43a07fc487834
test-results-15.0.21.34351
286 KB
sha256:a825c9749e769b16bd76892e2d610f56ecab4634cdaa78f73bc786f13f00f5ef
test-results-15.0.21.57627
287 KB
sha256:6ad68591ced5a231d57ba29ba600ffe1c85e0b0fff4b81a313a64f51f923c508
test-results-15.2.24.57679
287 KB
sha256:a7c945c0335bf7c8a2b993bb1aa9fcff3b4fa9a323e6a81701aed5f803d6f066
test-results-16.0.27.57058
286 KB
sha256:68904b1679d9fbe75f1743b56fccb6bba671d48734d67e69c41b7c8ad07e130e
test-results-16.0.28.13140
286 KB
sha256:035f25249545148be65fa1322e8af56c8efa411c93fd21aedb0789707bc38295
test-results-16.1.28.25773
285 KB
sha256:e6adeb3bedd860d39ee1f8c589d3a3039e971ebdd27be4d41232218f8f7c94c7
test-results-16.2.28.34590
284 KB
sha256:4b9c409aa1c3948bd5fea51417e9618b870733e62371ba3b005a9cb1819555f9
test-results-16.2.28.57946
285 KB
sha256:e306718c85003165a3cd5ddb795d8cc06510c8480a44606f4b20ac29eda9e287
test-results-16.2.31.21862
286 KB
sha256:13d65ec6146c32dab50fb24391f066ff7fa4419dcfd2ee5a29c077dfcac53ec9
test-results-16.3.31.33499
285 KB
sha256:002eb8d99299441ab916756b547b40f1fb19c141f2b36652af125a22dd2db6d0
test-results-16.4.40.3345
286 KB
sha256:7f35b69a8d980326275b97ab79dfd27f7c452fcbb457c4726965b0d54e0663fa
test-results-17.0.33.55542
286 KB
sha256:93fdb13ec8b6f7fa0f3588ea75e20496eff6542ba0bd656ad9023319d35ff20a
test-results-17.0.34.45391
285 KB
sha256:5b75c93990262b8fa0373852e4ac82ad99f05e29ae52c3c3f74ef4815f2923a4
test-results-17.0.40.3339
285 KB
sha256:259faf587d2ce4ed85b953ea4e085cca01bbbdee0ff7bddde3cf8c49151f610e
test-results-18.0.33.28136
286 KB
sha256:470e9ceeea745646aab1d25224021a772495ae9b578049c730e1c6a72c9df732
test-results-18.0.33.30146
285 KB
sha256:c6a6deb82d5adddad969ec595d041f71587c9d55cc41bee93895f2341a543896
test-results-18.0.33.65164
285 KB
sha256:afa2caf23c0645dfccd55ca7862478be0da2a7ae8009278ca7676c29b72b1c6a
test-results-18.0.34.14499
285 KB
sha256:629550bb1f37f2fad94271598f42acefdbdd39a5e5521393025951fb801c470b
test-results-18.0.35.14686
285 KB
sha256:e3e857696815b118a676ac3f461c78e0e6351b83b116308ff3f7216bf62d19fb
test-results-18.0.35.20
285 KB
sha256:1d5f90e5ea27082741c5a9382d836468a919f73043ec0ad76023a4cbff322b31
test-results-18.0.36.33307
284 KB
sha256:29a1aaa6103e4d709707b452e033d65fcf02436b3c10e0a82d68f1b7b620a6ac
test-results-18.0.36.64936
285 KB
sha256:a6a6ddd28622bc5d937cac92421cb0faef5a1bb4643bfa58377cd3fab81da4b7
test-results-18.0.37.11445
284 KB
sha256:80e7be0d1c1623b18a9186c54477c38d0d13d5010261091ca9d792646717d258
test-results-18.0.37.64122
285 KB
sha256:f3abbad575e3d887aa9436320d5582bc561dcd4ad4f34439b6f81ffd41b89712
test-results-18.0.37.7221
285 KB
sha256:3ac69de42a346d2ce2a9bc1d033af9177b488a9c7ca54ea7b8007a6b4430ccf1
test-results-18.0.38.1148
285 KB
sha256:33d46086e68eab461176665b0c10a6dc2250f04512ff7574b4a2b2b8a235d632
test-results-18.0.38.52553
284 KB
sha256:9697c428baf44a3f36daabe1c75255aa72ef5d2768b0b5051ebf589be5243dfc
test-results-18.0.38.62236
285 KB
sha256:8c57ae4249786de838336bda37e0feea84939002e2c49a0add6eed44b942671a
test-results-18.0.38.8509
285 KB
sha256:f1b57f056d6114cdf85a5e890fb43cb260655619bf88de21c16112c8a309b57c
test-results-18.0.39.10160
285 KB
sha256:142c7b8cbccafa10b34fc914a381717c3e4cab5b69e7b1d1811e1fe4d222a2e7
test-results-18.0.40.43394
285 KB
sha256:f3a626e4ec549aa171d8db32e7a491d0f955f9a644e854e856d50abe876dc613
test-results-18.0.40.47373
285 KB
sha256:44b6610c859562ea920a7907427cb53f73806995fa01ebf9a81ec0d42a75988e
test-results-18.0.40.58636
285 KB
sha256:0f256fcba7bce8a47ddca10ec512407e2f0920d0ecf496c570b9ab659d829ae0