Skip to content

compile-and-test

compile-and-test #5

Manually triggered October 22, 2023 15:02
Status Success
Total duration 2m 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

compile-and-test-fast-feedback.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: catalog/Controllers/ArtistController.cs#L12
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.
build: catalog/Controllers/ArtistController.cs#L21
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.
build: catalog/Controllers/ArtistController.cs#L29
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.
build: catalog/Controllers/ArtistController.cs#L38
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.
build: catalog/Controllers/ArtistController.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.
build: End2EndTests/Damp/GloboticketUITests-Damp.cs#L10
Non-nullable field 'driver' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: End2EndTests/Solid/GloboticketUITests-solid.cs#L10
Non-nullable field 'driver' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: End2EndTests/Solid/Customer.cs#L42
Non-nullable property 'email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: End2EndTests/Solid/Customer.cs#L44
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: End2EndTests/Solid/Customer.cs#L45
Non-nullable property 'street' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.