onebeyond/onebeyond-studio-core

View on GitHub
src/OneBeyond.Studio.Crosscuts/DynamicProxy/InterceptorBase.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Method Intercept has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    void IInterceptor.Intercept(IInvocation invocation)
    {
        EnsureArg.IsNotNull(invocation, nameof(invocation));

        PreExecute(invocation);
Severity: Major
Found in src/OneBeyond.Studio.Crosscuts/DynamicProxy/InterceptorBase.cs - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status