create endpoints to add, update, and deactivate a product #334
Annotations
10 warnings
coffeecard/CoffeeCard.Models/DataTransferObjects/v2/Voucher/IssueVoucherResponse.cs#L23
Non-nullable property 'VoucherCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/DataTransferObjects/v2/Voucher/IssueVoucherResponse.cs#L35
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/PosPurchase.cs#L13
Non-nullable property 'Purchase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/PosPurchase.cs#L15
Non-nullable property 'BaristaInitials' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/DataTransferObjects/CoffeeCard/CoffeeCard.cs#L31
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/DataTransferObjects/v2/Ticket/UsedTicketResponse.cs#L49
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/Voucher.cs#L12
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/Voucher.cs#L26
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/DataTransferObjects/v2/Voucher/IssueVoucherRequest.cs#L39
Non-nullable property 'VoucherPrefix' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/DataTransferObjects/v2/Voucher/IssueVoucherRequest.cs#L46
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading