How do I stop ReSharper from maintaining classes namespaces to correspond a folder?
Posted
by Ivan
on Stack Overflow
See other posts from Stack Overflow
or by Ivan
Published on 2010-05-14T03:18:59Z
Indexed on
2010/05/14
3:24 UTC
Read the original article
Hit count: 360
resharper
|visual-studio
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.
© Stack Overflow or respective owner