Skip to content

Enable compile-time dependency injection #16

@dmytroett

Description

@dmytroett

There are projects that already implement compile-time dependency injection, such as stronginject and jab.

  • jab: Useful but does not work with ASP.NET automatically and only applies to framework-independent code and libraries, which limits its usage surface area.
  • stronginject: Appears very robust; if the API is as strong as it seems, I might consider using it or even dropping this project altogether.

Feature request:
Implement compile-time dependency injection in AttributedDI, drawing inspiration from these existing solutions while ensuring broad compatibility (including with ASP.NET if possible).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions