Skip to content

Media files

Media files #58

Triggered via pull request December 4, 2024 01:21
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test: HasScopeHandler.cs#L15
Dereference of a possibly null reference.
test: 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.
test: 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.
test: Controllers/VideoTourController.cs#L47
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/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.
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/EventsController.cs#L101
Dereference of a possibly null reference.
test: Controllers/VideoTourController.cs#L94
Dereference of a possibly null reference.
test: Controllers/EventsController.cs#L115
Dereference of a possibly null reference.
test: Controllers/VideoTourController.cs#L107
Dereference of a possibly null reference.