Pedantic all the way

This commit is contained in:
Mordechai Zuber
2016-03-10 12:02:14 +02:00
parent a8162c4af0
commit e041f52954
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ namespace Octokit
/// https://developer.github.com/v3/users/keys/#list-your-public-keys
/// </remarks>
/// <returns></returns>
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
Task<IReadOnlyList<PublicKey>> GetAllForCurrent();
/// <summary>