Skip to content

Add or update the Azure App Service build and deployment workflow config #1

Add or update the Azure App Service build and deployment workflow config

Add or update the Azure App Service build and deployment workflow config #1

Triggered via push August 31, 2024 16:36
Status Failure
Total duration 3m 8s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Bulky.Models/ApplicationUser.cs#L11
'ApplicationUser.Id' hides inherited member 'IdentityUser<string>.Id'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Bulky.Models/ViewModels/ProductVM.cs#L8
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: Bulky.Models/Product.cs#L12
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: Bulky.Models/ViewModels/ProductVM.cs#L10
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: Bulky.Models/Product.cs#L14
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bulky.Models/Product.cs#L17
Non-nullable property 'ISBN' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bulky.Models/ViewModels/OrderHeaderVM.cs#L5
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: Bulky.Models/Category.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bulky.Models/Product.cs#L20
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Bulky.Models/ViewModels/OrderHeaderVM.cs#L6
Non-nullable property 'OrderDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.