Commit Graph

16 Commits

Author SHA1 Message Date
Brendan Forster dc2f6ff001 first pass at cleaning up attributes (#2157) 2020-03-18 09:02:11 -03:00
Brendan Forster 5de5258257 add attribute for tracking preview usage in the codebase (#2128) 2020-03-07 10:40:15 -04:00
Brendan Forster f96885654f add metadata to each client action (#2124) 2020-03-04 21:10:38 -04:00
Brendan Forster ce5ea64428 migrate to dotnet-format tool (#2016)
* migrate to new dotnet-format tool in build script (run on local build)
* reformat code
2019-09-24 11:34:50 -03:00
Henrik Andersson 43381c4a53 Pagination support to Reactions Clients (#1948)
* Add pagination to *CommitCommentReactionsClient

* Add unit tests for *CommitCommentReactionsClient

* Add integration tests for *CommitCommentReactionsClient

* Add pagination to *IssueCommentReactionsClient

* Add unit tests for *IssueCommentReactionsClient

* Add integration tests for *IssueCommentReactionsClient

* Add pagination to *IssueReactionsClient

* Add unit tests for *IssueReactionsClient

* Add integration tests for *IssueReactionsClient

* Add pagination to *PullRequestReviewCommentReactionsClient

* Add unit tests for *PullRequestReviewCommentReactionsClient

* Add integration tests for *PullRequestReviewCommentReactionsClient

* Remove rogue using statement and whitespace

* Add null check tests for GetAll with repositoryid overload
2019-02-27 21:29:33 +10:00
Itai Bar-Haim 4e804f61a6 Prefer using nameof(x) over literal "x" (#1781)
* updated XML docs and added some missing bits.

* prefer nameof(x) over literal "x"
2018-03-07 20:43:10 +10:00
Andreia Gaita 9e958bf998 Make Repository Id a long, it's going to grow... 2016-09-15 02:15:11 +02:00
aedampir@gmail.com 44b0f4039d ID -> Id 2016-07-17 16:29:32 +07:00
aedampir@gmail.com 91bcb128a6 burned <returns> tags 2016-07-06 02:41:13 +07:00
Alexander Efremov b27d5b5da2 cleared <retruns> tags 2016-06-17 06:13:31 +07:00
aedampir@gmail.com 112900d569 modified xml docs 2016-06-15 17:40:48 +07:00
aedampir@gmail.com 0e3d077537 added new overloads 2016-06-15 16:18:38 +07:00
aedampir@gmail.com 7a8d1456fb modified XML docs
reordered usings
2016-06-15 16:14:54 +07:00
Ryan Gribble ff0c9dd2c2 Fix grammar 2016-06-10 07:35:56 +10:00
maddin2016 2611af5b01 fix broken links for reaction clients 2016-06-01 10:40:54 +02:00
maddin2016 eddf6023ed add IssueCommentReactionsClient 2016-06-01 09:46:00 +02:00