How do I stop ReSharper from maintaining classes namespaces to correspond a folder?
- by Ivan
If I place a class file into a folder, the folder's name is appended to the namespace, even if I set "Namespace Provider" property of the folder to False. If I then rename the namespace back, ReSharper underlines it suggesting to change it according to the class file location. How do I suppress this behaviour? I use ReSharper 5 and Visual Studio 2010.