Forum member

jp7677

6 posts

Posts by jp7677

  1. Tests utilising Microsoft.AspNet.TestHost i.c.w. MVC Views fail in NCrunch

    [quote=Remco;10733]For the fix to work, you'll need to turn on the 'Copy referenced assemblies to workspace' setting for all projects in the dependency chain.[/quote] Yes, that did the trick, thanks a lot!

  2. Tests utilising Microsoft.AspNet.TestHost i.c.w. MVC Views fail in NCrunch

    Hi there, thanks for version 3.10.0.6. Unfortunately my second issue reported here (posting #8) is not yet fixed on my machine with that version.

  3. Tests utilising Microsoft.AspNet.TestHost i.c.w. MVC Views fail in NCrunch

    How convenient, I had just updated my reproduction repository at https://github.com/jp7677/ncrunchbugrepro for my latest issue here with directly referenced projects in MVC pages ;) Unfortunately ncrunch (3.10.0.2) still fails to run my second test while "dotnet test" on the command line succeeds, …

  4. Tests utilising Microsoft.AspNet.TestHost i.c.w. MVC Views fail in NCrunch

    Thanks a lot. works perfectly for my scenarios. Though I have noticed that view compilation inside ncrunch still fails when one references other projects directly inside the views.

  5. Tests utilising Microsoft.AspNet.TestHost i.c.w. MVC Views fail in NCrunch

    Thanks for the fast response! Nice to read that and looking forward to a solution.

  6. Tests utilising Microsoft.AspNet.TestHost i.c.w. MVC Views fail in NCrunch

    Hi there, As a follow-up to http://forum.ncrunch.net/yaf_postst2142_Tests-utilising-Microsoft-AspNet-TestHost-fail-in-NCrunch.aspx, there is still a case where ncrunch fails to successfully execute unit test. That case would be compilation of mvc views. I have a reproduction repository here: …