gregyjames / OctaneDownloader

A high performance, multi-threaded C# file download library.

Home Page:https://www.nuget.org/packages/OctaneEngineCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Appsettings.json support with Microsoft.Extensions.Configuration

gregyjames opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
Users can't preconfigure octane or carry over settings easily.

Describe the solution you'd like
We will optionally load download settings from appsettings.json, bind it to a octaneconfiguration object, and pass it into the downloader.

Describe alternatives you've considered
Currently, we only support configuration through using a preconfigured settings object.