Nightly Build #1972
nightlybuild.yml
on: schedule
Nightly Build - Non UI
6m 54s
Nightly Build - Firefox UI
10m 4s
Nightly Build - Code Coverage
1m 11s
Annotations
92 warnings
|
Nightly Build - Code Coverage:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L22
Missing XML comment for publicly visible type or member 'CreateUserRequest.Roles'
|
|
Nightly Build - Code Coverage:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L19
Missing XML comment for publicly visible type or member 'CreateUserRequest.Claims'
|
|
Nightly Build - Code Coverage:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L16
Missing XML comment for publicly visible type or member 'CreateUserRequest.PhoneNumber'
|
|
Nightly Build - Code Coverage:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L13
Missing XML comment for publicly visible type or member 'CreateUserRequest.EmailAddress'
|
|
Nightly Build - Code Coverage:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L10
Missing XML comment for publicly visible type or member 'CreateUserRequest'
|
|
Nightly Build - Code Coverage:
SecurityService.DataTransferObjects/Requests/CreateRoleRequest.cs#L11
Missing XML comment for publicly visible type or member 'CreateRoleRequest'
|
|
Nightly Build - Code Coverage:
SecurityService.DataTransferObjects/Requests/CreateIdentityResourceRequest.cs#L17
Missing XML comment for publicly visible type or member 'CreateIdentityResourceRequest.Name'
|
|
Nightly Build - Code Coverage:
SecurityService.DataTransferObjects/Requests/CreateClientRequest.cs#L89
Missing XML comment for publicly visible type or member 'CreateClientRequest.ClientUri'
|
|
Nightly Build - Code Coverage:
SecurityService.DataTransferObjects/Requests/CreateApiScopeRequest.cs#L8
Missing XML comment for publicly visible type or member 'CreateApiScopeRequest'
|
|
Nightly Build - Code Coverage:
SecurityService.DataTransferObjects/Requests/CreateApiResourceRequest.cs#L9
Missing XML comment for publicly visible type or member 'CreateApiResourceRequest'
|
|
Nightly Build - Code Coverage:
SecurityService.UserInterface/Pages/Account/ChangePassword/ViewModel.cs#L14
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Nightly Build - Code Coverage:
SecurityService.UserInterface/Pages/Account/ChangePassword/ViewModel.cs#L12
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 - Code Coverage:
SecurityService.UserInterface/Pages/Ciba/Consent.cshtml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Code Coverage:
SecurityService.UserInterface/Pages/Consent/Index.cshtml.cs#L127
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Code Coverage:
SecurityService.UserInterface/Pages/Device/Index.cshtml.cs#L137
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Code Coverage:
SecurityServiceTestUI/Program.cs#L67
'X509Certificate2.X509Certificate2(string, string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Nightly Build - Code Coverage:
SecurityService.BusinessLogic/TestMessagingServiceClient.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Code Coverage:
SecurityService.BusinessLogic/TestMessagingServiceClient.cs#L21
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Code Coverage:
SecurityService.BusinessLogic/TestMessagingServiceClient.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Code Coverage:
SecurityService.BusinessLogic/RequestHandlers/UserRequestHandler.cs#L530
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Nightly Build - Code Coverage
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 - Code Coverage
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:
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/Setup.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Non UI:
SecurityService.IntegrationTests/Common/DockerHelper.cs#L93
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Non UI:
SecurityService.IntegrationTests/Common/DockerHelper.cs#L38
'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/DockerHelper.cs#L30
'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/ReqnrollExtensions.cs#L249
Converting null literal or possible null value to non-nullable type.
|
|
Nightly Build - Non UI
Non-nullable property 'UserMessage' 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 'Token' 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 '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
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Non UI
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Non UI
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Non UI
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Non UI
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Non UI
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Non UI
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Nightly Build - Non UI:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L22
Missing XML comment for publicly visible type or member 'CreateUserRequest.Roles'
|
|
Nightly Build - Non UI:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L19
Missing XML comment for publicly visible type or member 'CreateUserRequest.Claims'
|
|
Nightly Build - Non UI:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L16
Missing XML comment for publicly visible type or member 'CreateUserRequest.PhoneNumber'
|
|
Nightly Build - Non UI:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L13
Missing XML comment for publicly visible type or member 'CreateUserRequest.EmailAddress'
|
|
Nightly Build - Non UI:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L10
Missing XML comment for publicly visible type or member 'CreateUserRequest'
|
|
Nightly Build - Non UI:
SecurityService.DataTransferObjects/Requests/CreateRoleRequest.cs#L11
Missing XML comment for publicly visible type or member 'CreateRoleRequest'
|
|
Nightly Build - Non UI:
SecurityService.DataTransferObjects/Requests/CreateIdentityResourceRequest.cs#L17
Missing XML comment for publicly visible type or member 'CreateIdentityResourceRequest.Name'
|
|
Nightly Build - Non UI:
SecurityService.DataTransferObjects/Requests/CreateClientRequest.cs#L89
Missing XML comment for publicly visible type or member 'CreateClientRequest.ClientUri'
|
|
Nightly Build - Non UI:
SecurityService.DataTransferObjects/Requests/CreateApiScopeRequest.cs#L8
Missing XML comment for publicly visible type or member 'CreateApiScopeRequest'
|
|
Nightly Build - Non UI:
SecurityService.DataTransferObjects/Requests/CreateApiResourceRequest.cs#L9
Missing XML comment for publicly visible type or member 'CreateApiResourceRequest'
|
|
Nightly Build - Non UI:
SecurityService.UserInterface/Pages/Account/EmailConfirmation/ViewModel.cs#L12
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.UserInterface/Pages/Consent/Index.cshtml.cs#L127
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Non UI:
SecurityService.UserInterface/Pages/Ciba/Consent.cshtml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Non UI:
SecurityService.UserInterface/Pages/Device/Index.cshtml.cs#L137
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Non UI:
SecurityServiceTestUI/Program.cs#L67
'X509Certificate2.X509Certificate2(string, string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Nightly Build - Non UI:
SecurityService.IntegrationTesting.Helpers/ReqnrollExtensions.cs#L249
Converting null literal or possible null value to non-nullable type.
|
|
Nightly Build - Non UI:
SecurityService.BusinessLogic/TestMessagingServiceClient.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Non UI:
SecurityService.BusinessLogic/TestMessagingServiceClient.cs#L21
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Non UI:
SecurityService.BusinessLogic/TestMessagingServiceClient.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Non UI:
SecurityService.BusinessLogic/RequestHandlers/UserRequestHandler.cs#L530
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
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:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L22
Missing XML comment for publicly visible type or member 'CreateUserRequest.Roles'
|
|
Nightly Build - Firefox UI:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L19
Missing XML comment for publicly visible type or member 'CreateUserRequest.Claims'
|
|
Nightly Build - Firefox UI:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L16
Missing XML comment for publicly visible type or member 'CreateUserRequest.PhoneNumber'
|
|
Nightly Build - Firefox UI:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L13
Missing XML comment for publicly visible type or member 'CreateUserRequest.EmailAddress'
|
|
Nightly Build - Firefox UI:
SecurityService.DataTransferObjects/Requests/CreateUserRequest.cs#L10
Missing XML comment for publicly visible type or member 'CreateUserRequest'
|
|
Nightly Build - Firefox UI:
SecurityService.DataTransferObjects/Requests/CreateRoleRequest.cs#L11
Missing XML comment for publicly visible type or member 'CreateRoleRequest'
|
|
Nightly Build - Firefox UI:
SecurityService.DataTransferObjects/Requests/CreateIdentityResourceRequest.cs#L17
Missing XML comment for publicly visible type or member 'CreateIdentityResourceRequest.Name'
|
|
Nightly Build - Firefox UI:
SecurityService.DataTransferObjects/Requests/CreateClientRequest.cs#L89
Missing XML comment for publicly visible type or member 'CreateClientRequest.ClientUri'
|
|
Nightly Build - Firefox UI:
SecurityService.DataTransferObjects/Requests/CreateApiScopeRequest.cs#L8
Missing XML comment for publicly visible type or member 'CreateApiScopeRequest'
|
|
Nightly Build - Firefox UI:
SecurityService.DataTransferObjects/Requests/CreateApiResourceRequest.cs#L9
Missing XML comment for publicly visible type or member 'CreateApiResourceRequest'
|
|
Nightly Build - Firefox UI
Non-nullable property 'UserMessage' 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 'Token' 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
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Firefox UI
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Firefox UI
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Firefox UI
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Firefox UI
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Firefox UI
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Firefox UI
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Nightly Build - Firefox UI:
SecurityService.UserInterface/Pages/Account/ChangePassword/ViewModel.cs#L14
Non-nullable property 'Token' 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.UserInterface/Pages/Account/ChangePassword/ViewModel.cs#L12
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:
SecurityService.UserInterface/Pages/Device/Index.cshtml.cs#L137
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Firefox UI:
SecurityService.UserInterface/Pages/Ciba/Consent.cshtml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Firefox UI:
SecurityService.UserInterface/Pages/Consent/Index.cshtml.cs#L127
Cannot convert null literal to non-nullable reference type.
|
|
Nightly Build - Firefox UI:
SecurityServiceTestUI/Program.cs#L67
'X509Certificate2.X509Certificate2(string, string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Nightly Build - Firefox UI:
SecurityService.BusinessLogic/TestMessagingServiceClient.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Firefox UI:
SecurityService.BusinessLogic/TestMessagingServiceClient.cs#L21
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Firefox UI:
SecurityService.BusinessLogic/TestMessagingServiceClient.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Nightly Build - Firefox UI:
SecurityService.BusinessLogic/RequestHandlers/UserRequestHandler.cs#L530
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
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/
|