-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The following code leads to the Specified cast is not valid. exception. Because of trying to cast FieldInfo to PropertyInfo.
public class MyViewModel : IBindingContext
{
[Observable]
private readonly ICommand<string> _command = new Command<string>(Debug.Log);
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working