Open pbauerochse opened 5 years ago
Thanks for the bugreport and the test-case. This is a bug. In the past we were using DelegateCommand
in background-mode most of the time and didn't use the runningProperty
when in synchronous mode so we missed this. However, of cause this should work an I've fixed it with #596 (many thanks for the unit test. It made fixing it much faster).
Hi there,
I have a non-background DelegateCommand and tried to attach a listener to the runningProperty but it does not get called, when i start the command via the
execute()
method. Is this intended behaviour?I'm using MvvmFx Version 1.8.0. Here's a unit-test to verify the behaviour:
Cheers
Patrick