madskristensen / FileNesting

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

Nesting not working in VS 2019 16.3.1 or Preview 16.4.0 preview 1 #93

Open daddyqbob50 opened 5 years ago

daddyqbob50 commented 5 years ago

Installed product versions

Description

Just does not work. When I try to nest files that were previously nested nothing happens.

Steps to recreate

Create a partial class called MyClass.cs Class name MyClass Create a second partial class called MyClass.Ext.cs class name MyClass. (These used to nest automatically. No longer.) Select the "Ext" class, right click in solution explorer, select "File Nesting" submenu, click "Nest". Box appears suggesting the file to nest to, in this case "MyClass.cs". Click "OK". Nothing happens. Files remain unnested.

Current behavior

Attempts to nest files fail.

Expected behavior

Update needs to be released.

tom-englert commented 4 years ago

Probably related to this: dotnet/project-system#1870

stefanrbk commented 3 years ago

I'm experiencing the same issue with VS 16.8.4 Community Edition with my C# .NET 5 Solution. Nesting not working under any of the projects (all are .NET 5 library projects).