feat : add valueObject #3
Annotations
10 warnings
Src/Product.Domain/Entities/ProductModel.cs#L6
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Src/Product.Domain/Entities/CategoryModel.cs#L9
Possible null reference assignment.
|
Src/Product.Domain/Entities/CategoryModel.cs#L5
Non-nullable property 'SubCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Src/Product.Domain/Entities/CategoryModel.cs#L12
Non-nullable property 'SubCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Src/Product.Domain/Entities/BaseModel.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Src/Product.Domain/Entities/ProductModel.cs#L6
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Src/Product.Domain/Entities/CategoryModel.cs#L9
Possible null reference assignment.
|
Src/Product.Domain/Entities/CategoryModel.cs#L5
Non-nullable property 'SubCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Src/Product.Domain/Entities/CategoryModel.cs#L12
Non-nullable property 'SubCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Src/Product.Domain/Entities/BaseModel.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading