I have a portable class library that I need to get in the application that hosts its settings.
(i.e. web.config, app.config or Windows (phone) 8 settings where they are stored)
Is there any way to do this. I searched like crazy, and I canβt find anything that will allow me to read this information, and I canβt find anything that will tell me where the application configuration file is even located.
Are there any suggestions on how to agnostically read application settings in PCL?
source share