Skip to content

Update master_bookstore-mvc-gg.yml #9

Update master_bookstore-mvc-gg.yml

Update master_bookstore-mvc-gg.yml #9

Triggered via push August 17, 2024 14:09
Status Failure
Total duration 2m 1s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Bookstore.Models/ViewModels/ShoppingCartVM.cs#L11
Non-nullable property 'ShoppingCartList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bookstore.Models/ViewModels/ShoppingCartVM.cs#L12
Non-nullable property 'OrderHeader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bookstore.Utility/StripeSettings.cs#L11
Non-nullable property 'SecretKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bookstore.Models/ViewModels/ProductVM.cs#L13
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bookstore.Models/ViewModels/ProductVM.cs#L15
Non-nullable property 'CategoryList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bookstore.Utility/StripeSettings.cs#L12
Non-nullable property 'PublishableKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bookstore.Models/ViewModels/OrderVM.cs#L11
Non-nullable property 'OrderHeader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bookstore.Models/ViewModels/OrderVM.cs#L12
Non-nullable property 'OrderDetail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bookstore.Models/ShoppingCart.cs#L17
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bookstore.Models/ShoppingCart.cs#L19
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.