Commander.Fody
Commander.Fody copied to clipboard
A Fody weaver for ICommand invocation and implementation.
... Pretty much just as it says. I've got a project using Commander which I'm trying to move to a new system, and therefore it's going looking for all the...
This is a basic requirement which slipped through the cracks (working on this fix in the dev branch).
Hi, upon binding commands with MVVMCross, there is a Warning below, could you please have a look? MvxBind:Error: 0.94 Problem seen during binding execution for binding Click for SubmitCommand -...
I'm guessing the API can be made even more concise eg. can the string argument be optional, and derived from the method name? eg [CanExecute] public bool CanGotoTwoPage() { ......
After the constructor for my ViewModel is called, I am noticing that in Debug builds, the Command that I have an attribute on is initialized and works correctly. However in...
We need to add support for using a library implementation of ICommand - [x] Need a `CommandImplementationAttribute` - [ ] Need to use CommandImplementationAttribute for detecting which ICommand to use
As per Issue #4 this does not work in Windows Phone. A fix is now available for WinRT, I'm still having issues with Windows Phone testing.