v5.5.1 #105
Merged
v5.5.1 #105
Annotations
13 warnings
|
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.
|
|
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.
|
|
src/Ev.ServiceBus/TextJsonPayloadSerializer.cs#L28
Possible null reference return.
|
|
src/Ev.ServiceBus/Diagnostics/ServiceBusMeter.cs#L13
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
|
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)'.
|
|
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)'.
|
|
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.
|
|
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.
|
|
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.
|
|
src/Ev.ServiceBus/TextJsonPayloadSerializer.cs#L28
Possible null reference return.
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading