Forum member
Kirlu
10 posts
Posts by Kirlu
-
NCrunch Console Invalid Cast
Also running NCrunch using TeamCity powershell step also reproduces the error: & 'C:\Program Files (x86)\Remco Software\NCrunch Console Tool\NCrunch.exe' .\master.sln /c .\teamcity.crunch.v3.xml /e "TeamCity Continues Integration" /o NCrunchResults /TeamCityDisableTestNotRunFailureReporting -LogVer…
08 Oct 2018 11:05 UTC
-
NCrunch Console Invalid Cast
We have confirmed that the error occurred both for the zip and msi.
08 Oct 2018 10:46 UTC
-
NCrunch Console Invalid Cast
We have tried running the command as a run on the build server: C:\Windows\system32\cmd.exe /c ""C:\Program Files (x86)\Remco Software\NCrunch Console Tool\NCrunch.exe" C:\TeamCity\buildAgent\work\89f512a38888334a\master.sln /c C:\TeamCity\buildAgent\work\89f512a38888334a\teamcity.crunch.v3.xml /e …
08 Oct 2018 10:39 UTC
-
NCrunch Console Invalid Cast
We are experiencing the same problem. The problem can only be reproduced when running Ncrunch Console from TeamCity. Running locally on buildserver either using cmd or powershell does not reproduce the error.
08 Oct 2018 09:22 UTC
-
TeamCity distributed NCrunch is very slow
We added the following parameter to our configuration fixing the error: [quote]<AllowParallelTestExecution>True</AllowParallelTestExecution>[/quote]
02 Aug 2018 11:34 UTC
-
TeamCity distributed NCrunch is very slow
We have updated to latest Ncrunch console and Grid Server and we see an issue. It seems that it will only use one Ncrunch Test Host on each machine while running on TeamCity using Console. What configuration causes this behavior: [quote]<GlobalConfiguration> <Settings> <CPUCoresAssigned…
02 Aug 2018 11:04 UTC
-
Framework Utilisation Types missing Xunit v2+
Hi, Am I to understand this as a recommendation against unstable test parameters in general? If so, will you continue to support InlineAutoData and AutoData, or will they also be unsupported in some future version?
13 Jun 2017 07:29 UTC
-
Framework Utilisation Types missing Xunit v2+
Hi, The following test code gives the error in NCrunch: "This test was not executed during a planned execution run. Ensure your test project is stable and does not contain issues in initialisation/teardown fixtures." The code will not run the unit test, but will mark it as failed. [code=c…
08 Jun 2017 11:45 UTC
-
Framework Utilisation Types missing Xunit v2+
Hi, It seems that it uses the setting "UseStaticAnalysis" now which makes Ncrunch unable to run many Xunit 2 theories that all are using MemberData. We get the same error in previous version of Ncrunch if we change "Framework utilisation type for Xunit v2+" to "UseStaticAnalysis".
08 Jun 2017 10:57 UTC
-
Framework Utilisation Types missing Xunit v2+
Hi, Framework utilisation type for Xunit v2+ is missing from Test Frameworks configuration. It seems that it now uses "UseStaticAnalysis".
08 Jun 2017 07:55 UTC