Skip to content

Split hosting extensions from Castle.Windsor.Extensions.DependencyInjection into separate package #625

@ikkentim

Description

@ikkentim

Castle.Windsor.Extensions.DependencyInjection contains a dependency to hosting related packages (Microsoft.Extensions.Hosting). You however don't always need hosting when using Microsoft.Extensions.DependencyInjection.Abstractions. It would be great if the hosting related functions could be split off into a Castle.Windsor.Extensions.Hosting package.

For example, I'm working on implementing Windsor for a front-end application which uses Microsofts DI abstractions. I'd prefer not to have hosting related dependencies in my front-end application.

#624 would reduce the pain, but the change suggested in this issue would be much better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions