Forum member

IanBowyer

4 posts

Posts by IanBowyer

  1. CilAssemblyNotFoundException

    Thank you that worked. I knew there would be a setting somewhere I just couldn't find it.

  2. CilAssemblyNotFoundException

    I've just loaded a project up for the first time and I get the following stack trace in ncrunch. Can anyone direct me in to how to fix this? [quote] NCrunch: If you are experiencing problems in getting this project to build, have a look at http://www.ncrunch.net/documentation/troubleshooting_…

  3. Ensure that restore has run and that you have included 'netcoreapp2.0'

    I tried the above and had no luck... I was using an old version so I decided to try the 30 day trial of the latest version, which worked ok. I have updated to the latest version and all is working ok now :)

  4. Ensure that restore has run and that you have included 'netcoreapp2.0'

    Hi I am having problem setting up ncrunch on a new project. I have setup a new solution which is a dotnet core 2.0 web api I have created a test project which only has a test in with "Assert.Pass" but as NCrunch is initialising it shows a load status of "Load Failure" with the following messa…