Forum member

topdownjohnny

7 posts

Posts by topdownjohnny

  1. Is it possible to run tests for two different buidl configurations?

    I have applications that have to support different versions of third party software. I have different Build Configurations voor each version. I would like my tests to run for each configuration but I don't want to have seperate testprojects. Is that possible? John Landheer

  2. Build fails for typescript files

    At the typescript side they are asking this: Can you generate diagnostic logs for msbuild with ncrunch? (The msbuild commandline is /v:diag). Is that possible?

  3. Build fails for typescript files

    Ok, thanks. I tried your suggestion and the nmanual build from the ncrunch directory succeeds. I'm at a loss regarding the process culture, any idea?

  4. Build fails for typescript files

    I also posted this issue at typescript (https://typescript.codeplex.com/workitem/2192) I don't know if it is a nCrunch or typescript issue. I have a [b]Dutch[/b] Windows 8.1, English Visual Studio 2013.1, Typescript 0.9.5. My project compiles and builds fine in VS. However, I have nCrunch …

  5. NUnit ITestAction not executed in 2.4 (works in 1.48.5)

    Hi Remco, I updated my emailaddress in my account, you can use that. John

  6. NUnit ITestAction not executed in 2.4 (works in 1.48.5)

    Hi, I have an attribute I use on tests: [code=csharp]public class FunctionVerifierAttribute : Attribute, ITestAction { private readonly SimpleFunctionVerifier _verifier; public FunctionVerifierAttribute(params FunctionType[] roles) { _verifier = new SimpleFun…

  7. Local variables unavailable when debugging

    Remco, I saw that this problem still exists (in 1.44, VS2012). Is it still on your radar? John Landheer