Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
VS2013 Hangs after debugging test fininshed
Hi Johan, The VS debugger unfortunately has a history of problems like this ... MS regularly roll out fixes, but as the problems are often intermittent and environment specific, it's understandably hard to pin them down and resolve them all. The debugger is also subject to other constraints i…
11 Jan 2016 21:38 UTC
-
Manual Execution Not Running All Tests
Hi Keith, Thanks for sharing this issue. I have seen some erratic behaviour around this before, though I've yet to actually pin it down. I think it may be some kind of a sync issue between the engine and the UI. Can you confirm you're working in v2.19? I'd be eager to learn more about thi…
11 Jan 2016 02:45 UTC
-
VS2013 Hangs after debugging test fininshed
Hi Johan, Does this only happen when you attach a debugger to the process? Does it happen consistently? Do you see it happen on other solutions (i.e. a sample test project with a single empty test)?
08 Jan 2016 22:52 UTC
-
Parameterized TestFixtures not fully recognized anymore with NUnit3
Yes - thanks. I was able to reproduce the issue using the code sample you gave me, and I also saw this :)
08 Jan 2016 11:17 UTC
-
Parameterized TestFixtures not fully recognized anymore with NUnit3
Hi, Thanks for sharing this issue. This looks to be a problem with NCrunch's name generation for the parameterized TestFixture. For some reason, NCrunch isn't correctly adding the parameterized values onto the fixture name when detecting the test. This may have something to do with how NUnit…
08 Jan 2016 10:02 UTC
-
VS2013 Hangs after debugging test fininshed
Hi Johan, I suspect this problem is likely to be related to the code being executed by the test host (i.e. your test code or code under test). When NCrunch terminates a task runner process, it does so using a hard kill - the same as what you would do if trying to kill the process using task ma…
07 Jan 2016 11:09 UTC
-
Stuck when starting to build
Horrah! I hope it keeps working :) Let me know if it doesn't.
06 Jan 2016 11:55 UTC
-
Stuck when starting to build
[quote=nankij;8200] I'm wondering if it's worth me reverting to the earlier NCrunch to see if that solves it, if you could supply me with a link? [/quote] I agree this would certainly be worth trying. Every publicly available version of NCrunch released within the last 3 years is available on …
06 Jan 2016 01:35 UTC
-
"B" icon keeps spinning after all projects are built
Hi Alexey, Thanks for sharing this issue. The corner icon derives its status by observing events that trigger within the engine. It does have some history of problems appearing that can get it out of sync. If you can reproduce this consistently, I'd really like to learn more about it in the ho…
05 Jan 2016 10:30 UTC
-
.NET framework 4.6.1
[quote=bryanjoseph;8196]Regarding unloaded projects. I will be going with option #3. A suggestion for another option might be to add a configuration to set the amount of time you have to wait for projects to load. I would be happy with half that time or less. [/quote] I was just thinking the …
05 Jan 2016 00:57 UTC
-
.NET framework 4.6.1
[quote=bryanjoseph;8194]Seems to work. Thank you :) [/quote] Great, thanks for confirming :) [quote=bryanjoseph;8194] When can the rest of my team see this as an update on your site or within vs? [/quote] This will happen when 2.20 is officially released, which unfortunately can't be wi…
05 Jan 2016 00:10 UTC
-
.NET framework 4.6.1
Sorry, the 2.19 build has an issue where it isn't able to correctly detect .NET 4.6.1 under Windows 10. Would you like to try the build below? This includes a fix for the problem: [url=http://downloads.ncrunch.net/NCrunch_Console_2.20.0.2.msi]http://downloads.ncrunch.net/NCrunch_Console_2.20.…
04 Jan 2016 23:02 UTC
-
Stuck when starting to build
[quote=nankij;8191]Yes, as I think I said early on, the problem project is referencing a legacy C++ ActiveX control, which I can't (yet) do without. But I've now ignored that project and anything that references it - so shouldn't that now be irrelevant?[/quote] Yes - it should be irrelevant. Doe…
04 Jan 2016 22:50 UTC
-
Stuck when starting to build
Have you had any luck in isolating what is different about this project that makes it destroy the build process when NCrunch tries to build it? Is it referencing any unusual build steps? Also - is there anything useful showing in your windows event viewer when this process gets taken down?
04 Jan 2016 21:19 UTC
-
Stuck when starting to build
It's possible to turn on the 'Ignore this project completely' project-level NCrunch configuration setting. When this setting is turned on for a project, NCrunch won't try to load it at all. See [url=http://www.ncrunch.net/documentation/reference_project-configuration_ignore-this-component-complete…
02 Jan 2016 22:28 UTC
-
Stuck when starting to build
Hi Julian, Sorry I realise this has been a bit of a nightmare problem for you. Not fun over Christmas. I think there is something seriously wrong happening on your system. When .NET processes fail to initialise or suddenly disappear without reason or error information, and you have very simp…
30 Dec 2015 21:40 UTC
-
.NET framework 4.6.1
Sorry, I should have updated this thread with the notification. The new task runner is in the 2.19 release of NCrunch that went out earlier this month.
30 Dec 2015 10:40 UTC
-
Build fails with VS 2015 RTM
[quote=Ruskin;8178]Thank you for that. A bit painful using pre-release packages but should suffice for now :).[/quote] Hopefully they release it soon :)
29 Dec 2015 22:13 UTC
-
Build fails with VS 2015 RTM
Hi Ruskin, Sorry, I've just rechecked how this is put together. NCrunch is deliberately adding the targets reference behind the scenes so that it can re-generate the SpecFlow features automatically on each build. It's the SpecFlow feature re-generation step that's causing the build to fail, as …
29 Dec 2015 21:52 UTC
-
Build fails with VS 2015 RTM
Hi Ruskin, Another option could be to try adding the Condition="'$(NCrunch)' != '1'" to the <Import> tag in the project that is referencing the SpecFlow targets file. This will prevent the project from referencing the specflow build targets entirely. Have you tried contacting SpecFlow about t…
29 Dec 2015 08:17 UTC