chore(#458163,#458177): add net10.0 target framework and bump to 5.8.0#117
Merged
benspeth merged 4 commits intoJul 23, 2026
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/setup-dotnet@v1. 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#L82
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#L81
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.
|
background
wait
wait-all
cancel
parallel
Loading