Forum member

ccampbell

3 posts

Posts by ccampbell

  1. NCrunch fails to build project using MS Fakes

    Thanks for your help! I just found out that you can add a "Verbosity" attribute to the root element of your fakes file to get additional error info from the MSBuild task: [quote]<Fakes xmlns="(- BROKEN LINK -)" Diagnostic="true" Verbosity="Noisy">[/quote] If you add that and set NCrunch logging ve…

  2. NCrunch fails to build project using MS Fakes

    Ok, I changed the logging verbosity and read through the logs. It looks like a problem generating Fakes: [quote]3:start> Fakes\Client.fakes Microsoft Fakes v11.0.60315.1 - .NET v4.0.30319 Copyright (c) Microsoft Corporation 2007-2010. All rights reserved. fakes code : assembly C:\...\AppDat…

  3. NCrunch fails to build project using MS Fakes

    I have a unit test project using MSTest & MSFakes that tests a WPF executable. When it builds in NCrunch, it gets the following error: [quote]NCrunch: If you are experiencing problems in getting this project to build, have a look at http://www.ncrunch.net/documentation/troubleshooting_project-build…