Skip to content

Feat/ticket detaild #89

Feat/ticket detaild

Feat/ticket detaild #89

Triggered via pull request May 3, 2025 13:09
Status Success
Total duration 31s
Artifacts

dotnettest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: TickAPI/TickAPI/Program.cs#L168
Possible null reference argument for parameter 'configuration' in 'ConnectionMultiplexer ConnectionMultiplexer.Connect(string configuration, TextWriter? log = null)'.
build: TickAPI/TickAPI/Program.cs#L75
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build: TickAPI/TickAPI/Program.cs#L63
Possible null reference assignment.
build: TickAPI/TickAPI/Program.cs#L62
Possible null reference assignment.
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.
build: TickAPI/TickAPI/Tickets/Controllers/TicketsController.cs#L9
The using directive for 'TickAPI.Tickets.DTOs.Response' appeared previously in this namespace
build: TickAPI/TickAPI/Tickets/Controllers/TicketsController.cs#L8
The using directive for 'TickAPI.Tickets.Abstractions' appeared previously in this namespace