Skip to content

3.0 Technical Notes

jeremydmiller edited this page Sep 14, 2010 · 4 revisions
  • Think it would be best to encapsulate the “missing family handler” within PluginGraph, or at least the new PipelineGraph
    • IConfigurationMissingHandler handler should get the full context of the request. PluginType, name requested, and the PluginGraph so it can be altered
    • ILazyConfiguration?
      • TryHandle(PluginType, name, PluginGraph)
      • “name” may be null. Only process family stuff
  • BuildSession will have to expose the setter and ctor selection policies so the Instances can get at it

Clone this wiki locally