fix: use message receiver io processor to correctly stop message pump during circuit breaker #634
Annotations
13 warnings
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Analyze (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Analyze (csharp):
src/Arcus.Messaging.Tests.Workers.ServiceBus/Fixture/MessageCorrelationInfoJsonConverter.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze (csharp):
src/Arcus.Messaging.Tests.Workers.ServiceBus/Fixture/MessageCorrelationInfoJsonConverter.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze (csharp):
src/Arcus.Messaging.Tests.Workers.ServiceBus/Fixture/MessageCorrelationInfoJsonConverter.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze (csharp):
src/Arcus.Messaging.Tests.Integration/MessagePump/EventHubsMessagePumpTests.cs#L83
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Arcus.Messaging.Abstractions.MessageHandling.MessageCorrelationFormat)2' is not covered.
|
Analyze (csharp):
src/Arcus.Messaging.Tests.Integration/MessagePump/ServiceBusMessagePumpTests.cs#L102
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Arcus.Messaging.Abstractions.MessageHandling.MessageCorrelationFormat)2' is not covered.
|
Analyze (csharp):
src/Arcus.Messaging.Tests.Integration/MessagePump/ServiceBusMessagePump.ResiliencyTests.cs#L265
Field 'TemporaryTopicSubscription._serviceBusNamespace' is never assigned to, and will always have its default value null
|
Analyze (csharp):
src/Arcus.Messaging.Tests.Unit/ServiceBus/ProcessMessageEventArgsExtensionsTests.cs#L24
'ProcessMessageEventArgsExtensions.GetServiceBusReceiver(ProcessMessageEventArgs)' is obsolete: 'Service Bus receiver is used internally instead, no need to go via the processor'
|
Analyze (csharp):
src/Arcus.Messaging.Tests.Workers.ServiceBus/Fixture/MessageCorrelationInfoJsonConverter.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze (csharp):
src/Arcus.Messaging.Tests.Workers.ServiceBus/Fixture/MessageCorrelationInfoJsonConverter.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze (csharp):
src/Arcus.Messaging.Tests.Workers.ServiceBus/Fixture/MessageCorrelationInfoJsonConverter.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|