Skip to content

Update README.md

Update README.md #38

Triggered via push September 17, 2024 19:12
Status Success
Total duration 41s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Src/Product.Domain/Shared/Base/BaseEntity.cs#L91
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: Src/Product.Domain/Shared/ValueObjects/Ip.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build: Src/Product.Domain/Shared/Base/BaseEntity.cs#L22
Possible null reference return.
build: Src/Product.Domain/Shared/Base/BaseEntity.cs#L37
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
build: Src/Product.Domain/Shared/Base/BaseEntity.cs#L43
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
build: Src/Product.Domain/Shared/Base/BaseEntity.cs#L49
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
build: Src/Product.Domain/Aggregates/Shared/ChangeHistory/AggregateRoot/ChangeHistory.cs#L8
Non-nullable property 'OldValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.