提交 21accbd2 编写于 作者: C Cyrus Najmabadi

Add assert.

上级 1a134467
......@@ -173,6 +173,7 @@ internal abstract partial class AbstractNavigateToSearchService
var orderedDocs = highPriDocs.AddRange(lowPriDocs);
#if DEBUG
Debug.Assert(priorityDocuments.All(d => project.ContainsDocument(d.Id)), "Priority docs included doc not from project.");
Debug.Assert(orderedDocs.Length == project.Documents.Count(), "Didn't have the same number of project after ordering them!");
Debug.Assert(orderedDocs.Distinct().Count() == orderedDocs.Count(), "Ordered list contained a duplicate!");
Debug.Assert(project.Documents.All(d => orderedDocs.Contains(d)), "At least one document from the project was missing from the ordered list!");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册