CaffGeek/MBACNationals

View on GitHub
Edument.CQRS/MessageDispatcher.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ScanAssembly has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public void ScanAssembly(Assembly ass)
        {
            // Scan for and register handlers.
            var handlers = 
                from t in ass.GetTypes()
Severity: Minor
Found in Edument.CQRS/MessageDispatcher.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status