Skip to content

Update Tests.yml

Update Tests.yml #8

Triggered via push January 6, 2024 21:04
Status Failure
Total duration 45s
Billable time 1m
Artifacts

Tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: crs/Services/Catalog/Catalog.Domain/CategoryAggregate/Category.cs#L8
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/CategoryAggregate/Category.cs#L8
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.
build: crs/Services/Catalog/Catalog.Domain/ProductAggregate/Product.cs#L14
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.