`INAF.Libraries.Uwp.Settings` is a UWP class library that centralizes application settings persistence and storage item access management for Windows applications. The solution provides a lightweight abstraction over `ApplicationData.Current.LocalSettings` and the UWP `FutureAccessList`, with additional support for tracking recent storage items.The library is designed to simplify three common concerns in UWP applications: storing simple key/value application settings; persisting complex objects through JSON serialization; saving and restoring access to files and folders through UWP storage tok
Francesco Carraro (Tue,) studied this question.