Skip to content

Merge branch 'main' of https://github.com/gritNgo/Decibels_MVC #11

Merge branch 'main' of https://github.com/gritNgo/Decibels_MVC

Merge branch 'main' of https://github.com/gritNgo/Decibels_MVC #11

Triggered via push August 14, 2024 17:14
Status Failure
Total duration 2m 44s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: Decibels.DataAccess/DbInitializer/DbInitializer.cs#L73
The name 'adminEmail' does not exist in the current context
build: Decibels.DataAccess/DbInitializer/DbInitializer.cs#L73
The name 'adminEmail' does not exist in the current context
build
Process completed with exit code 1.
build: Decibels.Models/ApplicationUser.cs#L17
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: Decibels.Models/ApplicationUser.cs#L27
Non-nullable property 'Company' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Decibels.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.
build: Decibels.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.
build: Decibels.Models/ViewModels/OrderVM.cs#L11
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: Decibels.Models/ViewModels/OrderVM.cs#L12
Non-nullable property 'OrderDetail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Decibels.Models/Company.cs#L17
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: Decibels.Models/Company.cs#L18
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Decibels.Models/Company.cs#L19
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Decibels.Models/Company.cs#L20
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.