「コードのクリーンアップ」を行うときに無意味なコメントを追加しないようにstylecopまたはresharperを構成する方法??
OK (保持/持っておくと便利):
地域タグがあります:
#region Public Properties
削除する:
    /// <summary>
    /// Gets or sets the description.
    /// </summary>
また
    /// <summary>
    /// The _context.
    /// </summary>
    private static HttpContextBase _context;
    