Cleanup Products API v2 endpoints #11
Annotations
10 warnings
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/Entities/User.cs#L15
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/User.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/User.cs#L41
Non-nullable property 'Programme' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/Ticket.cs#L21
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/Ticket.cs#L26
Non-nullable property 'Purchase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/Statistic.cs#L71
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/Purchase.cs#L26
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/Purchase.cs#L38
Non-nullable property 'Product' 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