Extend XML Configuration
Most Autofac applications use code to register services, and where necessary register only Modules via XML.
Some users have expressed interest in adding more fine-grained component registration to the XML sytax:
Examples:
* Constructor selection policy
* Tags
* Factory Methods
* Open generic types
* Resolve named services as constructor parameters
3 comments
-
Tomek Pluskiewicz
commented
Please add to the list ability to configure constructor/property injection for components registered in code (this is a feature I used extensively in Windsor)
-
Rinat Abdullin
commented
Hm... may be Boo-based initialization would be more flexible?
XML feels horrible for anything that usually requires dealing with types or with lambdas. -
Adminnicholas.blumhardt
(Admin, Autofac)
commented
When voting for this item, please give an indication of which features are important to you :)