onebeyond/onebeyond-studio-core

View on GitHub
src/OneBeyond.Studio.DataAccess.EFCore/DomainEvents/RelationalDbRaisedDomainEventReceiver.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status