codeformatter icon indicating copy to clipboard operation
codeformatter copied to clipboard

XUnitConverter does not work because project.DocumentIds is empty (Visual Studio 2019 unit test project)

Open chrivo opened this issue 5 years ago • 1 comments
trafficstars

When calling XUnitConverter on a VS 2019 project there is no console ouput and the project keeps unchanged. I debugged into the code and in ConverterBase, line 20, project.DocumentIds is empty. which cases the converters to effectively not run. What could be the reason why there are no document IDs? The unit test project has one unit test source file with one test class in it.

chrivo avatar Apr 21 '20 12:04 chrivo

As mentioned here, I think it's best if you try out my permanent fork ;)

tiesmaster avatar Apr 21 '20 14:04 tiesmaster