Skip to content

Commit

Permalink
Revert "Testing if analyzers cause the build to break"
Browse files Browse the repository at this point in the history
This reverts commit 07ae860.
  • Loading branch information
Piedone committed Dec 31, 2021
1 parent 07ae860 commit 8feda54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async Task<ILogWatcherSettings> ILogWatcherSettingsAccessor.GetSettingsAsync()
// https://devblogs.microsoft.com/premier-developer/asynchronous-and-multithreaded-programming-within-vs-using-the-joinabletaskfactory/
// "The implementation of async methods you call (such as DoSomethingAsync or SaveWorkToDiskAsync) does not
// impact the thread of the calling method.")
await ThreadHelper.JoinableTaskFactory.SwitchToMainThreadAsync();
await ThreadHelper.JoinableTaskFactory.SwitchToMainThreadAsync(DisposalToken);
return (ILogWatcherSettings)GetDialogPage(typeof(LogWatcherOptionsPage));
}

Expand Down

0 comments on commit 8feda54

Please sign in to comment.