Fix CI #8
Annotations
1 error and 8 warnings
test
Process completed with exit code 1.
|
test:
Controllers/BuildingController.cs#L60
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.
|
test:
Controllers/BuildingController.cs#L81
Dereference of a possibly null reference.
|
test:
Controllers/BuildingController.cs#L95
Dereference of a possibly null reference.
|
test:
Controllers/BuildingController.cs#L108
Dereference of a possibly null reference.
|
test:
Controllers/BuildingController.cs#L60
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.
|
test:
Controllers/BuildingController.cs#L81
Dereference of a possibly null reference.
|
test:
Controllers/BuildingController.cs#L95
Dereference of a possibly null reference.
|
test:
Controllers/BuildingController.cs#L108
Dereference of a possibly null reference.
|