vote up 0 vote down star

Sub directories within VS2008 projects are mainly used to physically represent on disk the namespace structure for the project. Each folder has a Boolean property called “Namespace Provider”, which when set to True causes ReSharper to validate that the physical location of a given class corresponds to the logical namespace location.

Occasionally I don’t want a folder to be used as a Namespace Provider, so I set this property to False, and ReSharper doesn’t perform the check.

Problem

This setting doesn’t get saved in the project file, and therefore reverts to the default value of True next time I open the solution. It’s not that big a deal but ReSharper does give you lots of warnings about incorrect namespaces.

Why doesn’t the property value get saved?

Versions...

ReSharper 4.0 with VS2008 SP1

flag

79% accept rate
This property is provided by ReSharper. What version are you using? – Ilya Ryzhenkov Apr 3 at 14:48

1 Answer

vote up 0 vote down

Try ReSharper 4.5 which is to be released soon. You can get early builds at http://tinyurl.com/nightly45

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.