Open Issues Need Help
View All on GitHub Bug generator keeps a file after it deleted [Inject] attributes from it. about 2 months ago
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#