Commit Graph

13 Commits

Author SHA1 Message Date
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 0c1a4e0d00 burned <returns> tags 2016-07-06 02:35:20 +07:00
Alexander Efremov fcab9e073c cleared <returns> tags 2016-06-17 06:10:53 +07:00
aedampir@gmail.com 301bb268bc added new overloads 2016-06-15 18:40:56 +07:00
aedampir@gmail.com 6e7e30e3fd modified XML docs 2016-06-15 18:30:06 +07:00
aedampir@gmail.com c6ce11d7b4 reordered methods in interfaces and implementations 2016-06-15 18:24:28 +07:00
aedampir@gmail.com 7dd5c10945 modified XML docs 2016-06-15 18:23:17 +07:00
maddin2016 65f481fcf4 fix constructur for unit tests 2016-06-01 16:45:56 +02:00
maddin2016 3a4031fb9b add PullRequestReviewCommentReactionClient 2016-06-01 11:25:24 +02:00