Skip to content

Update Tests.yml

Update Tests.yml #10

Triggered via push January 6, 2024 21:25
Status Failure
Total duration 1m 20s
Billable time 2m
Artifacts

Tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
HttpError: Resource not accessible by integration
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/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/BrandAggregate/Brand.cs#L26
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/BrandAggregate/Brand.cs#L26
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Catalog/Catalog.Domain/BrandAggregate/Brand.cs#L26
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.