Skip to content

feat: add create product command #18

feat: add create product command

feat: add create product command #18

Triggered via push February 25, 2024 14:32
Status Success
Total duration 41s
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.Application/Product/Commands/CreateProduct/CreateProductCommand.cs#L9
Cannot convert null literal to non-nullable reference type.
build: Src/Product.Application/Product/Commands/CreateProduct/CreateProductCommand.cs#L10
Cannot convert null literal to non-nullable reference type.
build: Src/Product.Domain/Shared/Base/BaseEntity.cs#L88
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: Src/Product.Domain/Aggregates/Product/AggregateRoot/ProductModel.cs#L10
Cannot convert null literal to non-nullable reference type.
build: Src/Product.Domain/Aggregates/Product/AggregateRoot/ProductModel.cs#L11
Cannot convert null literal to non-nullable reference type.
build: Src/Product.Domain/Aggregates/Product/AggregateRoot/ProductModel.cs#L12
Cannot convert null literal to non-nullable reference type.
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/Aggregates/Product/AggregateRoot/ProductModel.cs#L8
Non-nullable property '_productComments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/Category/AggregateRoot/CategoryModel.cs#L10
Possible null reference assignment.