feat : add duplicate comment exception #17
Annotations
10 warnings
build:
Src/Product.Domain/Shared/Base/BaseEntity.cs#L88
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
Src/Product.Domain/Aggregates/Product/AggregateRoot/ProductModel.cs#L10
Cannot convert null literal to non-nullable reference type.
|
build:
Src/Product.Domain/Aggregates/Product/AggregateRoot/ProductModel.cs#L11
Cannot convert null literal to non-nullable reference type.
|
build:
Src/Product.Domain/Aggregates/Product/AggregateRoot/ProductModel.cs#L12
Cannot convert null literal to non-nullable reference type.
|
build:
Src/Product.Domain/Aggregates/Product/AggregateRoot/ProductModel.cs#L8
Non-nullable property '_productComments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Src/Product.Domain/Aggregates/Product/Entities/ProductComment.cs#L7
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Src/Product.Domain/Shared/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/Shared/Base/BaseEntity.cs#L19
Possible null reference return.
|
build:
Src/Product.Domain/Aggregates/Category/AggregateRoot/CategoryModel.cs#L10
Possible null reference assignment.
|
build:
Src/Product.Domain/Aggregates/Category/AggregateRoot/CategoryModel.cs#L7
Non-nullable property 'SubCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|