Skip to content

Nightly Build

Nightly Build #1602

Triggered via schedule October 29, 2025 23:29
Status Success
Total duration 5m 6s
Artifacts

nightlybuild.yml

on: schedule
Nightly Build
5m 3s
Nightly Build
Fit to window
Zoom out
Zoom in

Annotations

37 warnings
Nightly Build: MessagingService.IntegrationTests/Common/GenericSteps.cs#L36
'LogManager.AddHiddenAssembly(Assembly)' is obsolete: 'Replaced by LogManager.Setup().SetupLogFactory(setup => setup.AddCallSiteHiddenAssembly(assembly)). Marked obsolete on NLog 5.3'
Nightly Build: MessagingService.IntegrationTests/Common/Setup.cs#L23
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: MessagingService.IntegrationTesting.Helpers/MessagingSteps.cs#L42
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: MessagingService.IntegrationTesting.Helpers/MessagingSteps.cs#L25
Argument of type '(string, SendEmailResponse?)' cannot be used for parameter 'item' of type '(string, SendEmailResponse)' in 'void List<(string, SendEmailResponse)>.Add((string, SendEmailResponse) item)' due to differences in the nullability of reference types.
Nightly Build: MessagingService.Client/MessagingServiceClient.cs#L20
The field 'MessagingServiceClient.BaseAddress' is never used
Nightly Build
Non-nullable property 'FileData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build
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
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
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
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
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
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
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-nullable property 'Filename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build
Non-nullable property 'FileData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build: MessagingService/Common/RequestExamples/SendEmailRequestExample.cs#L12
XML comment has syntactically incorrect cref attribute 'Swashbuckle.AspNetCore.Filters.IMultipleExamplesProvider{MessagingService.DataTransferObjects.SendEmailRequest}'
Nightly Build: MessagingService/Common/RequestExamples/SendSMSRequestExample.cs#L10
XML comment has syntactically incorrect cref attribute 'Swashbuckle.AspNetCore.Filters.IExamplesProvider{MessagingService.DataTransferObjects.SendSMSRequest}'
Nightly Build: MessagingService.BusinessLogic/Services/MessagingDomainService.cs#L267
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: MessagingService.BusinessLogic/Services/MessagingDomainService.cs#L236
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: MessagingService.BusinessLogic/Services/EmailServices/IntegrationTest/IntegrationTestEmailServiceProxy.cs#L52
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: MessagingService.BusinessLogic/Services/EmailServices/IntegrationTest/IntegrationTestEmailServiceProxy.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: MessagingService.BusinessLogic/Services/SMSServices/IntegrationTest/IntegrationTestSMSServiceProxy.cs#L46
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: MessagingService.BusinessLogic/Services/SMSServices/IntegrationTest/IntegrationTestSMSServiceProxy.cs#L27
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: MessagingService.Models/EmailAttachment.cs#L17
Non-nullable property 'Filename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build: MessagingService.Models/EmailAttachment.cs#L15
Non-nullable property 'FileData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build: MessagingService.BusinessLogic/Services/MessagingDomainService.cs#L236
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: MessagingService.BusinessLogic/Services/EmailServices/IntegrationTest/IntegrationTestEmailServiceProxy.cs#L52
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: MessagingService.BusinessLogic/Services/EmailServices/IntegrationTest/IntegrationTestEmailServiceProxy.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: MessagingService.BusinessLogic/Services/SMSServices/IntegrationTest/IntegrationTestSMSServiceProxy.cs#L46
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: MessagingService.BusinessLogic/Services/SMSServices/IntegrationTest/IntegrationTestSMSServiceProxy.cs#L27
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: MessagingService.IntegrationTesting.Helpers/MessagingSteps.cs#L42
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: MessagingService.IntegrationTesting.Helpers/MessagingSteps.cs#L25
Argument of type '(string, SendEmailResponse?)' cannot be used for parameter 'item' of type '(string, SendEmailResponse)' in 'void List<(string, SendEmailResponse)>.Add((string, SendEmailResponse) item)' due to differences in the nullability of reference types.
Nightly Build: MessagingService.Client/MessagingServiceClient.cs#L20
The field 'MessagingServiceClient.BaseAddress' is never used
Nightly Build: MessagingService.Models/EmailAttachment.cs#L17
Non-nullable property 'Filename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build: MessagingService.Models/EmailAttachment.cs#L15
Non-nullable property 'FileData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build
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
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/