v5.5.2 #106
Merged
v5.5.2 #106
Annotations
13 warnings
|
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/TextJsonPayloadSerializer.cs#L28
Possible null reference return.
|
|
Build:
src/Ev.ServiceBus/Diagnostics/ServiceBusMeter.cs#L12
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
|
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/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/TextJsonPayloadSerializer.cs#L28
Possible null reference return.
|
|
Setup .NET 6
.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.
|
|
Setup .NET 5
.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.
|
|
Setup .NET Core 3.1
.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.
|
Loading