FubuMvcArchive / bottles

OBSOLETE - Modular runtime packaging for .Net applications
http://fubuworld.com/bottles
Other
26 stars 16 forks source link

Allow DependencyGraph ordering with IActivator's #37

Closed jeremydmiller closed 10 years ago

jeremydmiller commented 12 years ago

It's coming up way too often. Be nice to say: "I need to run before/after this other activator"

ahjohannessen commented 12 years ago

Interesting :)

Would this ordering happen inside IContainerFacility?

IEnumerable GetAllActivators() { /* use dependency graph here ? */}

jeremydmiller commented 10 years ago

Nope, gonna do them all in parallel