通读罗斯林API的默认命名空间罗斯林、空间、API

由网友(痴情少年痴情伤)分享简介:有没有办法读取默认命名空间距离为IProject接口或任何其他罗斯林接口设置?我知道,我可以分析该项目的文件,但我认为这应该使用罗斯林API是可能的,但我无法找到如何做到这一点。感谢您事先的信息。 Is there a way to read the default namespace setting from th...

有没有办法读取默认命名空间距离为IProject接口或任何其他罗斯林接口设置?我知道,我可以分析该项目的文件,但我认为这应该使用罗斯林API是可能的,但我无法找到如何做到这一点。感谢您事先的信息。

Is there a way to read the default namespace setting from the IProject interface or any other Roslyn interface? I know that I can parse the project's file but I think this should be possible using Roslyn API but I cannot find how to do that. Thanks in advance for information.

推荐答案

不幸的是,罗斯林不公开的方式来做到这一点的时刻,但我同意,这是我们可能需要最终。

Unfortunately, Roslyn does not expose a way to do that at the moment, but I agree that it is something we will probably need eventually.

阅读全文

相关推荐

最新文章