Skip to content

Update main_pmsys.yml #8

Update main_pmsys.yml

Update main_pmsys.yml #8

Re-run triggered August 29, 2024 18:57
Status Success
Total duration 2m 41s
Billable time 3m
Artifacts 1

main_pmsys.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: ProductManagement.Models/Product.cs#L14
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ProductManagement.Models/Product.cs#L19
Non-nullable property 'category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ProductManagement.DAL/ProductDAL.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: ProductManagement.DAL/ProductDAL.cs#L45
Possible null reference return.
build: ProductManagement/Controllers/ProductController.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: ProductManagement/Controllers/ProductController.cs#L82
Possible null reference argument for parameter 'product' in 'Task ProductService.DeleteProductAsync(Product product)'.
build: ProductManagement/Controllers/ProductController.cs#L90
Converting null literal or possible null value to non-nullable type.
build: ProductManagement/Controllers/ProductController.cs#L111
Converting null literal or possible null value to non-nullable type.
build: ProductManagement.Models/Product.cs#L14
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ProductManagement.Models/Product.cs#L19
Non-nullable property 'category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
Pmsys-artifact Expired
36.9 MB