Skip to content

use results with SMS aggregate #195

use results with SMS aggregate

use results with SMS aggregate #195

Triggered via pull request October 30, 2025 21:37
Status Success
Total duration 4m 53s
Artifacts

pullrequest.yml

on: pull_request
Build and Test Pull Requests
4m 48s
Build and Test Pull Requests
Fit to window
Zoom out
Zoom in

Annotations

37 warnings
Build and Test Pull Requests: 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'
Build and Test Pull Requests: 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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: MessagingService.Client/MessagingServiceClient.cs#L20
The field 'MessagingServiceClient.BaseAddress' is never used
Build and Test Pull Requests
Non-nullable property 'FileData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test Pull Requests
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.
Build and Test Pull Requests
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.
Build and Test Pull Requests
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.
Build and Test Pull Requests
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.
Build and Test Pull Requests
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.
Build and Test Pull Requests
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.
Build and Test Pull Requests
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.
Build and Test Pull Requests
Non-nullable property 'Filename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test Pull Requests
Non-nullable property 'FileData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test Pull Requests: MessagingService/Common/RequestExamples/SendEmailRequestExample.cs#L12
Type parameter declaration must be an identifier not a type. See also error CS0081.
Build and Test Pull Requests: MessagingService/Common/RequestExamples/SendEmailRequestExample.cs#L12
XML comment has syntactically incorrect cref attribute 'Swashbuckle.AspNetCore.Filters.IMultipleExamplesProvider{MessagingService.DataTransferObjects.SendEmailRequest}'
Build and Test Pull Requests: MessagingService.BusinessLogic/Services/MessagingDomainService.cs#L278
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.
Build and Test Pull Requests: MessagingService.BusinessLogic/Services/MessagingDomainService.cs#L241
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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: MessagingService.BusinessLogic/Services/MessagingDomainService.cs#L278
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.
Build and Test Pull Requests: MessagingService.BusinessLogic/Services/MessagingDomainService.cs#L241
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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests: MessagingService.Client/MessagingServiceClient.cs#L20
The field 'MessagingServiceClient.BaseAddress' is never used
Build and Test Pull Requests: 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.
Build and Test Pull Requests: 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.
Build and Test Pull Requests
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/
Build and Test Pull Requests
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/