LineEndingsUnifier
LineEndingsUnifier copied to clipboard
Appears to fail on .xaml files
Hello,
I'm using Xamarin Forms with Visual Studio 16.6.1.
I added ".xaml;" to the list of Supported File Formats: ".xaml; .cpp; .c; .h; .hpp; .cs; .js; .vb; .txt".
In the solution explorer, I right-click on the solution, and choose "Unify Line Endings In This Solution". It processes a number of files, but then just stops - it appears to hang up on the first .xaml file it encounters. No further files are processed, and there is no dialog that appears at the end, and no ".leu" file is written.
If I remove the ".xaml;", all other files in the solution are processed, and the dialog appears at the end, and the ".leu" file is written.