refactor : adjust name spaces #8
Annotations
10 warnings
Src/Product.Domain/Base/BaseEntity.cs#L88
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Src/Product.Domain/Aggregates/ProductAggregate/ProductModel.cs#L8
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
Src/Product.Domain/Aggregates/ProductAggregate/Currency.cs#L7
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Src/Product.Domain/Aggregates/ProductAggregate/CategoryModel.cs#L10
Possible null reference assignment.
|
Src/Product.Domain/Aggregates/ProductAggregate/CategoryModel.cs#L7
Non-nullable property 'SubCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Src/Product.Domain/Aggregates/ProductAggregate/CategoryModel.cs#L13
Non-nullable property 'SubCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Src/Product.Domain/Base/BaseEntity.cs#L19
Possible null reference return.
|
Src/Product.Domain/Base/BaseEntity.cs#L34
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
|
Src/Product.Domain/Base/BaseEntity.cs#L40
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
|
The logs for this run have expired and are no longer available.
Loading