madskristensen / FileNesting

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

Will .NET Core project types be supported in the near future #84

Open TerryDieckmann opened 6 years ago

TerryDieckmann commented 6 years ago

Installed product versions

Description

Will .NET Core project types be supported in the near future?

RealDotNetDave commented 6 years ago

I need it too Mads.

madskristensen commented 6 years ago

ASP.NET Core project type supports file nesting out of the box in VS2017. I can't add this feature to other .NET Core project types - they have to add it natively like ASP.NET Core did.

Thieum commented 4 years ago

It seems it will be implemented in VS 16.7 : https://github.com/dotnet/project-system/labels/Feature-File-Nesting

tom-englert commented 4 years ago

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