Forum member

danmdinu

3 posts

Posts by danmdinu

  1. NCrunch not running and not showing bulbs with Azure project

    [quote=Remco;8836]NCrunch changes the build system so that your solution is built in pieces - one project at a time. This involves considerable dependency management. NCrunch needs to be aware of every reference from a project at the time it loads this project, and it needs to be able to control…

  2. NCrunch not running and not showing bulbs with Azure project

    That's really wierd, since Visual Studio finds all references at build time and the entire build is successful. Why would NCrunch not find the files? I 'm having all sorts of these issues, that NCrunch is not able to find some reference/DLL which is present.

  3. NCrunch not running and not showing bulbs with Azure project

    Hi, Running VS15 with a solution containing an Microsoft Azure project. Ncrunch is enabled however it fails to build one project which I don't even have in the solution: "Microsoft.Cloud.IstrumentationFramework.RuntimeContent". This is a dependency of my project. I cannot remove this "proje…