Annotations
11 warnings
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.
|
BookStore.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.
|
BookStore.Models/ViewModels/OrderVM.cs#L6
Non-nullable property 'OrderDetail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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.
|
BookStore.Models/ViewModels/ShoppingCartVm.cs#L6
Non-nullable property 'ShoppingCartList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BookStore.Models/ViewModels/ShoppingCartVm.cs#L7
Non-nullable property 'OrderHeader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BookStore.Models/OrderDetail.cs#L14
Non-nullable property 'OrderHeader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BookStore.Models/OrderDetail.cs#L19
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BookStore.Models/Product.cs#L18
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BookStore.Models/Product.cs#L19
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
The logs for this run have expired and are no longer available.
Loading