Skip to content

0.9.1 - added HttpContextAccessor with default auth and in example #13

0.9.1 - added HttpContextAccessor with default auth and in example

0.9.1 - added HttpContextAccessor with default auth and in example #13

Triggered via push December 14, 2023 20:02
Status Success
Total duration 2m 20s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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#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#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.
build: CMSprinkle.Tests/UnitTests/SprinkleControllerTests/HomeTests.cs#L40
Dereference of a possibly null reference.
build: CMSprinkle.Tests/UnitTests/SprinkleControllerTests/HomeTests.cs#L58
Dereference of a possibly null reference.
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.