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
File properties are lost after nesting/unesting a file.
Steps to recreate
Add a new file to csproj called "mytest.config"
set it's properties to "Copy to output directory" = "Copy always".
Use the extension to set "mytest.config" as a nested file to another file.
Use the extension again to unsert the nested file "mytest.config"
Current behavior
The "CopyToOutputDirectory" value has been lost in the process.
Expected behavior
As a user I would expect the nesting/unesting to not be a destructive operation and keep the options like "CopyToOutputDirectory", or if it is really needed to remove the properties then at least show a warning.
The text was updated successfully, but these errors were encountered:
Installed product versions
Description
File properties are lost after nesting/unesting a file.
Steps to recreate
Current behavior
The "CopyToOutputDirectory" value has been lost in the process.
Expected behavior
As a user I would expect the nesting/unesting to not be a destructive operation and keep the options like "CopyToOutputDirectory", or if it is really needed to remove the properties then at least show a warning.
The text was updated successfully, but these errors were encountered: