Adjust NamespacesAdjustNamespace is a Visual Studio extension which brings the C# namespaces in accordance with the location and rules the resulting regressions in the code (including XAML), e.g. fixes the broken references. This extension works like Resharper How to useSelect object (solution, project, folder or file) in solution explorer, click RMB, choose or choose the whole solution by this way: You can also exclude some folders from participating in namespace chain. AdjustNamepace stores such settings in its configuration xml file, in the folder of your solution. Commit that file to share it across your team. RemarksI do not test it against:
but I hope any project type with regular C# code inside will be processed fine. I encourage you to do that testing and report bugs (with minimal repro) to https://github.com/lsoft/AdjustNamespace/issues. |