lesson exercises #3
Annotations
10 warnings
build:
WMS.WebUI/WMS.WebUI/Controllers/HomeController.cs#L52
'HomeController.NotFound()' hides inherited member 'ControllerBase.NotFound()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
WMS.WebUI/WMS.WebUI/ViewModels/SupplyViewModel.cs#L11
Non-nullable property 'Supplier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WMS.WebUI/WMS.WebUI/ViewModels/SupplyViewModel.cs#L13
Non-nullable property 'SupplyItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WMS.WebUI/WMS.WebUI/ViewModels/SaleViewModel.cs#L10
Non-nullable property 'Customer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WMS.WebUI/WMS.WebUI/ViewModels/SaleViewModel.cs#L13
Non-nullable property 'SaleItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WMS.WebUI/WMS.WebUI/ViewModels/RegisterViewModel.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WMS.WebUI/WMS.WebUI/ViewModels/RegisterViewModel.cs#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WMS.WebUI/WMS.WebUI/ViewModels/RegisterViewModel.cs#L19
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WMS.WebUI/WMS.WebUI/ViewModels/ProductViewModel.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WMS.WebUI/WMS.WebUI/ViewModels/ProductViewModel.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|