Skip to content

Merge pull request #60 from Purdue-ACM-SIGAPP/add-auth-events #82

Merge pull request #60 from Purdue-ACM-SIGAPP/add-auth-events

Merge pull request #60 from Purdue-ACM-SIGAPP/add-auth-events #82

Triggered via push February 12, 2025 01:10
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: Program.cs#L66
Dereference of a possibly null reference.
test: 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.
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/EventsController.cs#L81
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/EventsController.cs#L112
Dereference of a possibly null reference.
test: Controllers/VideoTourController.cs#L76
Dereference of a possibly null reference.
test: Controllers/BuildingController.cs#L144
Dereference of a possibly null reference.