Merge pull request #38 from Purdue-ACM-SIGAPP/RatingRestrictions #30
Annotations
10 warnings
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.
|
Controllers/BuildingController.cs#L83
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.
|
Controllers/VideoTourController.cs#L63
Dereference of a possibly null reference.
|
Controllers/BuildingController.cs#L104
Dereference of a possibly null reference.
|
Controllers/VideoTourController.cs#L76
Dereference of a possibly null reference.
|
Controllers/BuildingController.cs#L117
Dereference of a possibly null reference.
|
Controllers/BuildingController.cs#L130
Dereference of a possibly null reference.
|
Controllers/VideoTourController.cs#L89
Dereference of a possibly null reference.
|
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.
|
Controllers/UserController.cs#L94
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading