Fix Broken API Authentication Test #403
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
|