When setting up a multi-project scenarios for a CodeRefactoringTest, the invocation location is only allowed in the initial project. #806
Labels
Area-MS.CA.Testing
Microsoft.CodeAnalysis.Testing
Example, i tried to setup this config:
Where the starting location was in text1. This crashed here as the engine was trying to found that location in a tree, but then looked up that tree in the main "TestProject" instance, not teh additional-project instance.
I was able to work around that, but it would be nice to support this.
Here
project.GetDocument
is returning null as this is the wrong project instance for that source-tree.The text was updated successfully, but these errors were encountered: