cbondeson;9913 wrote:The test project is a dotnetcore DLL, the project I am trying to test is a dotnetstandard DLL. Is there a way to configure NCrunch to work with this kind of project structure? The reference project will be packaged and used as a nuget package and I would like to keep it a dotnetstandard DLL.
Sorry, I misunderstood. Yes, this structure should work with NCrunch. I have a bug report submitted for a similar looking problem that went through about an hour before this forum post - is this your report?
The problem itself is appearing when NCrunch tries to initialise a test process under .NET Core. The process exits immediately on startup, yielding no error information.
Would you be able to check if there are any exceptions in your Windows event viewer?
Where I've seen this previously, it's been due to dependency issues.
This forum thread gives details about a series of dependency issues encountered in the first test build of NCrunch under .NET Core. It may be be worth checking through this to see if you're experiencing the same problem and perhaps the fix for it hasn't taken properly.