Caliburn.Micro icon indicating copy to clipboard operation
Caliburn.Micro copied to clipboard

CanSayHello doesn't work view-to-VM communication from Caliburn startup documentation

Open EdwinCloud101 opened this issue 3 years ago • 0 comments

I am following the instructions here using WPF dotnet 6.0 project. https://caliburnmicro.com/documentation/configuration

Everything works but setting the CanSayHello bool for the SayHello Command. The issue is the CanSayHello is not triggered when the textbox changes. Caliburn convention should allow that to be triggered since it has the same name with the "Can" in front of it

Edit: it fails only for the 4.0.210 version, it works for 3.2.0. Something is broken from the last release

thanks

EdwinCloud101 avatar Aug 10 '22 05:08 EdwinCloud101