remove redundant enum extensions class #1105
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?)
|