You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project started as a lightweight Menu organizer. It's turned into a static data, architecture engine. It still makes menus easily but it also allows you to quickly spin up and mock architecture for any project.
19
19
20
-
# DI and Source Gen
20
+
##DI and Source Gen
21
21
22
22
You get basic DI without any additonal lines of Code. Label a class with the [Singleton] attribute and it becomes a single, globally seen object. Any other [Singleton] class can accept a Singleton in it's constructor and everything fits together.
23
23
[Injection Example Project](https://github.com/DerekGooding/ConsoleHero/tree/main/ConsoleHero.InjectionExample)
0 commit comments