AzureTableHelper/AzureTableHelper.cs
Method GetTableNameFor
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public string GetTableNameFor(string typeName)
{
typeName = typeName.ToLower();
string currentTableName;
if (_cachedTableNames.ContainsKey(typeName))
Method BackupTable
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public string BackupTable(string typeName)
{
var originalTable = GetTableFor(typeName);
TableContinuationToken token = null;