madskristensen / FileNesting

Nest files in Solution Explorer
Other
119 stars 59 forks source link

File Nesting doesn't work in ASP.NET Core projects on Visual Studio 2015 Update 2 #54

Closed kollster closed 8 years ago

kollster commented 8 years ago

Installed product versions

File Nesting doesn't work at all in ASP.NET Core projects on Visual Studio 2015 Update 2.

Steps to recreate

  1. Create or open an ASP.NET Core project in Visual Studio 2015 Update 2.
  2. Create two files e.g. FileParent.txt and FileChild.txt.
  3. Select FileChild.txt in Solution Explorer and press Ctrl + Alt + N for File Nesting.
  4. In the popup, select FileParent.txt as parent.
  5. Notice that FileChild.txt does not get nested under FileParent.txt.

    Expected behavior

It is expected that FileChild.txt should get nested under FileParent.txt.

madskristensen commented 8 years ago

The ASP.NET Core project type doesn't support file nesting beyond its own built in rules for nesting. This extension can do nothing to remedy that, unfortunately. I know the VS web tooling team is looking at making the nesting rules configurable.