Skip to content

feat(processWorker): create process worker package #1513

feat(processWorker): create process worker package

feat(processWorker): create process worker package #1513

Triggered via pull request January 22, 2025 18:06
Status Failure
Total duration 1m 14s
Artifacts

pre-checks.yml

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

Annotations

3 errors and 13 warnings
Build, check and test services (8.0)
Process completed with exit code 1.
Get changed paths
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check nuget packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build, check and test services (8.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/AuthenticationManagement/AuthenticationExecution.cs#L33
Non-nullable property 'FlowId' 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/AuthenticationExecution.cs#L35
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/AuthenticationManagement/AuthenticationExecution.cs#L37
Non-nullable property 'ParentFlow' 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/AuthorizationResources/AuthorizationResource.cs#L35
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/AuthorizationResources/AuthorizationResource.cs#L37
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.