Xavalon / XamlStyler

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

Add option to list failures when running in Passive mode #463

Open mrlacey opened 7 months ago

mrlacey commented 7 months ago

Is your feature request related to a problem? Please describe.

When running the command line version as part of a CI process on a large solution, finding the specific file(s) that has (have) failed often feels slow and frustrating.

Describe the solution you'd like

I'd like to add a --listfailures flag that, if passed (in combination with --passive), will list the failing files at the end of the output.

This way, I wouldn't have to search through the output to find the files that have failed. -- Computers are good at (better than me at) searching for and summarizing things, let's use that to make reviewing the output easier.

Describe alternatives you've considered

Additional context Add any other context or screenshots about the feature request here.

None, but I'd be happy to implement it.

mrlacey commented 5 months ago

X-Ref #400

Maybe add 2 new options: --listonlyfailures and --summarizefailures

will review further before proposing something more complete.