AvaloniaUI / Avalonia.Xaml.Behaviors

Port of Windows UWP Xaml Behaviors for Avalonia Xaml.
MIT License
395 stars 48 forks source link

IvalidOperation Exception when launching Sample App #44

Closed Mrxx99 closed 4 years ago

Mrxx99 commented 4 years ago

When launching the sample app I get an IvalidOperationException in BehaviorsTestApplication.Controls.CallMethodActionControl on the TargteObject Binding of the first CallMethodAction. It says "AvaloniaValue.UnsetValue is not a valid value for BindingValue<>."

wieslawsoltes commented 4 years ago

@Mrxx99 Fixed on master branch.