Skip to content

fix typos in readme #14

fix typos in readme

fix typos in readme #14

Triggered via push December 14, 2023 20:28
Status Success
Total duration 2m 5s
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/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/SprinkleControllerTests/EditTests.cs#L74
Dereference of a possibly null reference.
build: CMSprinkle.Tests/UnitTests/SprinkleControllerTests/EditTests.cs#L76
Dereference of a possibly null reference.
build: CMSprinkle.Tests/UnitTests/SprinkleControllerTests/EditTests.cs#L98
Dereference of a possibly null reference.
build: CMSprinkle.Tests/UnitTests/SprinkleControllerTests/EditTests.cs#L102
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/EditTests.cs#L132
Dereference of a possibly null reference.