dansiegel / Mobile.BuildTools

The Mobile.BuildTools makes it easier to develop code bases in a clean, consistent, secure, and configurable way. Determine at Build which environment your app needs to run on, and what Client Secrets it should have. Plus many more amazing features!
http://mobilebuildtools.com
MIT License
228 stars 29 forks source link

Adding Microsoft.Extensions.Configuration Provider #324

Closed dansiegel closed 1 year ago

dansiegel commented 1 year ago

Description

This adds a dependency on Microsoft.Extensions.Configuration and adds a ConfigurationSource using the Mobile.BuildTools IConfigurationManager. This means that whether relying on an updated app.config as part of your project or changing environments at runtime you can get the updated configuration settings using the mechanisms you are used to with Microsoft.Extensions.Configuration.