提交 4cbaec3c 编写于 作者: C Cyrus Najmabadi

Merge branch 'diagnosticServiceCleanup' of...

Merge branch 'diagnosticServiceCleanup' of https://github.com/CyrusNajmabadi/roslyn into diagnosticServiceCleanup
......@@ -294,7 +294,7 @@ private ImmutableArray<DiagnosticData> GetSpecificDiagnostics(Workspace workspac
AppendMatchingData(source, workspace, projectId, documentId, id: null, buffer);
foreach (var data in buffer)
result.AddRange(new DiagnosticBucket(data.Id, data.Workspace, data.ProjectId, data.DocumentId));
result.Add(new DiagnosticBucket(data.Id, data.Workspace, data.ProjectId, data.DocumentId));
}
return result.ToImmutable();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册