提交 7bb164b0 编写于 作者: S Sam Harwell

Wait 5 seconds after getting the solution size

上级 18f1e7f0
......@@ -77,6 +77,9 @@ internal async Task RunAsync(Workspace workspace, CancellationToken cancellation
}
}
Console.WriteLine("Pausing 5 seconds before continuing analysis...");
await Task.Delay(TimeSpan.FromSeconds(5)).ConfigureAwait(false);
var incrementalAnalyzerProviders = exportProvider.GetExports<IIncrementalAnalyzerProvider, IncrementalAnalyzerProviderMetadata>();
foreach (var incrementalAnalyzerName in _options.IncrementalAnalyzerNames)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册