onebeyond/onebeyond-studio-core

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

Summary

Maintainability
A
2 hrs
Test Coverage

Method ExtractIntegrationEventTypes has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private static IReadOnlyDictionary<string, List<IntegrationEventType>> ExtractIntegrationEventTypes(
        IReadOnlyCollection<Assembly> integrationEventAssemblies)
    {
        var integrationEventTypes = integrationEventAssemblies
            .SelectMany((assembly) => assembly.GetTypes())

    There are no issues that match your filters.

    Category
    Status