Skip to content

Pull implementation of reviews and sorting features #17

Pull implementation of reviews and sorting features

Pull implementation of reviews and sorting features #17

Triggered via pull request October 12, 2024 00:28
Status Success
Total duration 47s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: Controllers/BuildingController.cs#L60
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/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.
test: Controllers/UserController.cs#L94
Dereference of a possibly null reference.
test: Controllers/BuildingController.cs#L81
Dereference of a possibly null reference.
test: Controllers/EventsController.cs#L101
Dereference of a possibly null reference.
test: Controllers/BuildingController.cs#L95
Dereference of a possibly null reference.
test: Controllers/UserController.cs#L108
Dereference of a possibly null reference.
test: Controllers/EventsController.cs#L115
Dereference of a possibly null reference.
test: Controllers/UserController.cs#L121
Dereference of a possibly null reference.