1
vote
0answers
5 views
using reshaper, is there a quick way to use the last template again?
using reshaper, is there a quick way to use the last template again?
0
votes
3answers
154 views
Namespaces and folder relation
Ok, I guess do namespaces have to be the same as the nested folders that their in? I keep getting errors saying that the namespace should be xxx.yyy.zzz.
Example:
Folder1
Folder2
…
2
votes
5answers
775 views
Resharper on VS2010 ?
Did anybody get resharper 4.5 working on V2010 ?
3
votes
1answer
106 views
Anyone tried JustCode?
Have you used JustCode? is it better than resharper? seems like performance better. Do I need to uninstall resharper before using JustCode?
0
votes
2answers
32 views
how to do a “Move type to another file to match its name” accross a complete solution
Hi
does anyone know of a way to split all classes in one solution into multiple files?
The point here is that I've inherited a project in which a few hundred files contain a thousand or so …
-2
votes
1answer
31 views
Stylecop Spelling Dictionary
I have just started investigating using stylecop, resharper stylecop for resharper.
I get a lot of spelling warnings. Which dictionary is being used, can I change the language and where do I add …
-1
votes
3answers
83 views
[C#] What complex refactoring features do you wish there were?
Tools like CodeRush and Resharper offer lots of simple refactorings, such as 'Rename Variable'. But if you could have any refactoring feature at all (no matter how complex), what would it be?
(I …
18
votes
18answers
1k views
What ReSharper 4.0 live templates for C# do you use?
What ReSharper 4.0 templates for C# do you use?
Let's share these in the following format:
[Title]
Optional description
Shortcut: shortcut
Available in: [AvailabilitySetting]
// Resharper …
0
votes
1answer
21 views
when doing a extract to interface, why doesn’t it modify the interface previously created?
I created an interface in a file, then a class that implements the interface in another file.
If i add a property to the implementation class, is it possible to pass that method signature down to the …
0
votes
1answer
23 views
How to install MSpec BDD Framework?
Does anyone know if there is an MSpec installer with R# and/or TestDriven.NET support?
1
vote
1answer
13 views
FileLoadException when running unit tests in visual studio
I'm trying to run some unit tests in VS 2005 and keep getting the following error
System.IO.FileLoadException: Could not load file or assembly
'Tests.CS.vs2005, Version=0.0.0.0, Culture=neutral, …
2
votes
2answers
101 views
Resharper gotchas
i absolutely adore ReSharper and would not work without it, but there are a few gotchas that i have run into and learned to avoid:
Allowing ReSharper to rename string literals automatically can …
0
votes
2answers
31 views
Path to Test Data Files for Unit Testing
I am currently using the standard Microsoft Unit Test suite in VS 2008. ReSharper 4.5 is also installed. My unit tests rely on an TestInitialize method which pre-loads a data file. The path to this …
3
votes
3answers
202 views
Weird resharper issue with action lists that don’t work.
So we had a power outage at work the other day and ever since then ReSharper and Visual Studio just aren't playing nicely. The issue occurs when I try to click on one of the light bulb action lists, …
0
votes
1answer
24 views
Resharper 5.0 cannot run MS tests in Visual Studio 2010 beta 2.
Hi,
Resharper 5.0 cannot run MS tests in Visual Studio 2010 beta 2.
Have anybody faced such problem?
