-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WinUI] DispatcherCompat.Schedule throws InvalidCastException on windows #685
Labels
control/extensions-helpers-markup
Related to attached properties, helper classes, or markup extensions without a finer tag
kind/bug
Something isn't working
Comments
eriklimakc
added
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification.
labels
Jul 31, 2023
Should be made with lambda expression:
|
Xiaoy312
added
control/extensions-helpers-markup
Related to attached properties, helper classes, or markup extensions without a finer tag
and removed
triage/untriaged
Indicates an issue requires triaging or verification.
labels
Jul 31, 2023
Xiaoy312
changed the title
[Win] DispatcherCompact Schedule handler incompatibility
[WinUI] DispatcherCompat.Schedule throws InvalidCastException
Jul 31, 2023
Xiaoy312
changed the title
[WinUI] DispatcherCompat.Schedule throws InvalidCastException
[WinUI] DispatcherCompat.Schedule throws InvalidCastException on windows
Jul 31, 2023
Call Stack:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
control/extensions-helpers-markup
Related to attached properties, helper classes, or markup extensions without a finer tag
kind/bug
Something isn't working
Current behavior
Instance methods calls like
_canvas.GetDispatcherCompat().Schedule(_canvas.InvalidateMeasure)
causes a cast exception on Windows:
Affected platform(s): Windows (WinUI)
The text was updated successfully, but these errors were encountered: