ExcludeFromStyleCop
Hi.
Your software is awesome, but I need some feature to definitly use it.
I have found that your referenced library VSFile is not allowing to read custom nodes in cproj files. That is a main need for being used with stylecop, because it adds a
<ExcludeFromStyleCop>True</ExcludeFromStyleCop>
to the files which StyleCop must not analyze.
In consequence, running StyleCopCLI over some .sln or .cproj file (with eventual exclude nodes inside) result in a undesirable analysis.
Would it be possible an update to support this feature?
Thank you so much.
Thanks for submitting this. So to clarify, you want the VS File library to read these <ExcludeFromStyleCop> nodes and recognize them when running under StyleCop CLI to ignore these files during analysis?
Exactly. That would be perfect.