Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
disposer on testclass not run
Hi, thanks for posting! As with standard MSTest, NCrunch's MSTest adapter executes the TestCleanup and ClassCleanup methods on completion of the test and fixture accordingly (assuming these follow standard MSTest syntax). However, I don't recommend using these for critical cleanup steps. This i…
19 Jun 2017 22:19 UTC
-
NCrunch not showing coverage with NUnit TestCaseSource VS2017
Sorry for the wait. Give this build a try and let me know how you get on: [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.2.msi]http://downloads.ncrunch.net/NCrunch_Console_3.10.0.2.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.2.zip]http://downloads.ncrunch.net/NC…
19 Jun 2017 22:09 UTC
-
Tests utilising Microsoft.AspNet.TestHost i.c.w. MVC Views fail in NCrunch
Ok, a fix for the latest reported issue here is now available. [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.2.msi]http://downloads.ncrunch.net/NCrunch_Console_3.10.0.2.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.2.zip]http://downloads.ncrunch.net/NCrunch_Consol…
19 Jun 2017 11:05 UTC
-
Multiple markers when renaming class with ReSharper
Ok, I still haven't reproduced this problem, but I've had a go at fixing it. The fix involves a broad scanning system to try and find existing coverage bars and unmounting them every time a new bar is mounted. Because I have no way to know if this has solved the problem, I'm wondering if anyone …
19 Jun 2017 11:04 UTC
-
Two instances of VS2017 installed, NCrunch only install into one
VSIX have their own complications in terms of support and maintenance. The VSIX format is different between versions of VS, so we'd need a whole different install strategy for each different VS version. I expect there will also be limitations that will create trade-offs. These problems are pr…
19 Jun 2017 10:48 UTC
-
doen't run test with TestCaseSource
Hi Henrry, This code would work fine provided that there is no more than one test case with the same visible parameter line. I'm not sure if any of these types implement .ToString() to give any kind of variation on the test cases. You'll notice that if you get more than one test case here with …
17 Jun 2017 23:03 UTC
-
FSharp Expression causes compiler results not consistent across grid
It looks as though these expressions can have a broader footprint in the method structure than I originally thought. I have a broader fix in the pipe for this, I'll include this for you in the next dev build when this is available. I recommend sticking with using an 'Impact analysis mode' of 'Wa…
17 Jun 2017 03:33 UTC
-
Tests utilising Microsoft.AspNet.TestHost i.c.w. MVC Views fail in NCrunch
[quote=jp7677;10634]Thanks a lot. works perfectly for my scenarios. Though I have noticed that view compilation inside ncrunch still fails when one references other projects directly inside the views.[/quote] Thanks. I'll see if I can get this sorted in the next dev build.
17 Jun 2017 01:29 UTC
-
FSharp Expression causes compiler results not consistent across grid
Thanks, I'll take another look and will get back to you.
16 Jun 2017 23:42 UTC
-
doen't run test with TestCaseSource
Sorry, I'd need to see the full source of this test and an output of the test names to help give a better understanding of why this test is different.
16 Jun 2017 23:39 UTC
-
Tests utilising Microsoft.AspNet.TestHost fail in NCrunch
Some users have reported a few dependency problems related to AspNet.TestHost with the 3.9 build. There are fixes for this available in the build below, in case anyone else has been hit with this: [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.msi]http://downloads.ncrunch.net/NCrunch…
16 Jun 2017 04:06 UTC
-
Tests utilising Microsoft.AspNet.TestHost i.c.w. MVC Views fail in NCrunch
A fix for this is now available in the build below: [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.zip]http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.…
16 Jun 2017 04:05 UTC
-
Theory based tests doesn't execute on distributed processing nodes
A fix for this is now available in the build below: [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.zip]http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.…
16 Jun 2017 04:05 UTC
-
FSharp Expression causes compiler results not consistent across grid
A fix for this is available in the build below: [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.zip]http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.zip[…
16 Jun 2017 04:04 UTC
-
Compiler constant being ignored in .net core project
The build below includes a fix for this problem: [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.zip]http://downloads.ncrunch.net/NCrunch_Console_3.10.0.1.zip…
16 Jun 2017 04:04 UTC
-
Framework Utilisation Types missing Xunit v2+
Given the popularity of this library and that a few things didn't quite add up right in my head, I've taken a closer look at why the AutoFixture experience in NCrunch v3.8 is so much better than v3.9. My initial ideas that this was caused by the parameterisation fix are incorrect. The reason for t…
16 Jun 2017 03:41 UTC
-
TargetInvocationException
Hi, This smells like sequence dependent behaviour. When you re-run a test specifically, NCrunch will launch it in a new process. Thus all existing state is cleared. If the test is failing because of state left by a previously executed test in the process, it will always pass when run in a ne…
16 Jun 2017 00:44 UTC
-
Visual Studio 2017 Preview 15.3
Hi, thanks for sharing this issue. At the moment, NCrunch does not support the preview builds of VS2017. Unfortunately the recent pace of updates from MS have far outpaced my ability to offer support for them. I'm still cleaning up from the VS 2017 RTM that was released back in March. Suppor…
15 Jun 2017 23:28 UTC
-
NCRUNCH 3.3: don't resolve nuget packages in project with project.json
[quote=FrankShearar;10622] NCrunch: The following files were used when building this project locally but do not seem to exist on the remote grid node responsible for building this project: C:\Users\frsheara\.nuget\packages\NCrunch.Framework\2.27.0.3\lib\NCrunch.Framework.dll[/quote] Ok, this wa…
15 Jun 2017 23:26 UTC
-
Compiler constant being ignored in .net core project
Hi, thanks for sharing this problem. I can reproduce this in v3.9 also. It looks like the mechanism for introducing this constant is somehow failing under a CPS build system. I've noted this down to be fixed. To work around this, I suggest changing your project file to introduce a build co…
15 Jun 2017 12:02 UTC