Commander.Fody icon indicating copy to clipboard operation
Commander.Fody copied to clipboard

A Fody weaver for ICommand invocation and implementation.

Results 7 Commander.Fody issues
Sort by recently updated
recently updated
newest added

... 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).

bug

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 -...

bug

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...

bug

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

enhancement

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.

bug