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
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.