"Hello" Bug
Sometimes when I type something or make something I couldn't track it down properly
Resharper writes Hello into my code, I think it happens with Resharper 1.5.165, it could although happen in Resharper EAP but I'm not sure about it,because I often changed the Resharper Version in the last time.
Please sign in to leave a comment.
I still get this Bug in Resharper Version 2.0.218.135
The behaviour is still the same, it looks like a Jetbrains Programmer forgot to remove is Hello Test code, (It's the only plugin that is active so I blame it on Resharper.
Could you please explain this in more detail? I really could not understand
anything about your problem from your previous post.
Valentin Kipiatkov
Chief Scientist, Vice President of Product Development
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
For example I'm debugging a Project and press keys like F5 or other ones, suddenly In my code the word Hello appears.
Ex.
Before:
public void Main()
{
Console.WriteLine("test");
}
After Hello Bug
public void Main()
{
Console.WritHelloeLine("test");
}
The Hello can be written at arbitary positions I didn't find a regularity except that it happens when i'm Debugging
Why do you think it's connected with ReSharper?
Valentin Kipiatkov
Chief Scientist, Vice President of Product Development
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Do you have any other add-on's installed except ReSharper?
Thanks,
Andrey Simanovsky
I found now the bug it was in my code, A drag drop that went somehow wrong. It was to blame on me.
Sorry
Thomas Stocker