Skip to content

build: fix build

build: fix build #41

Triggered via push August 14, 2023 15:19
Status Failure
Total duration 2m 11s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Build
Process completed with exit code 1.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build: src/Ops.Web/Ticketing/TicketsFilter.cs#L17
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/Pages/Ticketing.razor#L38
Unboxing a possibly null value.
Build: src/Ops.Web/Pages/Ticketing.razor.cs#L16
Non-nullable property 'TicketingApiProxy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Web/Pages/Ticketing.razor.cs#L19
Non-nullable property 'TicketingOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Web/Pages/Ticketing.razor.cs#L24
Non-nullable property 'TicketsFilter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/JobsOptions.cs#L6
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.