提交 a7e73917 编写于 作者: C Cyrus Najmabadi

Ensure list is distinct.

上级 21accbd2
......@@ -100,6 +100,7 @@ private async Task SearchProjectsInPriorityOrder(IDocumentTrackingService docTra
.Select(d => _solution.GetDocument(d))
.Where(d => d != activeDocOpt)
.WhereNotNull()
.Distinct()
.ToImmutableArray();
// First, if there's an active document, search that project first, prioritizing
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册