Forum member

floekke

8 posts

Posts by floekke

  1. jump to next compile error shortcut

    Hi Is it possible to jump to the next ncrunch compile error with a keyboard shortcut? Thank you.

  2. An attempt was made to load a program with an incorrect format.

    Hi I'm getting the following error when trying to run some tests: SetUp : System.BadImageFormatException : Could not load file or assembly 'file:///C:\Users\fsl\AppData\Local\NCrunch\1140\7\_ncrunchreferences\clrzmq.dll' or one of its dependencies. An attempt was made to load a program with an…

  3. ncrunch from commandline

    Is it possible to run ncrunch from the command line? I would like to use it as part of a msbuild script.

  4. Nunit theory and autofixture problems

    Thank you for clarifying. It makes sense.

  5. Nunit theory and autofixture problems

    I have created a small example that demonstrates the problem: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; using Ploeh.AutoFixture; public class StackTheories { Stack stack; …

  6. Nunit theory and autofixture problems

    Hi I'm using NUnit theories together with Autofixture for creation of test data. My tests are working just fine in the standard nunit test runner (nunit-gui) but ncrunch is acting strange. Often reporting "This test was not executed during a planned execution run. Ensure your test project is sta…

  7. latest build and iis express

    Hi Is it possible to configure iis express or ncrunch, such that iis runs the latest website build, build by ncrunch. I know this is perhaps more an iis express question than a ncrunch question..

  8. ncrunch keyboard shorcuts

    Is there a complete list of default ncrunch keyboard shortcuts available? I know there's a list available trough visual studio, but that's a pain.. Thank you!