Skip to content

feat : add valueObject #3

feat : add valueObject

feat : add valueObject #3

Triggered via push October 28, 2023 18:53
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.