-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement missing functions in Repo Releases API #344
Conversation
/// <param name="number">The id of the release</param> | ||
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception> | ||
/// <returns>The <see cref="Release"/> specified by the id</returns> | ||
[SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Get")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm starting to wonder if we should just disable CA1716
. @shiftkey any thoughts?
Looking good so far. Just realized this is still WIP. :) |
Thanks, always good to get an early review done, gives me more time to fix it up 😁 |
Add API URLs to comments Doc Comment Observable Releases Client Add API URLs to doc comments Code Analysis fixes
Just adding some integration tests, other than that this is ready for review. |
Implement missing functions in Repo Releases API
Feel free to add the integration tests in another PR. Nice work! 👍 |
Fixes #338