Fix filtering by name and description #119
Annotations
10 warnings
|
build:
TickAPI/TickAPI/TicketTypes/Models/TicketType.cs#L13
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
TickAPI/TickAPI/TicketTypes/Models/TicketType.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
TickAPI/TickAPI/TicketTypes/Models/TicketType.cs#L9
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
TickAPI/TickAPI/Addresses/Models/Address.cs#L10
Non-nullable property 'PostalCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
TickAPI/TickAPI/Addresses/Models/Address.cs#L6
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
TickAPI/TickAPI/Addresses/Models/Address.cs#L5
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
TickAPI/TickAPI/Admins/Models/Admin.cs#L7
Non-nullable property 'Login' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
TickAPI/TickAPI/Admins/Models/Admin.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
TickAPI/TickAPI/Migrations/20250525174930_resell.Designer.cs#L16
The type name 'resell' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
build:
TickAPI/TickAPI/Migrations/20250525174930_resell.cs#L8
The type name 'resell' only contains lower-cased ascii characters. Such names may become reserved for the language.
|