Skip to content

fix: datetime issues ticketing #130

fix: datetime issues ticketing

fix: datetime issues ticketing #130

Triggered via push September 9, 2024 12:31
Status Success
Total duration 1m 54s
Artifacts

build.yml

on: push
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/Program.cs#L27
'Program.Program()': 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/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.