Visual Studio 2017 Enterprise xUnit doesn't show CodeLens for tests
2 answers
This is a known bug that you can see in the xunit.net GitHub Issue List .
It was fixed in release 2.3 , which is currently in beta. What I did was check the " enable prepayment " checkbox in the Visual Studio 2017 package manager GUI. Then I went to the updates tab in that dialog and installed the newest version (currently 2.3.0-beta4-build3742). After that, CodeLens support started working again
0
source to share