Skip to content

Update DependencyInjection.cs #12

Update DependencyInjection.cs

Update DependencyInjection.cs #12

Triggered via push August 18, 2024 14:16
Status Success
Total duration 32s
Artifacts

build.yml

on: push

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/Transaction/TransactionViewModel.cs#L9
Non-nullable property 'Partner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: WMS.WebUI/WMS.WebUI/ViewModels/Transaction/TransactionViewModel.cs#L12
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: WMS.WebUI/WMS.WebUI/ViewModels/Transaction/CreateTransactionViewModel.cs#L17
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: WMS.WebUI/WMS.WebUI/ViewModels/SupplyViewModel.cs#L13
Non-nullable property 'Supplier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: WMS.WebUI/WMS.WebUI/ViewModels/SupplyViewModel.cs#L15
Non-nullable property 'SupplyItems' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: WMS.WebUI/WMS.WebUI/ViewModels/SaleViewModel.cs#L12
Non-nullable property 'Customer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: WMS.WebUI/WMS.WebUI/ViewModels/SaleViewModel.cs#L15
Non-nullable property 'SaleItems' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.