Fix/warnings revived #257
Annotations
10 warnings
Build CoffeeCard solution:
coffeecard/CoffeeCard.Generators/Builder/BuilderGenerator.cs#L28
Dereference of a possibly null reference.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Generators/Builder/BuilderGenerator.cs#L27
Converting null literal or possible null value to non-nullable type.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Generators/Builder/BuilderGenerator.cs#L29
Possible null reference argument for parameter 'entity' in 'string BuilderGenerator.GenerateBuilderCode(INamedTypeSymbol typeSymbol, ITypeSymbol entity)'.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Models/Entities/MenuItem.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Models/Entities/MenuItem.cs#L28
Non-nullable property 'AssociatedProducts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Models/Entities/MenuItem.cs#L33
Non-nullable property 'MenuItemProducts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Models/Entities/Voucher.cs#L26
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Models/Entities/Voucher.cs#L63
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Models/DataTransferObjects/v2/Voucher/IssueVoucherRequest.cs#L39
Non-nullable property 'VoucherPrefix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Models/DataTransferObjects/v2/Voucher/IssueVoucherRequest.cs#L46
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading