When you use EventAggregator you can't handle async. I think that it's important because in the handler, if you want to call to async method you are force to use GetAwaiter, and in some cases I have deathlocks. Are you going to develop HandleAsync for eventAggregator?
When you use EventAggregator you can't handle async. I think that it's important because in the handler, if you want to call to async method you are force to use GetAwaiter, and in some cases I have deathlocks. Are you going to develop HandleAsync for eventAggregator?