Forum member

Daniele

3 posts

Posts by Daniele

  1. An error occurred while analysing this project after it was built: System.NullReferenceException

    let me suggest something if i can: Will be great if you can make overridable the version of the components like Nunit etc. Give a better message on the error (the version is quite easy to fix the problem) Write the requirement fro Ncrunch. I didn't find them anywhere. for the rest is a g…

  2. An error occurred while analysing this project after it was built: System.NullReferenceException

    Hi, I think you are right. In the project where Nchrunch works I use: <package id="NUnit" version="2.6.0.12054" /> Let me see if I can fix changing the version. public class AutoMockBase<T> : MockBase where T : class { public MoqAutoMocker<T> AutoMocker { get; set; } …

  3. An error occurred while analysing this project after it was built: System.NullReferenceException

    Hi All, first all thanks for Ncrunch. I used in the past without any problem. Now with a new project (empty for now), just a proof of concept I have this error: An error occurred while analysing this project after it was built: System.NullReferenceException: Object reference not set to an i…