refactor : restructure the project #7
Annotations
10 warnings
build:
Src/Product.Domain/Base/BaseEntity.cs#L91
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
Src/Product.Domain/Base/BaseEntity.cs#L22
Possible null reference return.
|
build:
Src/Product.Domain/Aggregates/ProductAggregate/Price.cs#L11
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Src/Product.Domain/Base/BaseEntity.cs#L37
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
|
build:
Src/Product.Domain/Base/BaseEntity.cs#L43
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
|
build:
Src/Product.Domain/Aggregates/ProductAggregate/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/Base/BaseEntity.cs#L49
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
|
build:
Src/Product.Domain/Aggregates/ProductAggregate/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/Aggregates/ProductAggregate/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/Aggregates/ProductAggregate/CategoryModel.cs#L8
Possible null reference assignment.
|