Skip to content

Nightly Build

Nightly Build #2193

Triggered via schedule June 21, 2026 01:57
Status Success
Total duration 11m 18s
Artifacts 4

nightlybuild.yml

on: schedule
Nightly Build - Non UI
8m 12s
Nightly Build - Non UI
Nightly Build - Firefox UI
10m 40s
Nightly Build - Firefox UI
Nightly Build - Chrome UI
11m 14s
Nightly Build - Chrome UI
Nightly Build - Edge UI
11m 12s
Nightly Build - Edge UI
Fit to window
Zoom out
Zoom in

Annotations

151 warnings
Nightly Build - Non UI
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2.3.4, actions/setup-dotnet@v4.0.1, actions/upload-artifact@v4.4.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Nightly Build - Non UI: SecurityService.IntegrationTests/Common/DockerHelper.cs#L49
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Nightly Build - Non UI: SecurityService.IntegrationTests/Common/GenericSteps.cs#L41
'LogManager.AddHiddenAssembly(Assembly)' is obsolete: 'Replaced by LogManager.Setup().SetupLogFactory(setup => setup.AddCallSiteHiddenAssembly(assembly)). Marked obsolete on NLog 5.3'
Nightly Build - Non UI: SecurityService.IntegrationTests/Common/DockerHelper.cs#L41
'DockerHelper.StartContainersForScenarioRun(string, DockerServices)' hides inherited member 'DockerHelper.StartContainersForScenarioRun(string, DockerServices)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Nightly Build - Non UI: SecurityService.IntegrationTesting.Helpers/SecurityServiceSteps.cs#L291
Argument of type '(string? EmailAddress, string UserId)' cannot be used for parameter 'item' of type '(string, string)' in 'void List<(string, string)>.Add((string, string) item)' due to differences in the nullability of reference types.
Nightly Build - Non UI: SecurityService.IntegrationTesting.Helpers/ReqnrollExtensions.cs#L247
Converting null literal or possible null value to non-nullable type.
Nightly Build - Non UI: SecurityService.IntegrationTesting.Helpers/SecurityServiceSteps.cs#L69
Argument of type '(string ClientId, string? Secret, List<string> AllowedGrantTypes)' cannot be used for parameter 'item' of type '(string clientId, string secret, List<string> allowedGrantTypes)' in 'void List<(string clientId, string secret, List<string> allowedGrantTypes)>.Add((string clientId, string secret, List<string> allowedGrantTypes) item)' due to differences in the nullability of reference types.
Nightly Build - Non UI
Non-nullable property 'ClientPostLogoutRedirectUris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI
Non-nullable property 'ClientRedirectUris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI
Non-nullable property 'AllowedGrantTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI
Non-nullable property 'AllowedScopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI
Non-nullable property 'ClientName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI
Non-nullable property 'UserClaims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L70
Non-nullable property 'RoleId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L91
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L89
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L77
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L75
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L119
Possible null reference argument for parameter 'refreshToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L119
Possible null reference argument for parameter 'accessToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L116
Converting null literal or possible null value to non-nullable type.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L113
Converting null literal or possible null value to non-nullable type.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L108
Converting null literal or possible null value to non-nullable type.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L91
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L89
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L77
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L75
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L71
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L70
Non-nullable property 'RoleId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L15
Non-nullable property 'UserClaims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L13
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI: SecurityService.DataTransferObjects/Responses.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Non UI
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Nightly Build - Non UI
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Nightly Build - Firefox UI
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2.3.4, actions/setup-dotnet@v4.0.1, actions/upload-artifact@v4.4.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L41
Non-nullable property 'ClientPostLogoutRedirectUris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L39
Non-nullable property 'ClientRedirectUris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L37
Non-nullable property 'AllowedGrantTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L35
Non-nullable property 'AllowedScopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L29
Non-nullable property 'ClientName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L27
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L15
Non-nullable property 'UserClaims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L13
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI
Non-nullable property 'UserClaims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI
Possible null reference argument for parameter 'refreshToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Firefox UI
Possible null reference argument for parameter 'accessToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Firefox UI
Converting null literal or possible null value to non-nullable type.
Nightly Build - Firefox UI
Converting null literal or possible null value to non-nullable type.
Nightly Build - Firefox UI
Converting null literal or possible null value to non-nullable type.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L13
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L47
Non-nullable property 'ClientType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L41
Non-nullable property 'ClientPostLogoutRedirectUris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L39
Non-nullable property 'ClientRedirectUris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L37
Non-nullable property 'AllowedGrantTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L35
Non-nullable property 'AllowedScopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L29
Non-nullable property 'ClientName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.DataTransferObjects/Responses.cs#L27
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI: SecurityService.Models/ChangeUserPasswordResult.cs#L6
Non-nullable property 'RedirectUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Firefox UI
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Nightly Build - Firefox UI
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Nightly Build - Edge UI
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2.3.4, actions/setup-dotnet@v4.0.1, actions/upload-artifact@v4.4.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L52
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L119
Possible null reference argument for parameter 'refreshToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L119
Possible null reference argument for parameter 'accessToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L116
Converting null literal or possible null value to non-nullable type.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L113
Converting null literal or possible null value to non-nullable type.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L108
Converting null literal or possible null value to non-nullable type.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L15
Non-nullable property 'UserClaims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L13
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI
Possible null reference argument for parameter 'refreshToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Edge UI
Possible null reference argument for parameter 'accessToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Edge UI
Converting null literal or possible null value to non-nullable type.
Nightly Build - Edge UI
Converting null literal or possible null value to non-nullable type.
Nightly Build - Edge UI
Converting null literal or possible null value to non-nullable type.
Nightly Build - Edge UI
Non-nullable property 'UserClaims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L29
Non-nullable property 'ClientName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L27
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L71
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L70
Non-nullable property 'RoleId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L64
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L52
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L15
Non-nullable property 'UserClaims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L13
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI: SecurityService.DataTransferObjects/Responses.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Edge UI
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Nightly Build - Edge UI
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Nightly Build - Chrome UI
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2.3.4, actions/setup-dotnet@v4.0.1, actions/upload-artifact@v4.4.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Nightly Build - Chrome UI: SecurityService.OpenIdConnect.IntegrationTests/Common/DockerHelper.cs#L224
'ContainerBuilder.ContainerBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
Nightly Build - Chrome UI: SecurityService.OpenIdConnect.IntegrationTests/Common/GenericSteps.cs#L35
'LogManager.AddHiddenAssembly(Assembly)' is obsolete: 'Replaced by LogManager.Setup().SetupLogFactory(setup => setup.AddCallSiteHiddenAssembly(assembly)). Marked obsolete on NLog 5.3'
Nightly Build - Chrome UI: SecurityService.OpenIdConnect.IntegrationTests/Common/Hooks.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Nightly Build - Chrome UI: SecurityService.OpenIdConnect.IntegrationTests/UserLogin/UserLoginSteps.cs#L80
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Nightly Build - Chrome UI: SecurityService.IntegrationTesting.Helpers/SecurityServiceSteps.cs#L291
Argument of type '(string? EmailAddress, string UserId)' cannot be used for parameter 'item' of type '(string, string)' in 'void List<(string, string)>.Add((string, string) item)' due to differences in the nullability of reference types.
Nightly Build - Chrome UI: SecurityService.IntegrationTesting.Helpers/ReqnrollExtensions.cs#L247
Converting null literal or possible null value to non-nullable type.
Nightly Build - Chrome UI: SecurityService.IntegrationTesting.Helpers/SecurityServiceSteps.cs#L69
Argument of type '(string ClientId, string? Secret, List<string> AllowedGrantTypes)' cannot be used for parameter 'item' of type '(string clientId, string secret, List<string> allowedGrantTypes)' in 'void List<(string clientId, string secret, List<string> allowedGrantTypes)>.Add((string clientId, string secret, List<string> allowedGrantTypes) item)' due to differences in the nullability of reference types.
Nightly Build - Chrome UI
Non-nullable property 'RoleId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI
Possible null reference argument for parameter 'refreshToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Chrome UI
Possible null reference argument for parameter 'accessToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Chrome UI
Converting null literal or possible null value to non-nullable type.
Nightly Build - Chrome UI
Converting null literal or possible null value to non-nullable type.
Nightly Build - Chrome UI
Converting null literal or possible null value to non-nullable type.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L39
Non-nullable property 'ClientRedirectUris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L37
Non-nullable property 'AllowedGrantTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L35
Non-nullable property 'AllowedScopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L29
Non-nullable property 'ClientName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L27
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L71
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L70
Non-nullable property 'RoleId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L15
Non-nullable property 'UserClaims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L13
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L75
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L64
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L52
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L71
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L70
Non-nullable property 'RoleId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L15
Non-nullable property 'UserClaims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L13
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.Models/ChangeUserPasswordResult.cs#L6
Non-nullable property 'RedirectUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Nightly Build - Chrome UI
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size Digest
chromelogs
127 KB
sha256:3ad55b72be10acb042a438518c5d5207f363a3730cbe7db71d3eb4352588f7bf
edgelogs
126 KB
sha256:b9a815badb2fbacab785dab968ea824c5ce283179b888a508919ce1960bd6c5c
firefoxlogs
123 KB
sha256:fca0eb6e51516533fa5342000a06dc5a98985767f22344bc224dd766598ce607
nonuilogs
24 KB
sha256:9f53ccbb66e518d9115e1489cdcf2bf2c743e0708edc87893366e57098532820