提交 390e7917 编写于 作者: C Cyrus Najmabadi

Remove bogus assert

上级 c9bd086b
......@@ -62,7 +62,6 @@ public override async Task AnalyzeDocumentAsync(Document document, SyntaxNode bo
var statusService = document.Project.Solution.Workspace.Services.GetRequiredService<IWorkspaceStatusService>();
var isFullyLoaded = await statusService.IsFullyLoadedAsync(cancellationToken).ConfigureAwait(false);
Debug.Assert(isFullyLoaded, "We should only be called by the incremental analyzer once the solution is fully loaded.");
await client.TryInvokeAsync<IRemoteSemanticClassificationCacheService>(
document.Project.Solution,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册