CommunityToolkit / Graph-Controls

Set of Helpers and Controls for Windows development using the Microsoft Graph.
https://docs.microsoft.com/en-us/windows/communitytoolkit/graph/overview
Other
155 stars 39 forks source link

Updated remote object storage helpers with new WCT interfaces #131

Closed shweaver-MSFT closed 3 years ago

shweaver-MSFT commented 3 years ago

Fixes #86

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Currently the roaming settings work is located in the UWP directory, making it only usable in UWP apps. It is also based on the older ObjectStorage interfaces in WCT, which are being deprecated in the near future.

What is the new behavior?

The roaming settings helpers have been majorly refactored and most importantly simplified! The new code is much easier to work with in my opinion, but it is also segmented a little differently.

Old, removed ❌

New, improved ✨

PR Checklist

Please check if your PR fulfills the following requirements:

TODO:

ghost commented 3 years ago

Thanks shweaver-MSFT for opening a Pull Request! The reviewers will test the PR and highlight if there is any merge conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌