CaffGeek/MBACNationals

View on GitHub
Web.Admin/App_Start/RouteConfig.cs

Summary

Maintainability
B
5 hrs
Test Coverage

Method RegisterRoutes has 139 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static void RegisterRoutes(RouteCollection routes)
        {
            routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
            routes.IgnoreRoute("AdminAppV2");
Severity: Major
Found in Web.Admin/App_Start/RouteConfig.cs - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status