Merge pull request #3 from tungcbh/feat/multiImage #2
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
Bulky.Models/ApplicationUser.cs#L23
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Bulky.Models/ViewModels/ShoppingCartVM.cs#L5
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:
Bulky.Models/ViewModels/ShoppingCartVM.cs#L6
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/ViewModels/RoleManagementVM.cs#L7
Non-nullable property 'ApplicationUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Bulky.Models/ViewModels/RoleManagementVM.cs#L8
Non-nullable property 'RoleList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Bulky.Models/ViewModels/RoleManagementVM.cs#L9
Non-nullable property 'CompanyList' 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#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/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/ViewModels/OrderVM.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/ViewModels/OrderVM.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.
|