Skip to content

remove redundant enum extensions class #1105

remove redundant enum extensions class

remove redundant enum extensions class #1105

Triggered via push August 29, 2025 20:53
Status Failure
Total duration 44s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 errors
test
Process completed with exit code 1.
test
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
test: src/web/Jordnaer/Pages/Groups/Members.razor#L76
'MembershipStatus' does not contain a definition for 'ToDisplayName' and no accessible extension method 'ToDisplayName' accepting a first argument of type 'MembershipStatus' could be found (are you missing a using directive or an assembly reference?)
test
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
test: src/web/Jordnaer/Pages/Groups/Members.razor#L64
'PermissionLevel' does not contain a definition for 'ToDisplayName' and no accessible extension method 'ToDisplayName' accepting a first argument of type 'PermissionLevel' could be found (are you missing a using directive or an assembly reference?)
test: src/web/Jordnaer/Pages/Groups/Members.razor#L52
'PermissionLevel' does not contain a definition for 'ToDisplayName' and no accessible extension method 'ToDisplayName' accepting a first argument of type 'PermissionLevel' could be found (are you missing a using directive or an assembly reference?)
test
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
test: src/web/Jordnaer/Pages/Groups/Members.razor#L40
'OwnershipLevel' does not contain a definition for 'ToDisplayName' and no accessible extension method 'ToDisplayName' accepting a first argument of type 'OwnershipLevel' could be found (are you missing a using directive or an assembly reference?)
test: src/web/Jordnaer/Pages/Groups/Members.razor#L29
'OwnershipLevel' does not contain a definition for 'ToDisplayName' and no accessible extension method 'ToDisplayName' accepting a first argument of type 'OwnershipLevel' could be found (are you missing a using directive or an assembly reference?)