Skip to content

Fix Broken API Authentication Test #403

Fix Broken API Authentication Test

Fix Broken API Authentication Test #403

Triggered via push August 29, 2023 20:25
Status Failure
Total duration 7m 35s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: SoundShapesServer/Endpoints/ApiEndpointAttribute.cs#L18
Non-nullable property 'RouteWithParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: SoundShapesServer/Endpoints/Api/Account/ApiAccountManagementEndpoints.cs#L60
The variable 'e' is declared but never used
build: SoundShapesServer/Endpoints/Api/Account/ApiAccountManagementEndpoints.cs#L112
The variable 'e' is declared but never used
build: SoundShapesServer/Endpoints/Api/Account/ApiAccountManagementEndpoints.cs#L151
The variable 'e' is declared but never used
build: SoundShapesServerTests/Tests/LevelTests.cs#L15
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: SoundShapesServerTests/Tests/LeaderboardTests.cs#L14
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: SoundShapesServer/Endpoints/ApiEndpointAttribute.cs#L18
Non-nullable property 'RouteWithParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: SoundShapesServer/Endpoints/Api/Account/ApiAccountManagementEndpoints.cs#L60
The variable 'e' is declared but never used
build: SoundShapesServer/Endpoints/Api/Account/ApiAccountManagementEndpoints.cs#L112
The variable 'e' is declared but never used
build: SoundShapesServer/Endpoints/Api/Account/ApiAccountManagementEndpoints.cs#L151
The variable 'e' is declared but never used