resharper-4.5 Questions

3

Solved

When I refactor the following line: Employee e = new Employee(); e.First = "Frank"; e.Last = "Rizzo"; using Resharper's "Use Object Initializer", I get the following: Employee e = new Employee ...
Overpay asked 20/1, 2010 at 20:57

3

Solved

I have several interfaces and classes that I have in my business layer project and I want to move them into a brand new project. I am using ReSharper 4.5.2. Is there any way I can do that easily an...

2

Solved

In a Visual Studio project (C#), I attempted to perform a rename of a namespace using the ReSharper shortcut (Ctrl + R + R). However, because I had branched some of the files that used the namespac...
Incantatory asked 24/2, 2010 at 2:39

3

I quite often use the ReSharper "Clean Up Code" command to format my code to our coding style before checking it into source control. This works well in general, but some bits of code are better fo...
Gourmet asked 1/2, 2010 at 11:57

2

Solved

I'm using ReSharper for my solution (that contains 10 projects) and I'd like to see the hints/suggestions/warnings/errors (listed in a window) for a chosen project. How can I do that? Note: the so...
Pirn asked 5/9, 2009 at 23:17

1

Solved

Is there a way to make Resharper 4.5 understand a multi-line TODO or NOTE? For example, this will show up as two items in the TODO explorer: // NOTE: Because of the external dependency, this met...
Merchant asked 28/12, 2009 at 15:54

1

Solved

When I use ReSharper to add a using directive (using Alt+Enter) it removes "unnecessary" parts of the namespace. I prefer using the full namespace which is also the behavior of Visual Studio. Exa...
Hackamore asked 26/12, 2009 at 22:9

2

Solved

I am coding in VS2008 with Resharper 4.5.1, but the projects are set to target .NET Framework 2.0. Still, Resharper is making suggestions that are relevant to the .NET 3.5 framework. For instance,...

5

Solved

I'm having trouble with solution wide analysis since I upgraded to resharper 4.5. I'm continually getting false negatives, and having resharper report errors with my code that are not there. I fi...
Indefinable asked 12/5, 2009 at 20:18
1

© 2022 - 2024 — McMap. All rights reserved.