Promact/slack-erp-custom-integration-mvc

View on GitHub
Slack.Automation/Promact.Erp.Web/App_Start/Startup.Auth.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Method ConfigureAuth has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public void ConfigureAuth(IAppBuilder app, IComponentContext context)
        {
            _environmentVariable = context.Resolve<IEnvironmentVariableRepository>();
            _oAuthLoginRepository = context.Resolve<IOAuthLoginRepository>();
            _stringConstantRepository = context.Resolve<IStringConstantRepository>();
Severity: Major
Found in Slack.Automation/Promact.Erp.Web/App_Start/Startup.Auth.cs - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status