Polygon tracing #40
Annotations
10 warnings
test:
Controllers/BuildingController.cs#L25
Non-nullable field '_httpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test:
Controllers/VideoTourController.cs#L43
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/VideoTourController.cs#L63
Dereference of a possibly null reference.
|
test:
Controllers/VideoTourController.cs#L76
Dereference of a possibly null reference.
|
test:
Controllers/VideoTourController.cs#L89
Dereference of a possibly null reference.
|
test:
Controllers/BuildingController.cs#L89
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/UserController.cs#L73
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/UserController.cs#L94
Dereference of a possibly null reference.
|
test:
Controllers/UserController.cs#L108
Dereference of a possibly null reference.
|
test:
Controllers/UserController.cs#L121
Dereference of a possibly null reference.
|