CaffGeek/MBACNationals

View on GitHub
AzureTableHelper/AzureTableHelper.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Method GetTableNameFor has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public string GetTableNameFor(string typeName)
        {
            typeName = typeName.ToLower();
            string currentTableName;
            if (_cachedTableNames.ContainsKey(typeName))
Severity: Minor
Found in AzureTableHelper/AzureTableHelper.cs - About 1 hr to fix

    Method BackupTable has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            public string BackupTable(string typeName)
            {
                var originalTable = GetTableFor(typeName);
    
                TableContinuationToken token = null;
    Severity: Minor
    Found in AzureTableHelper/AzureTableHelper.cs - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status