You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
The CompiledColorSelectorPage in the attached sample throws an InvalidProgramException when using compiled bindings between a page and a view model. The problem seems to be the Slider bindings. When they are commented out there's no problem.
Note 1: The attached sample uses the 3.2-pre2 NuGet that has been distributed internally, so requires the package to be hosted a local NuGet feed.
Note 2: The CompiledColorSelectorPage is identical to the BetterColorSelectorPage, but uses compiled bindings. The point being there are no problems with the code when using normal bindings.
Steps to Reproduce
Run the attached sample and browse to the "Compiled color selector" page (bottom of the ListView).
Expected Behavior
A color selector that uses compiled bindings appears.
Actual Behavior
InvalidProgramException: Invalid IL code in DataBindingDemos.CompiledColorSelectorPage
Description
The
CompiledColorSelectorPagein the attached sample throws anInvalidProgramExceptionwhen using compiled bindings between a page and a view model. The problem seems to be theSliderbindings. When they are commented out there's no problem.Note 1: The attached sample uses the 3.2-pre2 NuGet that has been distributed internally, so requires the package to be hosted a local NuGet feed.
Note 2: The
CompiledColorSelectorPageis identical to theBetterColorSelectorPage, but uses compiled bindings. The point being there are no problems with the code when using normal bindings.Steps to Reproduce
Expected Behavior
A color selector that uses compiled bindings appears.
Actual Behavior
InvalidProgramException: Invalid IL code in DataBindingDemos.CompiledColorSelectorPage
Basic Information
Reproduction Link
DataBindingDemos.zip