Add building type inheritance #75
Annotations
10 warnings
test:
Program.cs#L5
The using directive for 'Microsoft.AspNetCore.Identity' appeared previously in this namespace
|
test:
Program.cs#L8
The using directive for 'Microsoft.OpenApi.Models' appeared previously in this namespace
|
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#L91
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:
Program.cs#L68
Dereference of a possibly null reference.
|
test:
Program.cs#L66
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.
|