resharper-6.1 Questions
3
Solved
I'm using Resharper 6.1 for unit testing a new project and it seems to ignore the the Deployment section of my local.testsettings file.
I tried to configure in "ReSharper -> Options -> Unit testin...
Klink asked 24/7, 2012 at 0:40
6
I do not want to disable the warnings completely, just when it's in an Assert statement.
So for example if I have the following two lines
var someObject = GetObject();
Assert.IsNotNull(someObject...
Knotting asked 23/3, 2012 at 15:22
2
Solved
I have a partial class
public partial class myClass
defines in different files,
e.g. myClass1.cs, myClass2.cs, etc.
Is there a way for resharper or Visual studio built-in functionalities to fin...
Recitativo asked 26/12, 2012 at 13:41
3
In IntelliJ it is possible to press Ctrl + Alt + Enter to insert a new line at the current curser position in the editor.
Does such a shortcut exist for VS + ReSharper?
Also I'd love to have the ...
Quinine asked 21/4, 2012 at 11:7
1
Solved
I have a base test class containing some test cases and some ordinary tests:
[TestFixture]
public abstract class TestBase
{
[TestCase(1)]
[TestCase(2)]
[TestCase(3)]
public void TestA(int valu...
Outstanding asked 24/1, 2013 at 16:1
2
Solved
Does Resharper 6.1 support Visual Studio 2012? I have it working with VS2010 but wondering do I need to upgrade to ReSharper 7.0 for support in VS2012. It would be disappointing if I did.
Colbert asked 15/10, 2012 at 9:28
0
The defaults in the Extract Interface dialogue box for Resharper are "Place beside" and none of the members checked. Is there anyway to change this default? I'd rather "Place in another file" and a...
Participation asked 15/11, 2012 at 14:36
1
Solved
I have ReSharper naming rules set up such that all property names must be PascalCase. However there are times when I have to use a different naming style to work with serialization. For example, ba...
Tema asked 12/7, 2012 at 23:31
1
Solved
One of the suggestions of Resharper 6.0 was to localize strings, and if I didn't want a string to be localized, I could suppress the warning by converting it to a verbatim string literal by adding ...
Liquorish asked 17/1, 2012 at 19:13
2
Solved
usually when I select a hint such as refactoring a certain line that I am on, when the purple hint icon or the light bulb icon shows to the left, I click on it then select the refactoring I desire....
Ramos asked 15/12, 2011 at 3:12
1
© 2022 - 2024 — McMap. All rights reserved.