Skip to content

v2.9.0

The Live Unit Testing (LUT) feature was introduced in Visual Studio
2017 Enterprise Edition version 15.3.

NuGet packages added to the test project:

- NUnit3TestAdapter:
  Visual Studio needs it for LUT to find the tests

- Microsoft.NET.Test.Sdk:
  LUT asked if it was installed thus assuming it is required
  
It was also necessary to explicitly set the startup object of the test
project to MoreLinq.Test.Program because of additional possible start
points created by one or other of the NuGet packages above.
Assets 2
Loading