Skip to content

build(deps): upgrade flurl #1176

build(deps): upgrade flurl

build(deps): upgrade flurl #1176

Triggered via pull request October 8, 2024 12:06
Status Success
Total duration 5m 32s
Artifacts

pre-checks.yml

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

Annotations

10 warnings
Build, check and test services (8.0): src/portalbackend/PortalBackend.PortalEntities/PortalDbContext.cs#L807
'Identity.UserEntityId' is obsolete: 'remove as soon test-data has been cleaned up'
Build, check and test services (8.0): src/keycloak/Keycloak.Library/Common/Extensions/FlurlRequestExtensions.cs#L115
'propert' is not a recognized attribute location. Valid attribute locations for this declaration are 'field, property, param'. All attributes in this block will be ignored.
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/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.