In F# unit test project targeting net462 & referencing mstest v2 latest nuget.
Code:
namespace ns
open Microsoft.VisualStudio.TestTools.UnitTesting
open Swensen.Unquote
[<TestClass>]
type ``Liquid Crystal (LC) Calibration process tests``() =
[<TestMethod>]
member __.``Test Method``() =
test <@ true @>
that (LC) thing causes NullReferenceException
> nCrunch.Module.MSTest.dll!nCrunch.Module.MSTest.Integration.MSTestRunner.runTestsWithinAssembly(System.Collections.Generic.IList<nCrunch.TestExecution.PendingTest> testsToRun, nCrunch.TestExecution.TestTaskOutput testOutput) Unknown No symbols loaded.
nCrunch.Common.dll!nCrunch.Common.PerformanceTracking.PerfTracker.TrackUnreliableActivity(string name, System.Action activity) Unknown No symbols loaded.
nCrunch.Common.dll!nCrunch.Common.PerformanceTracking.PerfTracker.TryTrackUnreliableActivity(string name, System.Action activity) Unknown No symbols loaded.
nCrunch.Module.MSTest.dll!nCrunch.Module.MSTest.Integration.MSTestRunner.RunTests(System.Collections.Generic.IList<nCrunch.TestExecution.PendingTest> testsToRun, nCrunch.TestExecution.TestTaskOutput testOutput) Unknown No symbols loaded.
nCrunch.TestExecution.dll!nCrunch.TestExecution.TestExecutionMonitor.PerformMonitoredTestExecution(System.Action testExecutionAction) Unknown No symbols loaded.
nCrunch.TestExecution.dll!nCrunch.TestExecution.TestRunnerThread.() Unknown No symbols loaded.
nCrunch.TestExecution.dll!nCrunch.TestExecution.TestRunnerThread.() Unknown No symbols loaded.
mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Unknown No symbols loaded.
mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Unknown No symbols loaded.
mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Unknown No symbols loaded.
mscorlib.dll!System.Threading.ThreadHelper.ThreadStart() Unknown No symbols loaded.
[Native to Managed Transition] Annotated Frame