Add ObservableUserGpgKeysClient and fixes to satisfy convention tests

This commit is contained in:
Henrik Andersson
2016-06-05 15:09:13 +10:00
parent 06700b21f5
commit 3ad22b5d9d
13 changed files with 233 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ using System.Threading.Tasks;
namespace Octokit
{
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Gpg")]
[DebuggerDisplay("{DebuggerDisplay,nq")]
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class NewGpgKey
{
public NewGpgKey()