fix: layout datadog iframe #90
Annotations
11 warnings
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/
|
src/Ops.Web/Ticketing/TicketsFilter.cs#L17
Dereference of a possibly null reference.
|
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.
|
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.
|
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.
|
src/Ops.Web/Pages/Ticketing.razor#L38
Unboxing a possibly null value.
|
src/Ops.Web/Pages/Ticketing.razor#L53
Unboxing a possibly null value.
|
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.
|
src/Ops.Web/Pages/Ticketing.razor.cs#L17
Non-nullable property 'TicketingOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Ops.Web/Pages/GrbJobs.razor#L39
Unboxing a possibly null value.
|
src/Ops.Web/Pages/GrbJobs.razor.cs#L18
Non-nullable property 'JobsApiProxy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading