Skip to content

feat(legal entity): extended legal entity length #891

feat(legal entity): extended legal entity length

feat(legal entity): extended legal entity length #891

Triggered via pull request August 13, 2024 15:42
Status Failure
Total duration 3m 47s
Artifacts

pre-checks.yml

on: pull_request
Get changed paths
4s
Get changed paths
Matrix: Build, check and test services
Check nuget packages
7s
Check nuget packages
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Build, check and test services (8.0)
Process completed with exit code 2.
Build, check and test services (8.0): src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L40
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Build, check and test services (8.0): src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L46
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
Build, check and test services (8.0): src/keycloak/Keycloak.Library/Models/AttackDetection/UserNameStatus.cs#L38
Non-nullable property 'LastIpFailure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, check and test services (8.0): src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L30
Non-nullable property 'forwardedFor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, check and test services (8.0): src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L31
Non-nullable property 'forwardedProto' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, check and test services (8.0): src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L32
Non-nullable property 'forwardedHost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, check and test services (8.0): src/keycloak/Keycloak.Library/Models/AuthenticationManagement/RequiredActionProvider.cs#L33
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, check and test services (8.0): src/keycloak/Keycloak.Library/Models/AuthenticationManagement/RequiredActionProvider.cs#L35
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, check and test services (8.0): src/keycloak/Keycloak.Library/Models/AuthenticationManagement/RequiredActionProvider.cs#L41
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, check and test services (8.0): src/keycloak/Keycloak.Library/Models/AuthenticationManagement/RequiredActionProvider.cs#L45
Non-nullable property 'ProviderId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, check and test services (8.0): tests/administration/Administration.Service.Tests/BusinessLogic/InvitationBusinessLogicTests.cs#L126
Null should not be used for type parameter 'invalidName' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.