I suggest you ...

take greater advantage of the container, when extending the container itself

Do not use special extension points for anything other than Facilities
and Subsystems.
For things like IModelInterceptorSelectors, etc just have them
registered into the container
and resolve them as needed, much like ILazyComponentLoaders are handled.

11 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    Krzysztof KoźmicAdminKrzysztof Koźmic (Admin, Castle Project) shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →

    1 comment

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...
      • Mark SeemannMark Seemann commented  ·   ·  Flag as inappropriate

        I second this. For example ILifestyleManager can only be implemented with a default constructor, whereafter we have to use butt-ugly method injection (via the Init method) if we want to inject services.

      Feedback and Knowledge Base