mrbrl / PCLAppConfig

Xamarin.Forms PCL App.Config Manager
Apache License 2.0
21 stars 10 forks source link

PortableFileSystem now can be use in PCL project directly #6

Closed soroshsabz closed 6 years ago

soroshsabz commented 8 years ago

ITNOA

Hi,

I implement bait and switch pcl trick for PortableFileSystem and now we can use in PCL project directly. and we do not need to initialize for each specific platform project. and fixes #2

Now I can write below code in PCL project:

ConfigurationManager.Initialise(PCLAppConfig.FileSystemStream.PortableStream.Current);
string value = ConfigurationManager.AppSettings["SomeKey"]

Some note:

soroshsabz commented 7 years ago

@mrbrl any update?

soroshsabz commented 7 years ago

@monovo any update?

soroshsabz commented 7 years ago

Hi again, any improvement in this thread?

soroshsabz commented 7 years ago

@mrbrl @monovo Hi again, I want to remind you about this PR. :D ;)

soroshsabz commented 7 years ago

@mrbrl @monovo is there any plan to continue support of this library?