I have a project targeting 'netcoreapp3.0' which is building fine in VS but not in NCrunch. I am getting errors like the following:
Quote:
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?)
NCrunch - v3.31.0.3
Visual Studio 2019 - v16.3.2