Skip to content

fix: suppress APM error events for receive-loop cancellations during shutdown (5.7.5) #195

fix: suppress APM error events for receive-loop cancellations during shutdown (5.7.5)

fix: suppress APM error events for receive-loop cancellations during shutdown (5.7.5) #195

Triggered via pull request June 18, 2026 14:16
Status Success
Total duration 3m 56s
Artifacts

pr-gate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: src/Ev.ServiceBus.Prometheus/ServicebusPrometheusExporter.cs#L50
Argument of type 'string?[]' cannot be used for parameter 'labelValues' of type 'string[]' in 'Child Collector<Child>.WithLabels(params string[] labelValues)' due to differences in the nullability of reference types.
build: src/Ev.ServiceBus/Reception/MessageReceptionHandler.cs#L82
Possible null reference argument for parameter 'resourceId' in 'void ServiceBusMeter.RecordDeliveryCount(int value, string clientType, string resourceId, string? payloadTypeId)'.
build: src/Ev.ServiceBus/Reception/MessageReceptionHandler.cs#L81
Possible null reference argument for parameter 'clientType' in 'void ServiceBusMeter.RecordDeliveryCount(int value, string clientType, string resourceId, string? payloadTypeId)'.
build: src/Ev.ServiceBus/Dispatch/DispatchSender.cs#L207
Non-nullable property 'Sender' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Ev.ServiceBus/Dispatch/DispatchSender.cs#L206
Non-nullable property 'ResourceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Ev.ServiceBus/Dispatch/DispatchSender.cs#L204
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Ev.ServiceBus/TextJsonPayloadSerializer.cs#L28
Possible null reference return.
build: src/Ev.ServiceBus.Abstractions/MessageHelper.cs#L95
Possible null reference assignment.
build: src/Ev.ServiceBus.Abstractions/MessageHelper.cs#L46
Dereference of a possibly null reference.
build
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.