Change the connection string parser inside the ConnectionSettings class to prevent reinventing the wheel #168
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/Diagnostics/ServiceBusMeter.cs#L13
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
|
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.
|