Skip to content

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

feat(nuget): create nuget packages for framework

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

Triggered via pull request February 2, 2024 12:12
Status Failure
Total duration 1m 23s
Artifacts

pre-checks.yml

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

Annotations

4 errors and 13 warnings
Build, check and test nuget packages (7.0)
Process completed with exit code 1.
Build, check and test services (7.0): tests/portalbackend/PortalBackend.DBAccess.Tests/ConnectorRepositoryTests.cs#L22
The type or namespace name 'Async' does not exist in the namespace 'Org.Eclipse.TractusX.Portal.Backend.Framework' (are you missing an assembly reference?)
Build, check and test services (7.0): tests/portalbackend/PortalBackend.DBAccess.Tests/ConnectorRepositoryTests.cs#L22
The type or namespace name 'Async' does not exist in the namespace 'Org.Eclipse.TractusX.Portal.Backend.Framework' (are you missing an assembly reference?)
Build, check and test services (7.0)
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/.
Build, check and test nuget packages (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)
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/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/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/Models/Users/UserSession.cs#L34
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/Users/UserSession.cs#L36
Non-nullable property 'UserName' 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/Users/UserSession.cs#L38
Non-nullable property 'UserId' 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/Users/UserSession.cs#L40
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.