ReSharper - how to disable generation of rubbish documentation headers in Code Cleanup

后端 未结 2 1020
面向向阳花
面向向阳花 2021-01-12 07:40

We\'re using ReSharper 6.0 with StyleCop for ReSharper.

Although we use the StyleCop rule that members must have documentation headers, we don\'t want ReSharper\'s c

2条回答
  •  走了就别回头了
    2021-01-12 08:18

    ReSharper -> Options -> Tools section -> Code Cleanup -> select StyleCop profile -> Documentation section -> untick 1600.

    Will prevent default documentation headers being created but StyleCop will still enforce that they should be there.

提交回复
热议问题