Xavalon / XamlStyler

Visual Studio extension to help format your XAML source code
Apache License 2.0
1.17k stars 128 forks source link

Output details about the failures when running in passive mode #487

Open CruseCtrl opened 4 months ago

CruseCtrl commented 4 months ago

Is your feature request related to a problem? Please describe. When running via the CLI in passive mode with the --passive flag, the output only says which files have failed, but doesn't give any detail about what the failures are

Describe the solution you'd like When a file fails the checks, the output should describe the failures

Additional context I had an issue today where all files are failing the check when run on the build pipeline but passing locally, so it was really hard to debug. It turned out to be related to line endings (XamlStyler enforces CRLF, which can't be changed until #295 is merged), but it would've been nice if the output could've told me what the problem was