Skip to content

Update Tests.yml

Update Tests.yml #20

Triggered via push January 7, 2024 11:35
Status Success
Total duration 1m 53s
Billable time 2m
Artifacts

Tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: crs/Services/Identity/Identity.Domain/UserAggregate/User.cs#L15
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Identity/Identity.Domain/UserAggregate/User.cs#L15
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Identity/Identity.Domain/UserAggregate/User.cs#L15
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Identity/Identity.Domain/UserAggregate/User.cs#L15
Non-nullable property 'PasswordHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Identity/Identity.Domain/UserAggregate/User.cs#L15
Non-nullable property 'PasswordSalt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: crs/Services/Identity/Identity.Domain/UserAggregate/User.cs#L15
Non-nullable property 'EmailConfirmationToken' 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.