提交 bb98c689 编写于 作者: H Heejae Chang

fix an issue where diagnostic getter didn't set projectId properly

上级 d03a0131
......@@ -65,7 +65,7 @@ private abstract class DiagnosticGetter
CurrentSolution = solution;
CurrentDocumentId = documentId;
CurrentProjectId = projectId;
CurrentProjectId = projectId ?? documentId?.ProjectId;
Id = id;
IncludeSuppressedDiagnostics = includeSuppressedDiagnostics;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册