Skip to content

fix: last 3 days open tickets filter #118

fix: last 3 days open tickets filter

fix: last 3 days open tickets filter #118

Triggered via push March 29, 2024 08:16
Status Success
Total duration 2m 13s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/Ops.Web/Ticketing/TicketsFilter.cs#L18
Dereference of a possibly null reference.
Build: src/Ops.Web/Jobs/JobsOptions.cs#L5
Non-nullable property 'ApiUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Web/Jobs/JobsFilter.cs#L18
Dereference of a possibly null reference.
Build: src/Ops.Web/Ticketing/TicketingOptions.cs#L8
Non-nullable property 'MonitoringUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Web/Ticketing/TicketingOptions.cs#L11
Non-nullable property 'TicketingServiceUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Web/Ticketing/TicketingOptions.cs#L14
Non-nullable property 'PublicApiTicketingUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Web/Components/Dialog.razor.cs#L8
Non-nullable property 'Caption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Web/Components/Dialog.razor.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Web/Jobs/AuthOptions.cs#L5
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Web/Jobs/AuthOptions.cs#L6
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.