Hi,
It seems as though NCrunch is losing referenced project references when they come from a Directory.Build.props file, rather than a .csproj file directly.
I've stripped a sample project back to about as bare-bones as possible to show what I'm trying to do... source is here:
https://github.com/kiero...h-directory-build-props
The long and the short of it is that NCrunch seems to lose location information about csproj, but VS, MSBuild, dotnet and ADO all seem to work (that's just an FYI to show I've tried other tools).