IAppSettings implementation for new appsettings.json configuration format.
Asp.NET Core defaults to use a json base appsettings.json configuration. Right now SS has no support for the new standard. I would like to have an IAppSettings implementation for the new format. Maintain different configuration files is less than optimal.
7
votes

Now available with the new NetCoreAppSettings in ServiceStack v5. Please see ServiceStack v5 changes for more info:
https://forums.servicestack.net/t/myget-pre-release-packages-upgraded-to-v5/4749
-
Sörnt commented
Thank you very much!