Skip to content

Change the connection string parser inside the ConnectionSettings class to prevent reinventing the wheel #168

Change the connection string parser inside the ConnectionSettings class to prevent reinventing the wheel

Change the connection string parser inside the ConnectionSettings class to prevent reinventing the wheel #168

Triggered via pull request November 24, 2025 18:21
Status Success
Total duration 3m 49s
Artifacts

pr-gate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build: src/Ev.ServiceBus/Reception/MessageReceptionHandler.cs#L82
Possible null reference argument for parameter 'clientType' in 'void ServiceBusMeter.RecordDeliveryCount(int value, string clientType, string resourceId, string? payloadTypeId)'.
build: src/Ev.ServiceBus/TextJsonPayloadSerializer.cs#L28
Possible null reference return.
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/Dispatch/DispatchSender.cs#L195
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#L194
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#L192
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/Reception/MessageReceptionHandler.cs#L83
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#L82
Possible null reference argument for parameter 'clientType' in 'void ServiceBusMeter.RecordDeliveryCount(int value, string clientType, string resourceId, string? payloadTypeId)'.
build: src/Ev.ServiceBus/TextJsonPayloadSerializer.cs#L28
Possible null reference return.
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.