forked from castleproject-deprecated/Castle.Windsor-READONLY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
17 lines (9 loc) · 935 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
**internal changes and refactorings to do**
- change now interaction with Burden in the creation pipeline happen. Especially try to eliminate the ugly context.AttachExistingBurden(burden); call
- better unify exceptions thrown and start taking advantage of what the exception facilities in Visual Studio and .NET provide.
- make specifying depenencies with service override easier (currently both a parameter and a dependency has to be added and they have to match... and it's even more complex when we have a collection of service overrides we want to add)
- scoping per tag:
- container.BeginScope(IDictionary inlineArguments)
those arguments would be available in each and every resolve (and their subdependencies...?)
- nesting scopes - NOT SUPPORTED
- change the exception thrown when creating typed factory to point out that the facility should be added to the container first, before adding the factory.