Skip to content

Merge pull request #50 from Purdue-ACM-SIGAPP/user-distance #55

Merge pull request #50 from Purdue-ACM-SIGAPP/user-distance

Merge pull request #50 from Purdue-ACM-SIGAPP/user-distance #55

Triggered via push November 22, 2024 01:22
Status Success
Total duration 58s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: HasScopeHandler.cs#L15
Dereference of a possibly null reference.
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/BuildingController.cs#L90
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#L142
Dereference of a possibly null reference.
test: Controllers/BuildingController.cs#L155
Dereference of a possibly null reference.
test: Controllers/BuildingController.cs#L168
Dereference of a possibly null reference.
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.