better names #9
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|