GodInject is a dependency injection library based on DryIoc, adding injection tags, automatic resolving and more. It simplifies dependency management with minimal setup.

1 Open Issue Need Help Last updated: Jul 14, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The GodInject dependency injection library for Godot needs a bug fix. The code generator currently fails to remove generated partial classes when `[Inject]` attributes are deleted from a file, resulting in build failures. The fix requires updating the generator to correctly handle the removal of these attributes.

Complexity: 3/5
bug good first issue

GodInject is a dependency injection library based on DryIoc, adding injection tags, automatic resolving and more. It simplifies dependency management with minimal setup.

C#