Comment 2 for bug 1223294

Revision history for this message
Dennis Fantoni (dennis-4) wrote : Re: System.NullReferenceException thrown when expected ArgumentOutOfRange exception is caught

I have now succeded in reducing my large project to a very small project that fails. I have attached a very small solution that provokes the bug (or perhaps show how I use NUnitLite in the wrong way - I might've made an obvious mistake, please let me know).

The entire solution consists of less than 10 active lines of code, and some boilerplate comments as well as various annotations. It should be easy to work with.

The bug shows here on windows 7, Visual Studio 2012 sp3, NUnitLite beta 1.0.0 2 (the one from aug.18 2013). .net 4.5 Debug/AnyCpu You will have to add a reference to NUnitLite before running the solution.

If I run the program with mono 3.10 , built inside xamarin, i get the same error. (still on windows 7).

Please take a look at attached solution, and let me know what I did wrong...

Regards,

Dennis