Skip to content

Develop

Develop #22

Triggered via pull request January 7, 2024 11:36
Status Failure
Total duration 1m 19s
Billable time 2m
Artifacts

Tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Failed test were found and 'fail-on-error' option is set to true
build: crs/Services/Catalog/Catalog.Domain/SellerAggregate/Seller.cs#L9
Non-nullable property 'SellerName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Catalog/Catalog.Domain/SellerAggregate/Seller.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Catalog/Catalog.Domain/SellerAggregate/Seller.cs#L9
Non-nullable property 'Products' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Catalog/Catalog.Domain/ProductAggregate/Product.cs#L14
Non-nullable property 'Sku' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Catalog/Catalog.Domain/ProductAggregate/Product.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Catalog/Catalog.Domain/ProductAggregate/Product.cs#L14
Non-nullable property 'Price' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Catalog/Catalog.Domain/ProductAggregate/Product.cs#L14
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Catalog/Catalog.Domain/ProductAggregate/Product.cs#L14
Non-nullable property 'Seller' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Catalog/Catalog.Domain/ProductAggregate/Product.cs#L14
Non-nullable property 'Brand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Catalog/Catalog.Domain/ProductAggregate/Product.cs#L14
Non-nullable property 'ProductImage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.