onebeyond/onebeyond-studio-core

View on GitHub
src/OneBeyond.Studio.Application.SharedKernel/IntegrationEvents/MQBasedIntegrationEventReceiver.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method RunAsync has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public Task RunAsync(
        Func<IntegrationEvent, CancellationToken, Task> processAsync,
        CancellationToken cancellationToken)
    {
        EnsureArg.IsNotNull(processAsync, nameof(processAsync));

    There are no issues that match your filters.

    Category
    Status