-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or requestlayer/applicationMeans some changes in the Application layerMeans some changes in the Application layerlayer/infrastructureMeans some changes in the Infrastructure layerMeans some changes in the Infrastructure layer
Description
Issue #28 describes how to use CommunityToolkit.Mvvm.Messaging for ViewModels communication. The only one problem here, is every ViewModel which listens for a message, has to be manually activated: IsActive = true;
to start listening.
So, it would be good to automatically activate such ViewModels somewhere in the NavigationService
.
As a bad solution - all the ObservableRecipient
instances can be activated in the Autofac container callback after they've being resolved.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlayer/applicationMeans some changes in the Application layerMeans some changes in the Application layerlayer/infrastructureMeans some changes in the Infrastructure layerMeans some changes in the Infrastructure layer