Skip to content

feat : add price and currency valueObjects #5

feat : add price and currency valueObjects

feat : add price and currency valueObjects #5

Triggered via push October 28, 2023 19:27
Status Success
Total duration 47s
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/ValueObjects/Currency.cs#L5
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/ValueObjects/Price.cs#L10
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/Entities/CategoryModel.cs#L8
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#L11
Non-nullable property 'SubCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/ValueObjects/Ip.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/Entities/BaseModel.cs#L24
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
build: Src/Product.Domain/Entities/BaseModel.cs#L30
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
build: Src/Product.Domain/Entities/BaseModel.cs#L36
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.