Use this tag for version specific questions about ReSharper 5.1 - the refactoring and productivity extension for Visual Studio by JetBrains. When using this tag also include the more generic [resharper] tag where possible.
Questions tagged [resharper-5.1]
21 questions
1
vote
3 answers
How to automatically copy a property declaration to base class
I have a property A in all subclasses of base class Base.
How can I generate an abstract property definition of property A into base class Base?
I know ReSharper's refactoring Pull Members Up, but that moves the property to base class.
I need an…

thersch
- 1,316
- 12
- 19
1
vote
1 answer
In resharper 5.1 how do you turn back on the code inspection to offer to covert foreach loop to linq expressions
I'm not sure this is the right forum if it's not please feel free to move it...
In in VS2010 , in Resharper 5.1 how do you turn back on the code inspection to offer to covert foreach loop to linq expressions?

Eric Brown - Cal
- 14,135
- 12
- 58
- 97
0
votes
1 answer
Resharper Testrunner running a class without [TestFixture] - why?
We're using VS 2008 and Resharper 5.1 (C#) and NUnit 2.4.8.
I have this base test class which does not have a [TestFixture] attribute:
public class BaseTestCasesFixture: BaseFixture
{
protected virtual int Calculate(DatePeriod period)
{
…

marc_s
- 732,580
- 175
- 1,330
- 1,459
0
votes
1 answer
resharper 5.1 test runner using nunit. Cannot see section in config file
Using resharper testrunner and running into a problem that cannot find config sections in my config file.
I have checked the config file and it has all the sections required.
Could it be that for some reason I am missing some settings in resharper …

user9969
- 15,632
- 39
- 107
- 175
0
votes
1 answer
ReSharper 6.0 Conflicting with Symantec Endpoint Protection
ReSharper 6.0 seems to be conflicting with Symantec Endpoint Protection on my XP Pro SP3 machine at work. It causes the machine to automatically reboot after I randomly do things with ReSharper. If I uninstall 6.0 and install 5.1.3, I see no…

Dan Appleyard
- 7,405
- 14
- 49
- 80
0
votes
1 answer
resharper "cannot resolve symbol absmiddle"
I have resharper 5.1. When I analyze "Errors in Solution" I get a lot of the same error in my aspx files. The error is:
cannot resolve symbol 'absmiddle'
It occurs on a line of code like this:
How do I…


LaundroMatt
- 2,158
- 1
- 19
- 20