Skip to content

feat(technicaluser): new parameters for api expansion for technical u… #10

feat(technicaluser): new parameters for api expansion for technical u…

feat(technicaluser): new parameters for api expansion for technical u… #10

Triggered via push September 19, 2024 13:41
Status Success
Total duration 8m 1s
Artifacts

pre-checks.yml

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

Annotations

10 warnings
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/UserStorageProvider/SynchronizationResult.cs#L42
Non-nullable property 'Status' 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/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/Models/Users/UserSession.cs#L34
Non-nullable property 'Id' 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/Users/UserSession.cs#L36
Non-nullable property 'UserName' 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/Users/UserSession.cs#L38
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.