You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to do this : _eventAggregator.GetEvent<AppConfigChangedEvent>().Publish();
But appConfigSource.GetConfig(); doesn't execute if my ViewModel like the following :
Description
Hi, dear guys,
I try to do this :
_eventAggregator.GetEvent<AppConfigChangedEvent>().Publish();
But
appConfigSource.GetConfig();
doesn't execute if my ViewModel like the following :modify little to like this, It can work.
Lambda Can't use method parameter
appConfigSource
, and have to use field_appConfigSource
.I try debug prism source code ,find this :
is this a bug, please ? thank you.
Steps to Reproduce
none
Platform with bug
WPF
Affected platforms
Windows
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: