[UI] Dockerization #91
Annotations
10 warnings
build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L9
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L10
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L11
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L12
Non-nullable property 'AddressLine' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L13
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Services/Discount/Discount.API/Entities/Coupon.cs#L6
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Services/Discount/Discount.API/Entities/Coupon.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Services/Discount/Discount.API/Extensions/HostExtensions.cs#L9
Nullable value type may be null.
|
build:
src/Services/Catalog/Catalog.API/Entities/Product.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|