Multiple file extensions confuse semanticmerge
Files ending with multiple extensions eg: .xaml.cs throw an error saying the type is not supported, even though it's just a .cs file.
13
votes
Drew Peterson
shared this idea
Not applicable.
-
Violeta commented
Hi Drew!
I just tried to execute semanticmerge with files ending with .xaml.cs and I got the expected result! Semanticmerge detects the files are c# and it shows correctly!
Any further info?
I executed:
semanticmergetool.exe -b="C:\Users\Violeta\Example files\base.xaml.cs" -s="C:\Users\Violeta\Example files\src.xaml.cs" -d="C:\Users\Violeta\Example files\dst.xaml.cs" -r=result.xaml.cs