codeformatter
codeformatter copied to clipboard
XUnitConverter does not work because project.DocumentIds is empty (Visual Studio 2019 unit test project)
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.
As mentioned here, I think it's best if you try out my permanent fork ;)