Skip to content

Add support for multiple email sending methods #146

Add support for multiple email sending methods

Add support for multiple email sending methods #146

Triggered via push October 12, 2024 07:49
Status Success
Total duration 1m 2s
Artifacts

azfunc.yml

on: push
build-and-deploy
56s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build-and-deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-and-deploy: src/Moonglade.Function.Email/AzureCommunicationSender.cs#L7
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-deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-and-deploy: src/Moonglade.Function.Email/AzureCommunicationSender.cs#L7
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.