Skip to content

Feat/create event with categories and ticket typed #51

Feat/create event with categories and ticket typed

Feat/create event with categories and ticket typed #51

Triggered via pull request April 17, 2025 19:24
Status Success
Total duration 29s
Artifacts

dotnettest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: TickAPI/TickAPI/Program.cs#L68
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build: TickAPI/TickAPI/Program.cs#L56
Possible null reference assignment.
build: TickAPI/TickAPI/Program.cs#L55
Possible null reference assignment.
build: TickAPI/TickAPI/Tickets/Models/Ticket.cs#L11
Non-nullable property 'NameOnTicket' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TickAPI/TickAPI/Tickets/Models/Ticket.cs#L10
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TickAPI/TickAPI/Tickets/Models/Ticket.cs#L9
Non-nullable property 'Type' 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#L15
Non-nullable property 'Tickets' 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#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.