You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thanks for submitting this. So to clarify, you want the VS File library to read these nodes and recognize them when running under StyleCop CLI to ignore these files during analysis?
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.
The text was updated successfully, but these errors were encountered: