I have the test adapter & framework packages added per the docs https://learn.microsoft.com/en-us/visualstudio/test/live-unit-testing-faq?view=vs-2017.
I see the "beaker" symbol\icon beside each test, but hovering says it's Excluded from live unit testing.
Tests all run fine MANUALLY, and I've tried right-clicking and telling it to include, but does nothing. I have no code in here manually excluding anything...
.net 4.7.1 project
EDIT
There is an error
[10:03:48.205 Error] [TestRunner 1] An exception occurred while invoking executor 'executor://mstestadapter/v2': Could not load file or assembly 'System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Could not load file or assembly 'System.Xml.ReaderWriter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
This is a 4.7.1 project testing another 4.7.1 project which is EFCore based.