Installed product versions
- Visual Studio 2017 Enterprise 15.9.17
- This extension: 2.6.85
Description
When trying to nest a file with the same name as existing files in the solution but in different folders, the item is nested under the wrong parent.
Steps to recreate
- Download and extract
ClassLibrary1.zip
- Open ClassLibrary1.sln in Visual Studio 2017
- Right-click "ClassLibrary1" in "Solution Explorer" and select File Nesting > Enable automatic nesting.
- Set Tools > Options... > File Nesting > Nesting Rules > Enable extension rule > True
- Click on "Show All Files" in "Solution Explorer"
- Right-click "Folder1\Feature1.feature.cs" > Include In Project
- Right-click "Folder2\Feature1.feature.cs" > Include In Project
Current behavior
"Folder2\Feature1.feature.cs" is nested under "Folder1\Feature1.feature"
Expected behavior
I expected "Folder2\Feature1.feature.cs" to be nested under "Folder2\Feature1.feature"
Installed product versions
Description
When trying to nest a file with the same name as existing files in the solution but in different folders, the item is nested under the wrong parent.
Steps to recreate
ClassLibrary1.zip
Current behavior
"Folder2\Feature1.feature.cs" is nested under "Folder1\Feature1.feature"
Expected behavior
I expected "Folder2\Feature1.feature.cs" to be nested under "Folder2\Feature1.feature"