Skip to content

feat: add test project #29

feat: add test project

feat: add test project #29

Triggered via pull request August 14, 2023 13:15
@emalfroyemalfroy
synchronize #12
add-tests
Status Failure
Total duration 2m 3s
Artifacts

build.yml

on: pull_request
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/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#L15
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#L12
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#L15
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#L20
Non-nullable property 'TicketsFilter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Web/Pages/GrbJobs.razor#L40
Unboxing a possibly null value.
Build: src/Ops.Web/Pages/GrbJobs.razor.cs#L12
Non-nullable property 'JobsApiProxy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.