mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
Pedantic all the way
This commit is contained in:
@@ -19,6 +19,7 @@ namespace Octokit.Reactive
|
||||
/// https://developer.github.com/v3/users/keys/#list-your-public-keys
|
||||
/// </remarks>
|
||||
/// <returns></returns>
|
||||
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
|
||||
IObservable<PublicKey> GetAllForCurrent();
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace Octokit.Tests.Clients
|
||||
{
|
||||
public class UserKeysClientTests
|
||||
{
|
||||
public class TheGetAllMethod
|
||||
public class TheGetAllForCurrentMethod
|
||||
{
|
||||
[Fact]
|
||||
public void RequestsTheCorrectUrl()
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace Octokit.Tests.Reactive
|
||||
{
|
||||
public class ObservableUserKeysClientTests
|
||||
{
|
||||
public class TheGetAllMethod
|
||||
public class TheGetAllForCurrentMethod
|
||||
{
|
||||
[Fact]
|
||||
public void CallsIntoClient()
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user