trying to run the .NET 4.5 build under mono, executing nunitlite.tests.exe results in:
mono nunitlite.tests.exe
NUnitLite 3.13.0 (.NET Framework 4.5 Debug)
Copyright (c) 2019 Charlie Poole, Rob Prouse
Runtime Environment
OS Version: Unix 4.4.0.148
CLR Version: 4.0.30319.17020
Test Files
/media/sf_D_DRIVE/Projects/github/nunit/bin/debug/net45/nunitlite.tests.exe
Test Discovery
Start time: 2019-05-22 11:19:56Z
End time: 2019-05-22 11:19:56Z
Duration: 0.023 seconds
System.TypeLoadException: Could not load type 'NUnit.Framework.Internal.TestSuiteResult' from assembly 'nunit.framework, Version=3.13.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb'.
at NUnit.Framework.Internal.Execution.WorkItemBuilder.CreateWorkItem (ITest test, ITestFilter filter, Boolean recursive) <0x41997a00 + 0x00143> in <filename unknown>:0
at NUnit.Framework.Api.NUnitTestAssemblyRunner.RunAsync (ITestListener listener, ITestFilter filter) <0x41994900 + 0x0010f> in <filename unknown>:0
at NUnit.Framework.Api.NUnitTestAssemblyRunner.Run (ITestListener listener, ITestFilter filter) <0x41994880 + 0x0001b> in <filename unknown>:0
at NUnitLite.TextRunner.RunTests (NUnit.Framework.Internal.TestFilter filter, IDictionary`2 runSettings) <0x41994610 + 0x00059> in <filename unknown>:0
at NUnitLite.TextRunner.Execute () <0x41984560 + 0x0071f> in <filename unknown>:0
I have no idea what to do to debug this. This test exe runs correctly under .NET 4.5 on windows.
trying to run the .NET 4.5 build under mono, executing nunitlite.tests.exe results in:
I have no idea what to do to debug this. This test exe runs correctly under .NET 4.5 on windows.