Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
544 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...