Forum member

Steffenskaraas

2 posts

Posts by Steffenskaraas

  1. Ncrunch wont show test coverage for spesific project

    Solved it myself. The issue were that the test project were built on .net6.0 and the project in question had .net framework 4.6.2. Solved it by upgrading my project

  2. Ncrunch wont show test coverage for spesific project

    Hi. I have encountered an issue with NCrunch. When creating tests, the test class itself shows up as green, but not the class that is been tested. This is only an issue with a spesific project in my solution, NCrunch works fine anywhere else. I have tried to delete all temp NCrunch files and …