Forum member

TheNephalim

5 posts

Posts by TheNephalim

  1. NCrunch failing to build project because feature not available

    Ok. I took a look at the Custom Build Properties for the project in NCrunch and explicitly added langVersion with 7.3 as the value. As soon as I did that, the project compiled and the unit tests all ran. I'm not sure why it's not finding the configuration values set by the project, though. I a…

  2. NCrunch failing to build project because feature not available

    Hello, I'm having an issue with testing/building a project in NCrunch. I'm using Visual Studio 2017 with all updates applied. I'm also using NCrunch Version 4.4.0.12. The message I'm receiving in NCrunch is the following: Feature 'default literal; is not available in C# 7.0. Please …

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

    Hello, I resolved the issue. For some unknown reason, and I still don't know how this happened, a reference XUnit and some of its dependencies was added to a project within the solution. Once I removed these references, NCrunch began working normally. Thank you again for your assistance.

  4. Error: An error occurred while analysing this project after it was built

    Thank you for taking the time to respond to my concerns. I checked the bin folder for my unit testing project and the xunit.execution.desktop.dll file is in the same folder as the output file for the project. Per my original post, I also uninstalled XUnit and all of its dependencies because of…

  5. Error: An error occurred while analysing this project after it was built

    Adding some packages for ClosedXML and its dependencies, NCrunch has ceased to work my unit testing project. I get the following error for the project referenced in the test in the NCrunch Tests interface: An error occurred while analysing this project after it was built: NCrunch: Xunit report…