Skip to content

set to release

set to release #7

Triggered via push December 12, 2023 03:00
Status Failure
Total duration 1m 37s
Billable time 2m
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: CMSprinkle/Auth/DefaultLocalOnlyAuth.cs#L16
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: CMSprinkle/Auth/DefaultLocalOnlyAuth.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.
build: CMSprinkle.Tests/UnitTests/Infrastructure/StringExtensionsTests/ToTruncateMarkdownTests.cs#L10
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: CMSprinkle.Tests/UnitTests/Data/GetContentResultTests.cs#L10
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: CMSprinkle.Tests/UnitTests/Infrastructure/StringExtensionsTests/ToTruncateMarkdownTests.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.
build: CMSprinkle.Tests/UnitTests/Infrastructure/StringExtensionsTests/ToTruncateMarkdownTests.cs#L38
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: CMSprinkle.Tests/UnitTests/CMSprinkleTagHelperTests.cs#L17
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: CMSprinkle.Tests/UnitTests/Data/GetContentResultTests.cs#L24
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: CMSprinkle.Tests/UnitTests/Data/GetContentResultTests.cs#L39
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: CMSprinkle.Tests/UnitTests/SprinkleControllerTests/HomeTests.cs#L38
Dereference of a possibly null reference.