提交 0b757cab 编写于 作者: J Jason Malinowski

Implement IWorkspaceProjectContext.Add/RemoveAnalyzerConfigFile

上级 9afe2f1a
......@@ -257,12 +257,12 @@ internal VisualStudioProject GetProject_TestOnly()
public void AddAnalyzerConfigFile(string filePath)
{
// TODO: implement. Right now this exists to provide a stub for the project system work to be implemented against.
_visualStudioProject.AddAnalyzerConfigFile(filePath);
}
public void RemoveAnalyzerConfigFile(string filePath)
{
// TODO: implement. Right now this exists to provide a stub for the project system work to be implemented against.
_visualStudioProject.RemoveAnalyzerConfigFile(filePath);
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册