Open daddyqbob50 opened 5 years ago
Probably related to this: dotnet/project-system#1870
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).
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.