onebeyond/onebeyond-studio-core

View on GitHub
src/OneBeyond.Studio.Hosting/DomainEvents/DomainEventRelayBase.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected async override Task ExecuteAsync(CancellationToken stoppingToken)
    {
        Logger.LogInformation(
            "Start relaying domain events from {RaisedDomainEventReceiverCount} domain event receiver(s)",
            _raisedDomainEventReceivers.Count);
Severity: Minor
Found in src/OneBeyond.Studio.Hosting/DomainEvents/DomainEventRelayBase.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status