You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: