I use R#'s test runner alongside nCrunch. It would be great if an option to "Run test using nCrunch" appeared in the R# jewel that it already displays next to each discovered test
I checked with Hadi about the feasibility, here's what he had to say:
[17:57:01] Alex Norcliffe: ping, 2 min question?
[17:57:28] Hadi Hariri: hey
[17:57:31] Hadi Hariri: sure, what/s up?
[17:58:36] Alex Norcliffe: hiya, actually 2 questions:
- are you aware of ncrunch?
- do you know if the R# plugin system exposes enough hooks to add a custom menu item to the unit test runner VS jewels?
i'm about to suggest to Remco (he makes ncrunch) that he writes an R# plugin so that you can run a test via NCrunch's runner from within the R# unit test runner menu that appears next to tests
[17:59:07] Alex Norcliffe: i tend to use ncrunch side by side with r#'s test runner
[17:59:35] Hadi Hariri: yep. know about ncrunch and yes you should be able to plugin into that menu anything
[17:59:40] Hadi Hariri: that's how dottrace, dotcover etc does it.
[17:59:44] Alex Norcliffe: ah, brill
[17:59:44] Hadi Hariri: we allow pretty much anyone to add.
[18:00:01] Hadi Hariri: if he/you need help, make sure to ping me and I'll put you in touch with Victor who runs that test runner.
[18:00:24] Alex Norcliffe: the combination of the two tools is awesome, particularly since ncrunch steers clear of holding up any of the cores that vs uses by default, so the background building really does appear not to impact on vs's responsiveness
[18:00:27] Alex Norcliffe: brill, thanks!
[18:01:37] Hadi Hariri: y ncrunch is pretty good. And lots of people using it.
I'm happy to collab if possible, am already looking into possibly doing some YouTrack / R# integration with Hadi