Forum member

bdukes

10 posts

Posts by bdukes

  1. NCrunch continually failing with "process cannot access the file"

    Looks like that's fixed it for me, thanks!

  2. NCrunch continually failing with "process cannot access the file"

    That seems to have fixed the issue, thanks!

  3. NCrunch continually failing with "process cannot access the file"

    The output path (and all paths so far as I can tell) are relative in the project file. Here are the configurations with the OutputPath elements: [quote] <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</Debu…

  4. NCrunch continually failing with "process cannot access the file"

    No problem, I'm happy to answer whatever I can. Single test project depends on a single web application project, which has no other direct dependencies. Web application project lives inside of an IIS web site, and the project output goes into that website's bin folder. This is a module for a Do…

  5. NCrunch continually failing with "process cannot access the file"

    Yes, the rebuild works after terminating the three nCrunch.TaskRunner processes. Hope that helps!

  6. NCrunch continually failing with "process cannot access the file"

    Bug report submitted, thanks!

  7. NCrunch continually failing with "process cannot access the file"

    Both projects have CopyReferencedAssembliesToWorkspace set to false. We do run Style Cop when we build the project [quote]<Import Project="$(ProgramFiles)\MSBuild\StyleCop\v4.6\StyleCop.Targets" Condition="Exists('$(ProgramFiles)\MSBuild\StyleCop\v4.6\StyleCop.Targets')" />[/quote] The only o…

  8. NCrunch continually failing with "process cannot access the file"

    Every time I make a change to my main project, I lose code coverage in the project, because the NCrunch build fails with the following error: [quote]C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (3238): Unable to copy file "obj\Release\MyProject.dll" to "..\..\..\bin\MyPr…

  9. Tests are not recognized

    [quote=Remco;525]The 1.35b release that went out this morning should introduce support for the above NUnit features. Please let me know how it goes :)[/quote] Looks like it's working now for me, thanks!

  10. Tests are not recognized

    [quote=Remco;330]The major focus of 1.33b was on support for new test frameworks, so NUnit didn't get as much love this round. I have both the parameterized tests and combinatorial tests on the list for future work in this area, alongside NUnit theories :)[/quote] I'll throw my vote in for param…