Is CommandSample broken? #251
|
I tried following: https://github.com/AvaloniaUI/Avalonia.Samples/tree/main/src/Avalonia.Samples/MVVM/CommandSample Specifically, I am at the CommunityToolkit part, but it won't run unless I set I have to admit I do not know why CompileBindings set to false made it work. I am still learning. UpdateI must've missed a step. I needed to trim Async. Sorry |
Replies: 2 comments 1 reply
|
https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/generators/relaycommand
so... Yeah |
|
you need to set |
https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/generators/relaycommand
so... Yeah