Skip to content

Shopping cart

Shopping cart #109

Triggered via pull request May 23, 2025 21:35
Status Failure
Total duration 35s
Artifacts

dotnettest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
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/Program.cs#L185
Possible null reference argument for parameter 'configuration' in 'ConnectionMultiplexer ConnectionMultiplexer.Connect(string configuration, TextWriter? log = null)'.
build: TickAPI/TickAPI/Program.cs#L83
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build: TickAPI/TickAPI/Program.cs#L71
Possible null reference assignment.
build: TickAPI/TickAPI/Program.cs#L70
Possible null reference assignment.