Shovavnik
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Shovavnik created a post, RS 5 cannot be disabled in the VS Add-in Manager
We're working with pretty large solutions (100-200 projects). In RS 4.5, we would selectively enable or disable RS to improve performance, based on the kind of work we needed to do in the solution.... -
-
Shovavnik created a post, Code is heuristically unreachable for break statements
In build 1535, if you have something like this:switch(whatever){ case 1: return; break; case 2: Assert.Fail(); break;}R# shows that "The code is heuristically unreachable" warning for... -
Shovavnik created a post, Move declarations to namespace doesn't work
I'm using R# 5.0 build 1535 in VS 2008.I moved some classes to a subfolder. The move declarations to namespace quickfix appears and underlines the namespace, but executing it does nothing.Is there ... -
Shovavnik created a post, MSTest support: DeploymentItem?
ReSharper's support for MSTest has improved drastically over the past 5-6 months.However, it still does not support the DeploymentItem attribute. It seems MSTest does not copy content specified to ... -
-
-
Shovavnik created a post, Is there a naming style for VS's event handler naming convention?
The new naming styles are a marked improvement!But I can't seem to find any way to tell RS to support Visual Studio's default naming convention for event handlers.In other words, how do I specify t... -
-
Shovavnik created a post, "Run Unit Tests" doesn't ignore projects not selected to build
When I select "Run Unit Tests" from the solution's context menu, I get a message that looks like this:---------------------------ReSharper---------------------------Could not build the projects. Te...