mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 13:51:53 +08:00
refactor: remove ConfigureAwait when we need to go back to UIThread after it
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -44,6 +44,7 @@ namespace SourceGit.ViewModels
|
||||
var minDelay = Task.Delay(500);
|
||||
var rootDir = new DirectoryInfo(_selected.Path);
|
||||
var found = new List<string>();
|
||||
|
||||
await GetUnmanagedRepositoriesAsync(rootDir, found, new EnumerationOptions()
|
||||
{
|
||||
AttributesToSkip = FileAttributes.Hidden | FileAttributes.System,
|
||||
|
||||
Reference in New Issue
Block a user