Fix/warnings revived #256
Annotations
1 error and 10 warnings
Check code formatting
Process completed with exit code 2.
|
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/PosPurchase.cs#L13
Non-nullable property 'Purchase' 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/PosPurchase.cs#L15
Non-nullable property 'BaristaInitials' 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/MenuItemProduct.cs#L16
Non-nullable property 'MenuItem' 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/MenuItemProduct.cs#L26
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading