Skip to content

Comments

.NET Framework specific FileSystemStream implementation#18

Open
anders9ustafsson wants to merge 2 commits intomrbrl:masterfrom
nwisesweden:feature/dotnet
Open

.NET Framework specific FileSystemStream implementation#18
anders9ustafsson wants to merge 2 commits intomrbrl:masterfrom
nwisesweden:feature/dotnet

Conversation

@anders9ustafsson
Copy link

For applicability on more platforms, I have added a .NET Framework ("desktop") specific FileSystemStream assembly to allow for file system located configuration files in .NET Framework applications as well.

For this to work in .NET Framework applications, the configuration file needs to be added to the application project as Content (or None) and copied to the output directory. I realize that using the App.config name in this context might interfere with the regular application configuration file. In the longer run, it might be worthwhile considering renaming the App.config file in PCLAppConfig to something else, perhaps PCLApp.config?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant