Skip to content

fix(bump): ci/cd new test pipeline #95

fix(bump): ci/cd new test pipeline

fix(bump): ci/cd new test pipeline #95

Triggered via push February 21, 2024 14:31
Status Success
Total duration 2m 23s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v1, actions/cache@v3, actions/setup-dotnet@v3, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/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/TicketsFilter.cs#L17
Dereference of a possibly null reference.
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/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/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.