Suppress Code Analaysis warning on

EmailAddress.DebuggerDisplay
This commit is contained in:
Peter MacNaughton
2014-02-08 10:49:50 -07:00
parent bfaccd0595
commit 56cbb0cf2f
+3
View File
@@ -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