Skip to content

feat(processWorker): create process worker package #1136

feat(processWorker): create process worker package

feat(processWorker): create process worker package #1136

Triggered via pull request September 27, 2024 14:17
@Phil91Phil91
synchronize #998
process-worker
Status Failure
Total duration 1m 9s
Artifacts

pre-checks.yml

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

Annotations

7 errors and 10 warnings
Build, check and test services (8.0): src/framework/Framework.Processes.Library/ManualProcessStepData.cs#L29
The non-generic type 'IProcessRepositories' cannot be used with type arguments
Build, check and test services (8.0): src/framework/Framework.Processes.Library/Extensions/RetriggerExtensions.cs#L29
The non-generic type 'IProcessRepositories' cannot be used with type arguments
Build, check and test services (8.0): src/framework/Framework.Processes.Library/ManualProcessStepDataExtensions.cs#L34
The non-generic type 'IProcessRepositories' cannot be used with type arguments
Build, check and test services (8.0): src/framework/Framework.Processes.Library/ManualProcessStepData.cs#L29
The non-generic type 'IProcessRepositories' cannot be used with type arguments
Build, check and test services (8.0): src/framework/Framework.Processes.Library/Extensions/RetriggerExtensions.cs#L29
The non-generic type 'IProcessRepositories' cannot be used with type arguments
Build, check and test services (8.0): src/framework/Framework.Processes.Library/ManualProcessStepDataExtensions.cs#L34
The non-generic type 'IProcessRepositories' cannot be used with type arguments
Build, check and test services (8.0)
Process completed with exit code 1.
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/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.
Build, check and test services (8.0): src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L40
Non-nullable property 'IpAddress' 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#L46
Non-nullable property 'Clients' 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/SetPasswordResponse.cs#L35
Non-nullable property 'Error' 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/SetPasswordResponse.cs#L37
Non-nullable property 'ErrorDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.