Which version of Visual Studio are you building with (if any)?
17.8.0
Which version of the WiX Toolset Visual Studio Extension are you building with (if any)?
Heatwave 1.0.2
Describe the problem and the steps to reproduce it.
Create a v3 project with a fragment containing a CopyFile@DestinationLongName attribute. It will build with a deprecation warning. Convert it to v4 using Heatwave/WixCop. It will say conversion succeeded. Nothing in the conversion log mentions this attribute. However the build v4 build will fail wwith WIX0004 saying the attribute is unexpected.
Describe the behavior you expected and how it differed from the actual behavior.
I'd expect wixcop to rename DestinationLongName to DestinationName or report a conversion failure if there is a reason this isn't safe to do automatically.
Bugs
If this issue is a bug:
Which version of WiX are you building with? 4.0.3
Which version of Visual Studio are you building with (if any)? 17.8.0
Which version of the WiX Toolset Visual Studio Extension are you building with (if any)? Heatwave 1.0.2
Describe the problem and the steps to reproduce it.
Create a v3 project with a fragment containing a CopyFile@DestinationLongName attribute. It will build with a deprecation warning. Convert it to v4 using Heatwave/WixCop. It will say conversion succeeded. Nothing in the conversion log mentions this attribute. However the build v4 build will fail wwith WIX0004 saying the attribute is unexpected.
I'd expect wixcop to rename DestinationLongName to DestinationName or report a conversion failure if there is a reason this isn't safe to do automatically.