Updated IMessagePublisher and Dispatch contract to allow for setting … #111
Annotations
14 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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#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.
|
|
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