BUG: resharper crashes VS 2005
Hi everyone,
I occasionaly found simple way to crash VS using resharper. Minimal steps
to reproduce:
1) create simple console application
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
}
}
}
2) Press Ctrl+F12 (goto file member)
3) Type some symbols that cannot be matched as method name (e.g. asdf ) then
press PgUp
4) visual studio crashes
Tested on several computers, behaviour is the same. Resharper build 376
Igor
Please sign in to leave a comment.
Just tested it on Resharper 3.0 Beta. Behaviour is the same, VS crashes.
Igor
Same behaviour confirmed in build 447
Hello,
Should be fixed in the Beta 2 build.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”