Skip to content

feat(indentityService): refactor Identity removing UserEntityId #1607

feat(indentityService): refactor Identity removing UserEntityId

feat(indentityService): refactor Identity removing UserEntityId #1607

Triggered via pull request November 30, 2023 17:15
Status Failure
Total duration 55s
Artifacts

unit.tests-formatting.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
build (7.0): src/keycloak/Keycloak.Authentication/KeycloakClaimsTransformation.cs#L25
The type or namespace name 'PortalBackend' does not exist in the namespace 'Org.Eclipse.TractusX.Portal.Backend' (are you missing an assembly reference?)
build (7.0): src/keycloak/Keycloak.Authentication/KeycloakClaimsTransformation.cs#L26
The type or namespace name 'PortalBackend' does not exist in the namespace 'Org.Eclipse.TractusX.Portal.Backend' (are you missing an assembly reference?)
build (7.0): src/keycloak/Keycloak.Authentication/KeycloakClaimsTransformation.cs#L36
The type or namespace name 'IIdentityRepository' could not be found (are you missing a using directive or an assembly reference?)
build (7.0): src/portalbackend/PortalBackend.PortalEntities/Identities/DefaultIdentityService.cs#L22
'DefaultIdentityService' does not implement interface member 'IIdentityService.GetIdentityData()'
build (7.0): src/keycloak/Keycloak.Authentication/KeycloakClaimsTransformation.cs#L25
The type or namespace name 'PortalBackend' does not exist in the namespace 'Org.Eclipse.TractusX.Portal.Backend' (are you missing an assembly reference?)
build (7.0): src/keycloak/Keycloak.Authentication/KeycloakClaimsTransformation.cs#L26
The type or namespace name 'PortalBackend' does not exist in the namespace 'Org.Eclipse.TractusX.Portal.Backend' (are you missing an assembly reference?)
build (7.0): src/keycloak/Keycloak.Authentication/KeycloakClaimsTransformation.cs#L36
The type or namespace name 'IIdentityRepository' could not be found (are you missing a using directive or an assembly reference?)
build (7.0): src/portalbackend/PortalBackend.PortalEntities/Identities/DefaultIdentityService.cs#L22
'DefaultIdentityService' does not implement interface member 'IIdentityService.GetIdentityData()'
build (7.0)
Process completed with exit code 1.
build (7.0): src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L41
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build (7.0): src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L47
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
build (7.0): src/keycloak/Keycloak.Library/Models/UserStorageProvider/SynchronizationResult.cs#L42
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (7.0): src/keycloak/Keycloak.Library/Models/SAMLMetaData/EntityDescriptorType.cs#L132
Non-nullable property 'KeyDescriptor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (7.0): src/keycloak/Keycloak.Library/Models/Key/KeysMetadata.cs#L34
Non-nullable property 'Active' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (7.0): src/keycloak/Keycloak.Library/Models/Key/KeysMetadata.cs#L36
Non-nullable property 'Keys' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (7.0): src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L34
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (7.0): src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L36
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (7.0): src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L38
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (7.0): src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L40
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.