shekharpro / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Gallio ReSharper plugin causes a StackOverflowException which crashes Visual Studio #390

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If the test assembly contains a type definition where an inner class inherits 
from the 
outer class the Gallio ReSharper plugin causes a StackOverflowException during 
test 
discovery.

public class Class1
{
   public class Class2 : Class1
   {
   }
}

To reproduce create a test project and add the example class Class1, compile 
the 
project and wait for the crash. 

http://groups.google.com/group/gallio-dev/browse_thread/thread/9962628eca0d46c3

Original issue reported on code.google.com by johan.ap...@gmail.com on 5 Feb 2009 at 7:51

GoogleCodeExporter commented 8 years ago
Fixed in v3.0.6.

Thanks for bringing this one up!  It caused me to revisit some assumptions...

Original comment by jeff.br...@gmail.com on 19 Feb 2009 at 4:59