4
When using the Resharper (Stylecop) 'Remove Unused Directives in File' or 'Remove Redundant Code in File' function to delete a library from my project, Resharper removes it, but adds comments throughout the project, in the style:
//
// </copyright>
// <summary>
//
// </summary>
// -------------------------------------------------------------------------
I’ve searched several tutorials on how to disable this interaction, but so far I haven’t found anything that really works. Things I’ve tried:
https://stackoverflow.com/questions/14771356/stylecop-resharper-configuration-to-not-add-comments https://stackoverflow.com/questions/3818358/style-cop-resharper-control-comments https://stackoverflow.com/questions/28611346/how-to-globally-disable-file-headers-documentation-in-resharper-plugin-for-visua https://stackoverflow.com/questions/15271881/remove-header-summary-stylecop
Among others..
Could someone help in how to disable this feature?
Grateful, from now on!
And this? http://stackoverflow.com/questions/15271881/remove-header-summary-stylecop
– Laerte
This is similar to the procedure of the first link I added.. I have already tried to uncheck all Stylecop options after creating a user and activating it, but without success. Thank you for the reply, if you have any further suggestions, please send me!
– user34594
You tried to change File Header Text?
– Laerte
Already yes.. Even my File Header Text is clean, without any text.
– user34594
Strange. is that currently my workflow is Java, but when I programmed C# and used Resharper it by default did not add summarys so I found it strange.
– Laerte
It’s really weird, there’s a developer in my industry who doesn’t have it enabled (apparently he didn’t do anything). I’ve tried reinstalling my Stylecop as an attempt at resolution, but so far nothing.
– user34594
And reinstall the resharper?
– Laerte
Also unsuccessful.. :(
– user34594