Bug: VS2017 Live Unit Testing – only minus’s – doesn’t work
Update: MS say it’s fixed in 15.3.2 https://social.msdn.microsoft.com/Forums/vstudio/en-US/9f5a5c01-052b-4b6a-94c5-70aae9cdf843/vs2017-live-unit-testing-only-minuss?forum=vsunittest Ok, I have narrowed it down. When you add a NuGet reference to the Unit Test Project, it adds a packages.config AND in some scenarios might add an App.Config file. When I add Oracle.ManagedDataAccess the following is added to the App.Config: <?xml version=”1.0″ encoding=”utf-8″?> <configuration> <!–<configSections> <section … Read more