Skip to content

[Feature] Enable roaming settings via OneDrive file storage #74

@shweaver-MSFT

Description

@shweaver-MSFT

Describe the problem this feature would solve

Related to #72, RoamingSettings have been deprecated by the Windows platform and there is a need for an alternative.

Describe the solution

Integrate with the RoamingSettings constructs of #72 and #73, and create a new OneDriveDataStore to manage roaming settings via files in OneDrive.

var settings = new RoamingSettings(DataStore.OneDrive);

Additional context & Screenshots

There is a working example in Ambie that we can reference:
https://github.com/jenius-apps/ambie/blob/main/src/AmbientSounds/Services/SyncEngine.cs

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions