chore: fix all IDE0055 formatting warnings via dotnet format and promote to error #623
pull-request.yml
on: pull_request
Annotations
10 errors and 990 warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.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/CodeFixes/NotBlankNotAllowedOnPrimaryKeyField.cs#L36
In member Task NotBlankNotAllowedOnPrimaryKeyFieldCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
|
build-and-test / Build:
src/ALCops.ApplicationCop/CodeFixes/NotBlankRequiredOnPrimaryKeyField.cs#L36
In member Task NotBlankRequiredOnPrimaryKeyFieldCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
|
build-and-test / Build:
src/ALCops.ApplicationCop/CodeFixes/PermissionSetCaptionLength.cs#L39
In member Task PermissionSetCaptionLengthCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
|
build-and-test / Build:
src/ALCops.ApplicationCop/CodeFixes/PublicEventPublisher.cs#L37
In member Task PublicEventPublisherCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
|
build-and-test / Build:
src/ALCops.ApplicationCop/CodeFixes/RunPageImplementPageManagement.cs#L45
In member Task RunPageImplementPageManagementCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
|
build-and-test / Build:
src/ALCops.ApplicationCop/CodeFixes/TableDataAccessRequiresPermissions.cs#L144
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/TableDataAccessRequiresPermissions.cs#L92
In member Task TableDataAccessRequiresPermissionsCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext ctx), change parameter name ctx to context in order to match the identifier as it has been declared in Task CodeFixProvider.RegisterCodeFixesAsync(CodeFixContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
|
build-and-test / Build:
src/ALCops.ApplicationCop/CodeFixes/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/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/DiagnosticDescriptors.cs#L350
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
|
|
build-and-test / Build:
src/ALCops.Common/Reflection/EnumProvider.cs#L440
Identifier 'Guid' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
|
build-and-test / Build:
src/ALCops.Common/Reflection/EnumProvider.cs#L432
Identifier 'Decimal' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
|
build-and-test / Build:
src/ALCops.Common/Reflection/EnumProvider.cs#L428
Identifier 'Char' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
|
build-and-test / Build:
src/ALCops.Common/Permissions/RequiredPermission.cs#L29
Rename type name RequiredPermission so that it does not end in 'Permission' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Build:
src/ALCops.Common/Constants.cs#L3
Make class static (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1102)
|
|
build-and-test / Build:
src/ALCops.Common/Permissions/RequiredPermissionDetector.cs#L25
Parameter 'containingSymbol' has no matching param tag in the XML comment for 'RequiredPermissionDetector.TryGetFromInvocation(IInvocationExpression, ISymbol, bool)' (but other parameters do)
|
|
build-and-test / Build:
src/ALCops.Common/Permissions/RequiredPermissionDetector.cs#L24
Parameter 'invocation' has no matching param tag in the XML comment for 'RequiredPermissionDetector.TryGetFromInvocation(IInvocationExpression, ISymbol, bool)' (but other parameters do)
|
|
build-and-test / Build:
src/ALCops.Common/Reflection/EnumProvider.cs#L28
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
|
build-and-test / Build:
src/ALCops.Common/Reflection/EnumProvider.cs#L28
XML comment has badly formed XML -- 'Expected an end tag for element 'NavCodeAnalysis.EnumType'.'
|
|
build-and-test / Build:
src/ALCops.Common/Reflection/EnumProvider.cs#L27
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'T'.'
|
|
build-and-test / Build:
src/ALCops.ApplicationCop/CodeFixes/PublicEventPublisher.cs#L2
Using directive is unnecessary.
|
|
build-and-test / Build:
src/ALCops.ApplicationCop/Analyzers/ToolTipPunctuation.cs#L8
Using directive is unnecessary.
|
|
build-and-test / Build:
src/ALCops.ApplicationCop/Analyzers/UseReturnValueForDatabaseReadMethods.cs#L7
Using directive is unnecessary.
|
|
build-and-test / Build:
src/ALCops.ApplicationCop/CodeFixes/PublicEventPublisher.cs#L2
Using directive is unnecessary.
|
|
build-and-test / Build:
src/ALCops.ApplicationCop/Analyzers/ToolTipPunctuation.cs#L8
Using directive is unnecessary.
|
|
build-and-test / Build:
src/ALCops.ApplicationCop/Analyzers/UseReturnValueForDatabaseReadMethods.cs#L7
Using directive is unnecessary.
|
|
build-and-test / Build:
src/ALCops.Common/Extensions/SymbolInterfaceExtensions.cs#L2
Using directive is unnecessary.
|
|
build-and-test / Build:
src/ALCops.Common/Diagnostics/AnalyzerExceptionReporter.cs#L1
Using directive is unnecessary.
|
|
build-and-test / Build:
src/ALCops.Common/Diagnostics/AnalyzerExceptionReporter.cs#L1
Using directive is unnecessary.
|
|
build-and-test / Build:
src/ALCops.Common/Diagnostics/AnalyzerExceptionReporter.cs#L1
Using directive is unnecessary.
|
|
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/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/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/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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/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/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/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/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#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.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#L165
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/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.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.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/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#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.35.20:
src/ALCops.Common.Test/Helpers/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#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/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.35.20:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#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.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#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/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/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#L165
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/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.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/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.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/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/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#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/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#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.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.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#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/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/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/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/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/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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/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/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/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/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.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#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/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.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#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.40.47373:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.40.47373:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.40.47373:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#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#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/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.40.47373:
src/ALCops.Common.Test/Helpers/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/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 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#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/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/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#L165
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/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/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.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/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.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.2.31.21862:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.2.31.21862:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.2.31.21862:
src/ALCops.Common.Test/Helpers/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/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.2.31.21862:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.2.31.21862:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v16.2.31.21862:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v16.2.31.21862:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.2.31.21862:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test 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#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/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/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/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/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/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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/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/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/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/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.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#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#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.40.58636:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test 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/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.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#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/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/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#L165
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/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/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#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.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.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.33.55542:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.33.55542:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.33.55542:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#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#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.33.55542:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.33.55542:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v17.0.33.55542:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v17.0.33.55542:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.33.55542:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.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#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/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/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/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/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/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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/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/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#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/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.36.64936:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#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/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.36.64936:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.36.64936:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.36.64936:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.36.64936:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.36.64936:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.36.64936:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test 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/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/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/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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/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/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#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/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.7221:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.7221:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.7221:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.7221:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.7221:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.7221:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.37.7221:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.37.7221:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.7221:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test 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#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/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/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/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/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/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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/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/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/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.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.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/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.34.14499:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.34.14499:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.34.14499:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.34.14499:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.34.14499:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.34.14499:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.34.14499:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.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#L165
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/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/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/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/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.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/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/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.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#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.38.52553:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.38.52553:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.38.52553:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.38.52553:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.38.52553:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.38.52553:
src/ALCops.Common.Test/Helpers/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.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 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 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 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 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 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 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 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 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 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 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.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/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#L165
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.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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.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/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 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 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 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 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 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 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 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 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 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 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 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 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 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 v16.2.28.57946:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v15.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 v16.2.28.57946:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L161
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v15.2.24.57679:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.2.28.57946:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v15.2.24.57679:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test 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 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 v16.2.28.57946:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v15.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 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#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#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v15.2.24.57679:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.2.28.57946:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v15.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 v16.2.28.57946:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v15.2.24.57679:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v15.2.24.57679:
src/ALCops.Common.Test/Helpers/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/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v15.2.24.57679:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.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.18.1238:
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.18.1238:
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.18.1238:
src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.FormattingCop.Test/Rules/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.18.1238:
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.18.1238:
src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.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.18.1238:
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.18.1238:
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.18.1238:
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.18.1238:
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.18.1238:
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.18.1238:
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.18.1238:
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.18.1238:
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.18.1238:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.1.18.1238:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.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#L165
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/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/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/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/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.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/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.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.11445:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.11445:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.11445:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.11445:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.11445:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.37.11445:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.37.11445:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.11445:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.11445:
src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test 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#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/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/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/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/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/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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/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/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/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.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/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.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/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/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.40.3339:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.40.3339:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.40.3339:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v17.0.40.3339:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v17.0.40.3339:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.40.3339:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test 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/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/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/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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/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/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/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/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.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/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/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/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.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/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#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.38.62236:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.38.62236:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.38.62236:
src/ALCops.Common.Test/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 v16.0.28.13140:
src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v16.0.28.13140:
src/ALCops.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.0.28.13140:
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.0.28.13140:
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.0.28.13140:
src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v12.3.13.48960:
src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v12.3.13.48960:
src/ALCops.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.3.13.48960:
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.3.13.48960:
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.3.13.48960:
src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v12.3.13.48960:
src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
|
build-and-test / Test v12.3.13.48960:
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.3.13.48960:
src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
|
|
build-and-test / Test v12.3.13.48960:
src/ALCops.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.3.13.48960:
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.3.13.48960:
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.3.13.48960:
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.3.13.48960:
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.3.13.48960:
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.3.13.48960:
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.3.13.48960:
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.3.13.48960:
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.3.13.48960:
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.3.13.48960:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.3.13.48960:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.3.13.48960:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.3.13.48960:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.3.13.48960:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.3.13.48960:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v12.3.13.48960:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v12.3.13.48960:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.3.13.48960:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.0.13.24028:
src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v12.0.13.24028:
src/ALCops.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.0.13.24028:
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.0.13.24028:
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.0.13.24028:
src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v12.0.13.24028:
src/ALCops.FormattingCop.Test/Rules/CasingMismatchBuiltInMethod/CasingMismatchBuiltInMethod.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
|
build-and-test / Test v12.0.13.24028:
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.0.13.24028:
src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
|
|
build-and-test / Test v12.0.13.24028:
src/ALCops.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.0.13.24028:
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.0.13.24028:
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.0.13.24028:
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.0.13.24028:
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.0.13.24028:
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.0.13.24028:
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.0.13.24028:
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.0.13.24028:
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.0.13.24028:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.0.13.24028:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.0.13.24028:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#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.0.13.24028:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.0.13.24028:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.0.13.24028:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.0.13.24028:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v12.0.13.24028:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v12.0.13.24028:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v12.0.13.24028:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test 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/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/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/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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/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/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/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.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#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/IdentifierNameRendererTests.cs#L221
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.35.14686:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.35.14686:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.35.14686:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.35.14686:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.35.14686:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.35.14686:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.35.14686:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.35.14686:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.35.14686:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test 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/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/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/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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/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/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/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/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/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/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/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.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.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.38.1148:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#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#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/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/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 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#L165
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/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/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/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#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#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#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.34.45391:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#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#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#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.34.45391:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v17.0.34.45391:
src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test 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#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/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/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/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/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/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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/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/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/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/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.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.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/IdentifierNameRendererTests.cs#L221
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v15.0.21.34351:
src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v15.0.21.34351:
src/ALCops.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#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v15.0.21.34351:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v15.0.21.34351:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v15.0.21.34351:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v15.0.21.34351:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v15.0.21.34351:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.4.40.3345:
src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v16.4.40.3345:
src/ALCops.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.4.40.3345:
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.4.40.3345:
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.4.40.3345:
src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v16.4.40.3345:
src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
|
build-and-test / Test v16.4.40.3345:
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.4.40.3345:
src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
|
|
build-and-test / Test v16.4.40.3345:
src/ALCops.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.4.40.3345:
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.4.40.3345:
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.4.40.3345:
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.4.40.3345:
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.4.40.3345:
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.4.40.3345:
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.4.40.3345:
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.4.40.3345:
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.4.40.3345:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.4.40.3345:
src/ALCops.Common.Test/Helpers/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.4.40.3345:
src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.4.40.3345:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.4.40.3345:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.4.40.3345:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.4.40.3345:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v16.4.40.3345:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v16.4.40.3345:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.4.40.3345:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.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.3.20.17127:
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.3.20.17127:
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.3.20.17127:
src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.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.3.20.17127:
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.3.20.17127:
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.3.20.17127:
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.3.20.17127:
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.3.20.17127:
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.3.20.17127:
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.3.20.17127:
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.3.20.17127:
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.3.20.17127:
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.3.20.17127:
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.3.20.17127:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.3.20.17127:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.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#L165
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/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/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/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/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/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.36.33307:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.36.33307:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.36.33307:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.36.33307:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.36.33307:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.36.33307:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.36.33307:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.36.33307:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.0.27.57058:
src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v16.0.27.57058:
src/ALCops.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.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 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 v16.0.27.57058:
src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v16.0.27.57058:
src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.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.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.0.27.57058:
src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
|
|
build-and-test / Test v16.0.27.57058:
src/ALCops.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.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 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 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 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/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#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.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#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#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.0.27.57058:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.0.27.57058:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.0.27.57058:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.0.27.57058:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v16.0.27.57058:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.0.27.57058:
src/ALCops.Common.Test/Helpers/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/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/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.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.1.28.25773:
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.1.28.25773:
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.1.28.25773:
src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
|
build-and-test / Test v16.1.28.25773:
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.1.28.25773:
src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.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.1.28.25773:
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.1.28.25773:
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.1.28.25773:
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.1.28.25773:
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.1.28.25773:
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.1.28.25773:
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.1.28.25773:
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.1.28.25773:
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.1.28.25773:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.1.28.25773:
src/ALCops.Common.Test/Helpers/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.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#L165
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/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/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/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.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.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.37.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#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/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 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#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/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/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v14.2.19.4832:
src/ALCops.FormattingCop.Test/Rules/CasingMismatchDeclaration/CasingMismatchDeclaration.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.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.2.19.4832:
src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
|
|
build-and-test / Test v14.2.19.4832:
src/ALCops.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.2.19.4832:
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.2.19.4832:
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.2.19.4832:
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.2.19.4832:
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.2.19.4832:
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.2.19.4832:
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.2.19.4832:
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.2.19.4832:
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.2.19.4832:
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 v14.2.19.4832:
src/ALCops.Common.Test/Settings/ALCopsSettingsProviderTests.cs#L258
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.2.19.4832:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.2.19.4832:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L221
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.2.19.4832:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.2.19.4832:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.2.19.4832:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v14.2.19.4832:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v14.2.19.4832:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.2.19.4832:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.38.8509:
src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v18.0.38.8509:
src/ALCops.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/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.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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.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/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.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.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.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#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.38.8509:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.38.8509:
src/ALCops.Common.Test/Helpers/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.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/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.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#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/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/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#L165
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/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.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.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.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 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#L165
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 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 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 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 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 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 v18.0.33.28136:
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.28136:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.33.28136:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.33.28136:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.33.28136:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.33.28136:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.33.28136:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.33.28136:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v18.0.33.28136:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v18.0.33.28136:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test 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#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/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/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/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/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/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
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/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/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/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/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.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.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.3.31.33499:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.3.31.33499:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.3.31.33499:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L176
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.3.31.33499:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#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/IdentifierNameRendererTests.cs#L160
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.3.31.33499:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v16.3.31.33499:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v16.3.31.33499:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v16.3.31.33499:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.TestAutomationCop.Test/Rules/MethodRequiresTestAttribute/MethodRequiresTestAttribute.cs#L6
Rename type name MethodRequiresTestAttribute so that it does not end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.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.0.17.47112:
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.0.17.47112:
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.0.17.47112:
src/ALCops.LinterCop.Test/Rules/OptionTypeShouldBeEnum/OptionTypeShouldBeEnum.cs#L5
Rename type name OptionTypeShouldBeEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.FormattingCop.Test/Rules/StatementBlocksSeparatedByBlankLine/StatementBlocksSeparatedByBlankLine.cs#L165
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.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.0.17.47112:
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.0.17.47112:
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.0.17.47112:
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.0.17.47112:
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.0.17.47112:
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.0.17.47112:
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.0.17.47112:
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.0.17.47112:
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.0.17.47112:
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.0.17.47112:
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.0.17.47112:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L123
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.Common.Test/Helpers/IdentifierNameRendererTests.cs#L111
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L161
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L158
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L152
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L149
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L133
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L67
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.Common.Test/Helpers/AcronymRegistryTests.cs#L83
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
|
|
build-and-test / Test v14.0.17.47112:
src/ALCops.Common.Test/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)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ALCops.ApplicationCop
|
584 KB |
sha256:5014cbde9e4ae9b4e0044e2ae6c395a94eb4982bbeb12ae199b949f3ec01f91e
|
|
|
ALCops.Common
|
286 KB |
sha256:ad06ccad55eb8fb840b698f736b4fb961792e2dead973e0d0606527409ada788
|
|
|
ALCops.DocumentationCop
|
366 KB |
sha256:58356f5832194ef6e6b9d8045a11d85e48103b4a7be65b96463a04104f878ed2
|
|
|
ALCops.FormattingCop
|
433 KB |
sha256:32456132e2828130475e564a2120766a10b0e38cb70537bfd45034714a929e7f
|
|
|
ALCops.LinterCop
|
638 KB |
sha256:275db8bde2fd5daae60d3c43508a9031a0f806f69cbf7c7908c5c1ef552625ef
|
|
|
ALCops.PlatformCop
|
759 KB |
sha256:d4592e399869433ff55722563a532631edf20eb1b369ef6af11883b0ee7a5198
|
|
|
ALCops.TestAutomationCop
|
336 KB |
sha256:ae13f0d6f936e4fd0e666fc3119724e94b768b7fb90f50d6e39c2ac211dc3a89
|
|
|
test-results-12.0.13.24028
|
288 KB |
sha256:73cb76767c88e823658cedc384a61df6766b31922d2a6df33b75b09942043f6e
|
|
|
test-results-12.1.13.31069
|
289 KB |
sha256:ec2e2d16fb06622dbb0f5d98a7125a86374c93a41ce53a5ba8f31196e716d0f7
|
|
|
test-results-12.1.13.35966
|
289 KB |
sha256:92013974822d37724493efc1531859dcd7503d776fb841e89c3da1aa66581518
|
|
|
test-results-12.3.13.48960
|
289 KB |
sha256:379d3d20f0678fcf0cd44ef9193aae89a33fcdee20f9a2f57cd001ae734ec4af
|
|
|
test-results-12.5.13.63033
|
289 KB |
sha256:2b2802cc7b18a265c52ed3bad5a9c2b61d20841633edff0e0fa4134598f7db60
|
|
|
test-results-12.6.14.18950
|
288 KB |
sha256:d4662e9e0b8f8e7ea4794cbffa3d3f3254ca812ff12a65d0832b13b377eeb6ff
|
|
|
test-results-12.7.14.47371
|
288 KB |
sha256:95f7a315282a9e6f4f203cdb85bbca013d940aa0dcad51569b8133d3e1bd57f4
|
|
|
test-results-13.0.14.47012
|
287 KB |
sha256:cd6df91b9c1338005e21cad569e21a3e2bbd317792ae70503a6b2645511fae4c
|
|
|
test-results-13.0.14.54431
|
288 KB |
sha256:0df0800225ea6f145b93d50b68f98028da7e6ae633601c201e663ab0639313a7
|
|
|
test-results-13.0.15.24481
|
288 KB |
sha256:56d0ea40bf6e3816c7507c8af587e12c68a8a743e6b0461b8434dc1aea9c548b
|
|
|
test-results-13.0.15.44608
|
287 KB |
sha256:dd6596a791a9e98eb8850b16b813e7b86e8ad5e6359743cb85c2daa6c0bce37b
|
|
|
test-results-13.1.16.16524
|
288 KB |
sha256:9051fc36143c04511bfc701f912f4d4760ed360fe9da606c8010e7518c4d454d
|
|
|
test-results-14.0.17.47112
|
287 KB |
sha256:5e28f637487775a357f444abf7cb848e2801d91c6fdeb894153dee73387cd27a
|
|
|
test-results-14.1.17.65504
|
287 KB |
sha256:c51b99577f898de0b5d1cef40817b58c177c93f7e1c93d243899967faf8b62fe
|
|
|
test-results-14.1.18.1238
|
287 KB |
sha256:e3befd93cfb739e7461f3985cd00304cc4a1d1e5786104d4b46421d0dded0f51
|
|
|
test-results-14.2.19.4832
|
287 KB |
sha256:574a4f46c6650c5763472a3c3e290453f852747c9abb60581abfa547af3d9ded
|
|
|
test-results-14.3.20.17127
|
286 KB |
sha256:104c15fe25d5c97797b7f181b85fce6cb0461b5060be564e88982994aaa78123
|
|
|
test-results-15.0.21.34351
|
286 KB |
sha256:281214122eace9dc707bb64a598e75838ce8b8b24d4c138832f456c47c07b7ef
|
|
|
test-results-15.0.21.57627
|
287 KB |
sha256:1dc2b70bde31e8585ba5fecff32ba2945408a6b27d14b3ae22734c9b55aea3cd
|
|
|
test-results-15.2.24.57679
|
286 KB |
sha256:0970ad30452dacb796d1204fefcb1313244b841641aa41dd0ec131a84473dade
|
|
|
test-results-16.0.27.57058
|
286 KB |
sha256:0d0cba7d9b510166beb41320612acd1825df96e0a8123063c7b2f508ff60bca1
|
|
|
test-results-16.0.28.13140
|
285 KB |
sha256:b27b75304f9f9022d5b7645fe033f3af7cb9648b0eb4efae01d80be12eb904b5
|
|
|
test-results-16.1.28.25773
|
286 KB |
sha256:a9c30a7c50f461ce389fea760db111b894fcfab4d9b962a20736d559a3a8003b
|
|
|
test-results-16.2.28.34590
|
285 KB |
sha256:f50588d31596e1992cb47afa3dd68b811ee3d07a574d1adce0293360b4c93824
|
|
|
test-results-16.2.28.57946
|
287 KB |
sha256:7ab41949d35a17ae8464f0edd22d9a18ce6f890a9d165dcaa8347f60223abda7
|
|
|
test-results-16.2.31.21862
|
286 KB |
sha256:0ed429496c1285d6b3ad97de247adad7365a5af7131f4c68c0f4f345e38781a5
|
|
|
test-results-16.3.31.33499
|
286 KB |
sha256:3f68c0af7733de1734b784761cc3ae7f8af5cbe79a37261f7c4f97e5f49832a5
|
|
|
test-results-16.4.40.3345
|
286 KB |
sha256:c20771a4009b43ff0baf5eb997cd6c3a6c40470403a88fd0e1f6771eaf6038fd
|
|
|
test-results-17.0.33.55542
|
286 KB |
sha256:d398789de2cadb5399b91f49b406e4f3b58e9d33c749e1c99e2412b425d3772c
|
|
|
test-results-17.0.34.45391
|
286 KB |
sha256:0192a3b52c66cb9219815713f431dc7851707a841b6110129bf823d4b4089f70
|
|
|
test-results-17.0.40.3339
|
285 KB |
sha256:7e1910d0daef27b5e91cc8efd72b27da784329435a6bcaa634e2215805704586
|
|
|
test-results-18.0.33.28136
|
286 KB |
sha256:84aaddb97f90ee3193a718b542b3bb2267dbfef046750fa7fabc2e894b26e832
|
|
|
test-results-18.0.33.30146
|
285 KB |
sha256:644dd99953925994442b7389802caabb552e72e6b4bb14869f9bd5bb52f3416f
|
|
|
test-results-18.0.33.65164
|
285 KB |
sha256:a4868f2ef640acaa81627c891f473747e0cb781f1b7063511644cdf3ab57681b
|
|
|
test-results-18.0.34.14499
|
286 KB |
sha256:47c53d74fba4f58271cfe668585cf281998e0c1c3991fb159e899e047ad07c94
|
|
|
test-results-18.0.35.14686
|
285 KB |
sha256:60e714deeabbd3b737af8962f28dc7b77221df4f4280436cbf5f7a69bd5e0146
|
|
|
test-results-18.0.35.20
|
285 KB |
sha256:0708facf214bba0f5d40b163f936e6d5cf6a3e98f0de515cacbfa7e9b8efc4e0
|
|
|
test-results-18.0.36.33307
|
285 KB |
sha256:b1a7fdc8bd84c9b9a332cea444b39a3a132db4f5f28395150e383ea599e452eb
|
|
|
test-results-18.0.36.64936
|
284 KB |
sha256:c2489a28d4190ee24fc253fd7eab0f200a2f021f7d523cd95ace0a5d196facbc
|
|
|
test-results-18.0.37.11445
|
285 KB |
sha256:2b90cd539dbffc9b20859cba06c3fd69904d5cd750301a20cc8309489e315204
|
|
|
test-results-18.0.37.64122
|
285 KB |
sha256:d770b677980967866b29d158521f03120f7186f0d663fe01d7aa4cc0fb8ed9b0
|
|
|
test-results-18.0.37.7221
|
285 KB |
sha256:926a9780cd89dfb6f9a6d27a2beb67517617044a39dd4fb6d7ebdf94ef0edaa6
|
|
|
test-results-18.0.38.1148
|
285 KB |
sha256:309abca1862d419ef43fff7796a43db1e01c95b6a5f3b7de76d61e39131d52c8
|
|
|
test-results-18.0.38.52553
|
285 KB |
sha256:5ab1eb6071f2f264b711d506b16fece387a4212bdac14ef5e4faf9d1af6b3f89
|
|
|
test-results-18.0.38.62236
|
285 KB |
sha256:250089c9b4095135f1dfac8d187fc378a2b3822626dcfae88ab6936fbc3ce3aa
|
|
|
test-results-18.0.38.8509
|
285 KB |
sha256:be4238374357cf36a458456aacaf12b05522a00fcc27d3a577db479699866f6a
|
|
|
test-results-18.0.39.10160
|
284 KB |
sha256:85cca860b47a5b0f80a396ce9d4079ccf1359a81055c7ec950011939f55d1783
|
|
|
test-results-18.0.40.43394
|
285 KB |
sha256:0896d8a338d1ad4515ffffd529a869e25d7b855c52f6f3394088f7cc280fb16e
|
|
|
test-results-18.0.40.47373
|
284 KB |
sha256:48021bb78063da0c0125b8dd4d0030a4fe8ae5a363e04ad9dc81bfb453c73676
|
|
|
test-results-18.0.40.58636
|
285 KB |
sha256:f902e85c5c7dc76abfcaf8630cc2bc0b539f274efbb6c6fa51a173b822ce68b0
|
|