Skip to content

chore: fix all IDE0005 unused usings via dotnet format and promote to error #627

chore: fix all IDE0005 unused usings via dotnet format and promote to error

chore: fix all IDE0005 unused usings via dotnet format and promote to error #627

Triggered via pull request August 26, 2026 13:41
Status Failure
Total duration 2m 27s
Artifacts

pull-request.yml

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

Annotations

17 errors and 20 warnings
build-and-test / Build
Process completed with exit code 1.
build-and-test / Build: src/ALCops.Common/Extensions/SymbolInterfaceExtensions.cs#L23
The name 'SymbolHelper' does not exist in the current context
build-and-test / Build: src/ALCops.Common/Extensions/SymbolInterfaceExtensions.cs#L110
The name 'SymbolHelper' does not exist in the current context
build-and-test / Build: src/ALCops.Common/Extensions/SymbolInterfaceExtensions.cs#L23
The name 'SymbolHelper' does not exist in the current context
build-and-test / Build: src/ALCops.Common/Extensions/SymbolInterfaceExtensions.cs#L23
The name 'SymbolHelper' does not exist in the current context
build-and-test / Build: src/ALCops.Common/Extensions/SymbolInterfaceExtensions.cs#L110
The name 'SymbolHelper' does not exist in the current context
build-and-test / Build: src/ALCops.Common/Extensions/SymbolInterfaceExtensions.cs#L23
The name 'SymbolHelper' does not exist in the current context
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/Reflection/SymbolHelper.cs#L68
Add summary element to documentation comment (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1139)
build-and-test / Build: src/ALCops.Common/Permissions/RequiredPermission.cs#L9
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/Reflection/SymbolHelper.cs#L70
XML comment has badly formed XML -- 'Expected an end tag for element ''.'
build-and-test / Build: src/ALCops.Common/Reflection/SymbolHelper.cs#L69
XML comment has badly formed XML -- 'The character(s) '1' cannot be used at this location.'
build-and-test / Build: src/ALCops.Common/Reflection/SymbolHelper.cs#L69
XML comment has badly formed XML -- 'An identifier was expected.'
build-and-test / Build: src/ALCops.Common/Reflection/EnumProvider.cs#L28
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build-and-test / Build: src/ALCops.Common/Reflection/EnumProvider.cs#L28
XML comment has badly formed XML -- 'Expected an end tag for element 'NavCodeAnalysis.EnumType'.'
build-and-test / Build: src/ALCops.Common/Reflection/EnumProvider.cs#L27
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'T'.'
build-and-test / Build: src/ALCops.Common/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/PropertyAccessor.cs#L90
Avoid empty catch clause that catches System.Exception
build-and-test / Build: src/ALCops.Common/Reflection/PropertyAccessor.cs#L45
Avoid empty catch clause that catches System.Exception
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/SymbolHelper.cs#L68
Add summary element to documentation comment
build-and-test / Build: src/ALCops.Common/Reflection/PropertyAccessor.cs#L90
Avoid empty catch clause that catches System.Exception
build-and-test / Build: src/ALCops.Common/Reflection/PropertyAccessor.cs#L45
Avoid empty catch clause that catches System.Exception