Updated Swagger to allow for authorization through bearer token. Adde… #51
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
HasScopeHandler.cs#L15
Dereference of a possibly null reference.
|
Controllers/AuthController.cs#L49
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Controllers/AuthController.cs#L50
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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/EventsController.cs#L80
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#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.
|
Controllers/EventsController.cs#L101
Dereference of a possibly null reference.
|
Controllers/VideoTourController.cs#L63
Dereference of a possibly null reference.
|
Controllers/EventsController.cs#L115
Dereference of a possibly null reference.
|
Controllers/VideoTourController.cs#L76
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading