C#C
C#4y ago
Dropps

AppBuilder class

hello there iam currently trying to think of a solution so i can make myself a AppBuilder without needing to reference all projects directly

basicly i have a Program.cs from a wpf app in Project B but in project A i want to be able to say something like
cs 
builder.AddSingleton<LoggerForProjectA>();

how could that be done?
Was this page helpful?