提交 ef0abfae 编写于 作者: A Andrew Hall (METAL)

For tests, always allow parse option changes

上级 06c44682
......@@ -680,5 +680,8 @@ public void ChangeSolution(Solution solution)
this.RaiseWorkspaceChangedEventAsync(WorkspaceChangeKind.SolutionChanged, oldSolution, newSolution);
}
public override bool CanApplyParseOptionChange(ParseOptions oldOptions, ParseOptions newOptions, Project project)
=> true;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册