Commit Graph

8 Commits

Author SHA1 Message Date
Brendan Forster 5de5258257 add attribute for tracking preview usage in the codebase (#2128) 2020-03-07 10:40:15 -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 33f75ed149 Add pagination support to Migrations client (#1949)
* Add pagination to *MigrationsClient

* Add unit tests for *MigrationsClient

* Add integration tests for *MigrationsClient

* Fix the broken tests
2019-02-24 21:48:55 +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
aedampir@gmail.com 44b0f4039d ID -> Id 2016-07-17 16:29:32 +07:00
Devesh Khandelwal 798fe1f592 Update GetArchive() to return a byte array. All tests passing. 👍 2016-05-20 19:14:36 +05:30
Devesh Khandelwal e5e5261aef Refactoring for consistency. 2016-05-20 19:14:36 +05:30
Devesh Khandelwal 73d321da93 Refactor: Pull out Migrations client from Enterprise.
Following the API sidebar structure, the migrations client is pulled out
and put into another Migration client.
2016-05-20 19:10:22 +05:30