Open
Description
Dependency injection and "interface everything" can be very useful patterns but they also increase maintenance and debug complexity. Source generators can help by making references actually followable (DI) or reducing manual interface upkeep (interface everything).
For example:
https://github.com/DevTeam/Pure.DI
https://github.com/beakona/AutoInterface
Far from important though, marking up for grabs