Skip to content

refactor(genericRepository) : add T constraints #24

refactor(genericRepository) : add T constraints

refactor(genericRepository) : add T constraints #24

Triggered via push March 20, 2024 14:40
Status Success
Total duration 46s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/Aggregates/Product/AggregateRoot/ProductModel.cs#L10
Non-nullable property '_productComments' must contain a non-null value when exiting constructor. Consider 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 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/Shared/Base/BaseEntity.cs#L22
Possible null reference return.
build: Src/Product.Domain/Aggregates/Product/Entities/ProductComment.cs#L7
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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)'.