We have a WPF application which should be used also like console application and gives us response based on the input parameter. The WPF was developed using MVVM structure and for that, we used Caliburn Micro. we also leveraged a lot of it's IoC and EventAggregator.
Not that we want to developed Console Application, to be able to use previously developed classed and methods we need to use IoC and EventAggregator of Caliburn Micro.
Now the question is, is it possible to use CM in a console application and it so, how should I configure CM on a console application.
question from:https://stackoverflow.com/questions/65662088/c-sharp-using-caliburn-micro-on-console-application