Skip to content

Update README.md

Update README.md #39

Triggered via push September 17, 2024 19:24
Status Success
Total duration 39s
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/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.
build: Src/Product.Domain/Aggregates/Shared/ChangeHistory/AggregateRoot/ChangeHistory.cs#L9
Non-nullable property 'NewValue' 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/Shared/ChangeHistory/AggregateRoot/ChangeHistory.cs#L10
Non-nullable property 'RelatedEntityId' 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/Shared/ChangeHistory/AggregateRoot/ChangeHistory.cs#L11
Non-nullable property 'RelatedEntityType' 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/Product/AggregateRoot/ProductModel.cs#L10
Non-nullable property '_productComments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.