Introduce IsPerk property on Products (#207) #107
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/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.
|
coffeecard/CoffeeCard.Models/DataTransferObjects/v2/Voucher/IssueVoucherRequest.cs#L53
Non-nullable property 'Requester' 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/User/UserResponse.cs#L38
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/DataTransferObjects/v2/User/UserResponse.cs#L46
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/DataTransferObjects/v2/User/UserResponse.cs#L70
Non-nullable property 'Programme' 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