Forum member

cskardon

8 posts

Posts by cskardon

  1. Project failing to build - stuck in 'First time build' status

    Hey Remco, I uninstalled and redownloaded to be sure - It's all now working as expected! Thank you!

  2. Project failing to build - stuck in 'First time build' status

    Hey Remco, I've done it - let me know if there is something you want me to do to replicate it

  3. Project failing to build - stuck in 'First time build' status

    Hello! I have a solution with 4 projects, on an older laptop they were all building and running tests correctly, having just setup a new one, I'm finding NCrunch will no longer run the tests. The 'library' project doesn't build (get's stuck with the message: 'First time build') and the other proj…

  4. Having trouble with a Portable Class Library (PCL) - Load Failure

    OK, well, good to know it's not an error on my front!

  5. Having trouble with a Portable Class Library (PCL) - Load Failure

    I have a PCL targeting .NET 4.6 and Windows 10 Universal Apps Build wise - it's working fine, Resharper's XUnit is all running the tests well, but NCrunch is telling me there is a load failure, missing a `global.json` file. AFAIK, I don't need a global.json file do I? The exception is: …

  6. Webjobs.wap.targets file causing build failure

    Hi Remco, I had added the 'tools' folder of the 'Microsoft.Web.WebJobs.Publish.1.0.2' package - as that had all the dlls in but that didn't work. In the root of the package is only a .nuspec file and this tools directory, would that have made a difference? Cheers

  7. Webjobs.wap.targets file causing build failure

    OK, So I edited my csproj file and removed the reference to the targets file, saved and NCrunch was back in happy territory. Next, I added the WebJobs project I had created as an existing WebJob to the same website project and it so far (crossed fingers) appears to be in a happy place.

  8. Webjobs.wap.targets file causing build failure

    Hi, I've just added a webjobs project to a solution, (via right-clicking on the web application, selecting 'add' and new webjob). NCrunch is now failing to build the web project quoting: [code=plain]..\packages\Microsoft.Web.WebJobs.Publish.1.0.2\tools\webjobs.wap.targets (52): The "ReadW…