mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 20:30:41 +00:00
Fix observable tests
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Octokit.Reactive
|
||||
/// http://developer.github.com/v3/activity/events/#list-public-events
|
||||
/// </remarks>
|
||||
/// <returns>All the public <see cref="Activity"/>s for the particular user.</returns>
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
|
||||
IObservable<Activity> GetAll();
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user