CharliePoole

Results 1009 comments of CharliePoole

@Kanwar27 If we implement this (see next paragraph) then it would have the same features as the NUnit 3 VS adapter, which includes parameters for use by your tests. I'm...

@Kanwar27 The option panel you are showing is part of Visual Studio, not the NUnit Gui. It has a space for setting the arguments of a program called "NUnitHost", which...

The NUnit VS Adapter is... well, an adapter! It can only **adapt** NUnit to the interfaces and displays provided by the Visual Studio Test Window. That window is exclusively devoted...

No comments for eight months!!! I'll give it another month before closing. How do folks think this situation should be handled?

@cklutz If you are willing to take this issue on, I'll assign it to you. You said you don't have much time, but I notice you already have the code...

@edoua This is already fixed in the NUnit 3 adapter. @OsirisTerje Isn't this issue already done?

The file I added to the demo project works for VS 2013 and 2015. There are additional RunConfiguration settings in 2015. If you add them then an exception is thrown...

IIRC, we can't target .NET 2 if we use the latest Mono.Cecil.

Team members receive a notice when you submit a PR but it sometimes takes a few days before someone has time to review it.

Rather than trying to handle multiple test-run elements, I think you need to question why you have them in the first place. Consider that the standard nunit runners never have...