Skip to content

feat(errorhandling): add common controller returning all errormessages #66

feat(errorhandling): add common controller returning all errormessages

feat(errorhandling): add common controller returning all errormessages #66

Triggered via pull request February 8, 2024 20:20
Status Success
Total duration 6m 2s
Artifacts

pre-checks.yml

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

Annotations

13 warnings
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/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.