Skip to content

[UI] Removed Unused Project #90

[UI] Removed Unused Project

[UI] Removed Unused Project #90

Triggered via push January 15, 2024 15:15
Status Success
Total duration 53s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
build: src/Services/Catalog/Catalog.API/Entities/Product.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Services/Catalog/Catalog.API/Entities/Product.cs#L16
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Services/Catalog/Catalog.API/Entities/Product.cs#L18
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Services/Catalog/Catalog.API/Entities/Product.cs#L20
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Services/Catalog/Catalog.API/Entities/Product.cs#L22
Non-nullable property 'ImageFile' 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/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.