feat : add valueObject #3
Annotations
10 warnings
build:
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.
|
build:
Src/Product.Domain/Entities/CategoryModel.cs#L9
Possible null reference assignment.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
Src/Product.Domain/Entities/CategoryModel.cs#L9
Possible null reference assignment.
|
build:
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.
|
build:
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.
|
build:
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.
|