mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 14:52:35 +02:00
* Use DynamicMethod for dependency injection. Should be way faster to initialize types and also have no allocation overhead * Cleanup, don't make injectors for types without dependencies * Fix Framework, maybe? * Test the new system explicitly.