Create appsettings.Production.json #2
Annotations
10 warnings
build:
WMS.WebUI/WMS.WebUI/Controllers/HomeController.cs#L50
'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/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.
|
build:
WMS.WebUI/WMS.WebUI/ViewModels/ProductViewModel.cs#L13
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WMS.WebUI/WMS.WebUI/ViewModels/PartnerViewModel.cs#L6
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WMS.WebUI/WMS.WebUI/ViewModels/PartnerViewModel.cs#L8
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|