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
Logger.LogWarning("Retrieving directories for path '{Path}' and last path part '{LastPathPart}'",path,GetLastPathPart(path));
482
-
483
-
foreach(vardirectoryindirectoryList.Files)
484
-
{
485
-
Logger.LogInformation("Found directory '{DirectoryId}' with path '{DirectoryPath}'; trashed: {Trashed}",directory.Id,directory.Name,directory.Trashed);
486
-
}
487
-
488
-
Logger.LogWarning("Finished retrieving {DirectoryCount} directories for path '{Path}' and last path part '{LastPathPart}'",directoryList.Files.Count,path,GetLastPathPart(path));
489
-
490
466
foreach(vardirectoryindirectoryList.Files)
491
467
{
492
468
try
493
469
{
494
-
Logger.LogWarning("Start resolving absolute path for directory '{DirectoryId}' with path '{DirectoryPath}'",directory.Id,directory.Name);
0 commit comments