Skip to content

feat(nuget): create nuget packages for framework #35

feat(nuget): create nuget packages for framework

feat(nuget): create nuget packages for framework #35

Triggered via pull request February 6, 2024 12:42
Status Failure
Total duration 5m 52s
Artifacts

pre-checks.yml

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

Annotations

1 error and 13 warnings
Check nuget packages
Process completed with exit code 1.
Get changed paths
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check nuget packages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build, check and test services (7.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build, check and test services (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, check and test services (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, check and test services (7.0): src/keycloak/Keycloak.Library/Models/AttackDetection/UserNameStatus.cs#L38
Non-nullable property 'LastIpFailure' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, check and test services (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, check and test services (7.0): src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L31
Non-nullable property 'forwardedFor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, check and test services (7.0): src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L32
Non-nullable property 'forwardedProto' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, check and test services (7.0): src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L33
Non-nullable property 'forwardedHost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, check and test services (7.0): src/keycloak/Keycloak.Library/Models/AuthenticationManagement/AuthenticationExecution.cs#L34
Non-nullable property 'FlowId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, check and test services (7.0): src/keycloak/Keycloak.Library/Models/AuthenticationManagement/AuthenticationExecution.cs#L36
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, check and test services (7.0): src/keycloak/Keycloak.Library/Models/AuthenticationManagement/AuthenticationExecution.cs#L38
Non-nullable property 'ParentFlow' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.