Skip to content

fix: deal with 429 and extra logging #131

fix: deal with 429 and extra logging

fix: deal with 429 and extra logging #131

Triggered via pull request October 24, 2024 06:56
Status Success
Total duration 1m 37s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/Ops.Tickets.Console/TicketRecord.cs#L10
'TicketRecord.TicketRecord()': new protected member declared in sealed type
Build: src/Ops.Tickets.Console/TicketRecord.cs#L36
'TicketErrorRecord.TicketErrorRecord()': new protected member declared in sealed type
Build: src/Ops.Tickets.Console/Program.cs#L28
'Program.Program()': new protected member declared in sealed type
Build: src/Ops.Tickets.Console/TicketRecord.cs#L66
Non-nullable property 'Json' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Tickets.Console/TicketRecord.cs#L60
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Tickets.Console/TicketRecord.cs#L61
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Tickets.Console/TicketRecord.cs#L36
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Tickets.Console/TicketRecord.cs#L36
Non-nullable property 'TicketUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Tickets.Console/TicketRecord.cs#L36
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Tickets.Console/TicketRecord.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.