Forum member

Kirlu

10 posts

Posts by Kirlu

  1. 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…

  2. NCrunch Console Invalid Cast

    We have confirmed that the error occurred both for the zip and msi.

  3. 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 …

  4. 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.

  5. TeamCity distributed NCrunch is very slow

    We added the following parameter to our configuration fixing the error: [quote]<AllowParallelTestExecution>True</AllowParallelTestExecution>[/quote]

  6. 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…

  7. 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?

  8. 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…

  9. 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".

  10. 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".