Forum member

kasperhj

4 posts

Posts by kasperhj

  1. NCrunch fails to build when referencing project in a solution, but works fine with the assembly

    I reference the project. I am using Visual Studio Ultimate 2013. I cannot seem to reproduce the error with sample code, but I've found out, that compiling core project with the '--standalone' switch, makes NCrunch compile. This requires me to change the method calls from `SomeFunc arg1 arg2` to `…

  2. NCrunch fails to build when referencing project in a solution, but works fine with the assembly

    While trying to generate some sample code, I found out that the build issued by NCrunch does not seem to reflect the current source code. I.e. it fails building a test function which no longer exists and specifies a line number which is now a comment. Is there a way to clean NCrunch so I can rule ou…

  3. NCrunch fails to build when referencing project in a solution, but works fine with the assembly

    I have now tried to run it in compatibility mode, but the result is the same - build error. I have tried another test suite, and here there is no problem. Everything builds and the tests passes.

  4. NCrunch fails to build when referencing project in a solution, but works fine with the assembly

    I have an F# project that that test in another project, both within the same solution. NCrunch cannot build the project, and is interpreting argument input type to be tuple instead of single arguments. If I remove the tests with the mixed up arguments, I get the following exception System.Typ…