-
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
Update Repository to include WatchersCount #2182
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2182 +/- ##
==========================================
- Coverage 65.88% 65.02% -0.86%
==========================================
Files 546 547 +1
Lines 14293 14280 -13
Branches 838 835 -3
==========================================
- Hits 9417 9286 -131
- Misses 4718 4720 +2
- Partials 158 274 +116
|
@KarolGrzesiak thanks for opening this up! Can we mark [Obsolete("Update your code to use WatchersCount as this field will stop containing data in the future")]
public int SubscribersCount { get; protected set; } |
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've tidied this up so we can get it out in an update. Thanks for getting it started @KarolGrzesiak!
release_notes: Add WatchersCount to Repository response model |
Resolves #2181