Skip to content

Merge pull request #20 from Akbar98796/develop #4

Merge pull request #20 from Akbar98796/develop

Merge pull request #20 from Akbar98796/develop #4

Triggered via push January 6, 2024 14:28
Status Success
Total duration 1m 3s
Billable time 1m
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/ProductAggregate/Product.cs#L14
Non-nullable property 'Sku' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.