Skip to content

refactor : restructure the project #9

refactor : restructure the project

refactor : restructure the project #9

Triggered via push January 11, 2024 07:11
Status Success
Total duration 2m 26s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Src/Product.Domain/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/ValueObjects/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/Aggregates/Product/ValueObjects/Currency.cs#L7
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/Aggregates/Product/AggregateRoot/ProductModel.cs#L8
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#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.
build: Src/Product.Domain/Aggregates/Category/AggregateRoot/CategoryModel.cs#L13
Non-nullable property 'SubCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/Base/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/Base/BaseEntity.cs#L34
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.