Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

BCL API review: Consider decoupling options from DI #70

Closed
divega opened this issue Jun 30, 2015 · 1 comment
Closed

BCL API review: Consider decoupling options from DI #70

divega opened this issue Jun 30, 2015 · 1 comment

Comments

@divega
Copy link

divega commented Jun 30, 2015

Options was designed to work well with DI, but the only part that really depends directly on DI is the extension methods on IServiceCollection: Configure() and AddOptions(). The idea with this issue is propose we separate those extension methods into a different package from the core of Options which in theory could be used independently of DI, e.g. using code generation.

@HaoK
Copy link
Member

HaoK commented Sep 30, 2015

There isn't much left in options with the binder moving to Config

@HaoK HaoK closed this as completed Sep 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants