I have a project targeting 'netcoreapp3.0' which is building fine in VS but not in NCrunch. I am getting errors like the following:
The type or namespace name 'Mvc' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
The type or namespace name 'SelectListItem' could not be found (are you missing a using directive or an assembly reference?)
Is there a possibility for you to submit a sample solution that reproduces this issue? Creating a blank MVC project doesn't seem to trigger the issue for me.
You can submit this via: https://www.ncrunch.net/Support/Contact