LeftTwixWand / Inventory

New version of Microsoft Inventory sample, built on WinUI 3, using DDD and Clean Architecture approach
MIT License
71 stars 10 forks source link

Improve Local Settings Service to use ObjectStorage from Community toolkit #23

Closed LeftTwixWand closed 1 year ago

LeftTwixWand commented 1 year ago

CommunityToolkit.Helpers.ObjectStorage allows to easily store some data in LocalObjectStorage or RoamingObjectStorage, which makes LocalSettingsService not actual. Or at least it requires some refactoring to use provided by CommunityToolkit functionality.