dotnet / codeformatter

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles
MIT License
1.24k stars 244 forks source link

Ignoring auto-generated files #259

Open uioporqwerty opened 7 years ago

uioporqwerty commented 7 years ago

With CodeFormatter, how can you tell it to ignore certain files like Reference.cs which are autogenerated files? These take a long time to parse; in our case it takes 2-5 seconds for some files.

alexsorokoletov commented 6 years ago

This is a good one! +1