Issue with ReSharper 2.0 Build 255 and Generics
I have the following code:
public interface Foo
{
...
}
public interface Foo
{
...
}
The code compiles just fine. Now, let's say I use ReSharper to rename Foo to Bar]]>, and then again rename Foo to Bar, ReSharper complains that the type name Bar is already taken, when it really is not.
Has anyone seen this?
Please sign in to leave a comment.
How is it that you have build #255?
You posted on August 9, 2006.
When I go to the Resharper download page today (August 12, 2006), for Resharper 2 it says:
ReSharper 2.0
build number 249
Is there something you're not telling us?
http://www.jetbrains.com/resharper/download/
That was the original release of 2.0. You can download more recent builds at http://www.jetbrains.net/confluence/display/ReSharper/Download