Update README.md #38
Annotations
11 warnings
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/
|
Src/Product.Domain/Shared/Base/BaseEntity.cs#L91
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
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.
|
Src/Product.Domain/Aggregates/Category/AggregateRoot/CategoryModel.cs#L10
Possible null reference assignment.
|
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.
|
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.
|
Src/Product.Domain/Shared/Base/BaseEntity.cs#L22
Possible null reference return.
|
Src/Product.Domain/Shared/Base/BaseEntity.cs#L37
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
|
Src/Product.Domain/Shared/Base/BaseEntity.cs#L43
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
|
Src/Product.Domain/Shared/Base/BaseEntity.cs#L49
Possible null reference argument for parameter 'ip' in 'Ip.Ip(string ip)'.
|
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.
|
This job succeeded
Loading