Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Conversation

@dbergan
Copy link
Contributor

@dbergan dbergan commented Aug 10, 2020

This allows behaviors to be attached to page events via <ContentPage.Behaviors> like Appearing and Disappearing. Without this fix, we get the cryptic following error:

"Additional information: bindable not an instance of AssociatedType"

Original discussion and solution here:
https://forums.xamarin.com/discussion/comment/230200/#Comment_230200

Description of Change

Pull Request Checklist

  • Rebased on top of master at time of the pull request.
  • Changes adhere to coding standard in the sample.
  • Consolidated NuGet packages across all projects in the sample (when changing existing package versions).
  • Tested changes on the appropriate platforms (all platforms if changing the library code).

This allows behaviors to be attached to page events via <ContentPage.Behaviors> like Appearing and Disappearing. Without this fix, we get the cryptic following error:

"Additional information: bindable not an instance of AssociatedType"

Original discussion and solution here:
https://forums.xamarin.com/discussion/comment/230200/#Comment_230200
Copy link
Contributor

@davidbritch davidbritch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dbergan

@davidbritch davidbritch merged commit b39c520 into xamarin:master Aug 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants