compile-and-test #5
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
build
2m 13s
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.
|