madskristensen / FileNesting

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

Un-nest deletes code behind piece of WPF View. #92

Open darinclarkdev opened 5 years ago

darinclarkdev commented 5 years ago

Installed product versions

Visual Studio: 2017.9.3 Professional

Description

When I have multiple xaml pages nested the un-nest will delete the .cs code behind file. I have a wpf view with a viewModel and multiple viewparts nested under the view. When I un-nest this the .cs file for each of the viewparts is deleted.