Merge pull request #61 from Purdue-ACM-SIGAPP/DotNet-URl-2.0 #79
Annotations
10 warnings
Build:
HasScopeHandler.cs#L15
Dereference of a possibly null reference.
|
Build:
Program.cs#L66
Dereference of a possibly null reference.
|
Build:
Program.cs#L64
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:
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.
|
Build:
Controllers/VideoTourController.cs#L63
Dereference of a possibly null reference.
|
Build:
Controllers/VideoTourController.cs#L76
Dereference of a possibly null reference.
|
Build:
Controllers/VideoTourController.cs#L89
Dereference of a possibly null reference.
|
Build:
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.
|
Build:
Controllers/UserController.cs#L94
Dereference of a possibly null reference.
|
Build:
Controllers/UserController.cs#L108
Dereference of a possibly null reference.
|
Loading