CaffGeek/MBACNationals

View on GitHub
Web.Admin/Controllers/HistoryController.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Index has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public ActionResult Index(string year)
        {
            var connectionString = ConfigurationManager.ConnectionStrings["DefaultConnection"].ConnectionString;

            using (var con = new SqlConnection(connectionString))
Severity: Minor
Found in Web.Admin/Controllers/HistoryController.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status