Forum member
Magnus
6 posts
Posts by Magnus
-
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…
17 Jan 2020 14:55 UTC
-
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: …
17 Jan 2020 08:03 UTC
-
Cannot run NUnit tests when datatypes in WPF DotNet Core assemblies are referenced
Tried it, same behavior.
13 Jan 2020 17:08 UTC
-
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…
12 Jan 2020 16:10 UTC
-
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)
10 Jan 2020 07:41 UTC
-
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…
09 Jan 2020 16:49 UTC