如何配置 stylecop 或 resharper 在执行“清理代码”时不添加无意义的注释?
好的(保持/很高兴拥有):
有区域标签:
#region Public Properties
消除:
/// <summary>
/// Gets or sets the description.
/// </summary>
或者
/// <summary>
/// The _context.
/// </summary>
private static HttpContextBase _context;