mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-29 09:22:25 +00:00
Suppress Code Analaysis warning on
EmailAddress.DebuggerDisplay
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Globalization;
|
||||
|
||||
namespace Octokit
|
||||
@@ -25,6 +26,8 @@ namespace Octokit
|
||||
/// </summary>
|
||||
public bool Primary { get; set; }
|
||||
|
||||
[SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode",
|
||||
Justification="Used by DebuggerDisplayAttribute")]
|
||||
private string DebuggerDisplay
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user