Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
daddyqbob50 opened this issue Oct 1, 2019 · 2 comments
Open

Comments

@daddyqbob50
Copy link

Installed product versions

  • Visual Studio: 16.3.1 and 16.4.0 Preview 1
  • This extension: [example 1.1.21]

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
Copy link
Contributor

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

@stefanrbk
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants