Reading the default namespace through Roslyn API

后端 未结 2 1668
我寻月下人不归
我寻月下人不归 2021-01-22 15:55

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 shou

2条回答
  •  孤街浪徒
    2021-01-22 16:12

    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.

提交回复
热议问题