Cro 69/test new #67
Merged
Cro 69/test new #67
Annotations
10 warnings
|
CrowdedBackend/CrowdedBackend.Tests/UnitTests/Services/HeatmapGeneratorTests.cs#L24
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
CrowdedBackend/CrowdedBackend.Tests/IntegrationTests/Helpers/DetectedDeviceHelperTest.cs#L30
Cannot convert null literal to non-nullable reference type.
|
|
CrowdedBackend/CrowdedBackend.Tests/UnitTests/Controllers/DetectedDevicesControllerTests.cs#L10
The using directive for 'Microsoft.AspNetCore.Mvc' appeared previously in this namespace
|
|
CrowdedBackend/CrowdedBackend/Controllers/DetectedDevicesController.cs#L71
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.
|
|
CrowdedBackend/CrowdedBackend/Models/Venue.cs#L15
Non-nullable property 'VenueName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
CrowdedBackend/CrowdedBackend/Services/CalculatePositions/RaspOutputData.cs#L12
Non-nullable property 'Events' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
CrowdedBackend/CrowdedBackend/Services/CalculatePositions/CircleUtils.cs#L70
Possible null reference return.
|
|
CrowdedBackend/CrowdedBackend/Services/CalculatePositions/CircleUtils.cs#L54
Dereference of a possibly null reference.
|
|
CrowdedBackend/CrowdedBackend/Services/CalculatePositions/CircleUtils.cs#L53
Dereference of a possibly null reference.
|
|
CrowdedBackend/CrowdedBackend/Services/CalculatePositions/CircleUtils.cs#L50
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading