-
I'm using CommunityToolkit.Mvvm.ComponentModel and CommunityToolkit.Mvvm.Input in a .NET MAUI application, but some of the code generator functionality pertaining to ICommand seems to be missing. While AlsoNotifyChangeFor() is still there, AlsoNotifyCanExecuteFor() and the AllowConcurrentExecutions parameter for ICommand are missing. Do I need to install anything other than CommunityToolkit.Mvvm to get those? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
It’s probably better to ask this question here: https://github.com/CommunityToolkit/WindowsCommunityToolkit |
Beta Was this translation helpful? Give feedback.
-
Actually you want this repo: |
Beta Was this translation helpful? Give feedback.
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
Actually you want this repo:
https://github.com/CommunityToolkit/dotnet