Forum member

Magnus

6 posts

Posts by Magnus

  1. Cannot run NUnit tests when datatypes in WPF DotNet Core assemblies are referenced

    There is nothing that I can see in the Windows Event Viewer. I can repeat the build problem with so far 100% certainty by chosing "Reload and rebuild selected component" for the test project in the the NCrunch Tests dialog. I then have to cllick "Restart the ncrunch engine" to get it running again…

  2. Cannot run NUnit tests when datatypes in WPF DotNet Core assemblies are referenced

    I just submitted a bug report, with this trace output in the test window: An error occurred while analysing this project after it was built: NCrunch encountered an unexpected error occurred while building an environment to analyse an assembly: nCrunch.TaskRunner.Ipc.IpcConnectionClosedException: …

  3. Cannot run NUnit tests when datatypes in WPF DotNet Core assemblies are referenced

    Tried it, same behavior.

  4. Cannot run NUnit tests when datatypes in WPF DotNet Core assemblies are referenced

    Some follow-up information on the 4.3.0.6 in VS2019. Nothing that is really stopping, but that I think you will want to fix. The exploration phase still seems to have problems, and sometimes I get the "Not runnable: Exception occured during exploration" for the tests in the editor. I haven't been…

  5. Cannot run NUnit tests when datatypes in WPF DotNet Core assemblies are referenced

    I used the NCrunch_VS2019_4.3.0.6.msi and it solved the problem! Thanks! (The reset password mail was in the spam folder by the way)

  6. Cannot run NUnit tests when datatypes in WPF DotNet Core assemblies are referenced

    I have a WPF dotnet Core 3.1 project and a separate test project, where I wish to be able to test ViewModels and Converters etc that reference WPF datatypes, such as the IValueConverter interface. A minimal example is this dummy class in the WPF project: [code=csharp] public class DummyCon…