You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine($"Database update complete: Successfully applied {allResults.Count(r =>r.Result!="Failed")} out of {allResults.Count} changes to {targetDb.Name} after {iterationCount} iterations.");
logger.LogInformation($"Database update complete: Successfully applied {allResults.Count(r =>r.Result!="Failed")} out of {allResults.Count} changes to {targetDb.Name} after {iterationCount} iterations.");
75
75
foreach(varresultinallResults)
76
76
{
77
77
logger.LogInformation($"Successfully applied {allResults.Count(r =>r.Result!="Failed")} out of {allResults.Count} changes to {targetDb.Name}");
0 commit comments