feat: add product controller #36
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 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 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 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 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 declaring the property as nullable.
|