When using the ReSharper (StyleCop) 'Remove Unused Directives in File' or 'Remove Redundant Code in File' function to exclude some library from my project, ReSharper removes it, but adds comments throughout the project :
//
// </copyright>
// <summary>
//
// </summary>
// -------------------------------------------------------------------------
I have already tried several tutorials on how to disable this interaction, but so far I have not found anything that really works. Things I've tried:
Among others ..
Can anyone help on how to disable this feature?
Thank you in advance!