Keith Mahoney

Results 21 comments of Keith Mahoney

We build successfully in the latest VS now, but in order to do that we disabled net462 build as part of #319. We should get net463 building again. I cannot...

@kmgallahan is the issue that the Expander control does not work at all because of the exception? Or is the issue that there are unhelpful messages appearing in the debug...

Thanks for the info. It is not expected/intentional for the Expander to log these exception messages in the debugger. We will need to investigate further to determine the cause of...

This is a known limitation of TextBox. See the [Remarks section of the docs on TextBox.TextWrapping Property](https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.textbox.textwrapping?view=windows-app-sdk-1.4#remarks).

I can reproduce this issue. I also reproduce this issue when upgrading the sample project from WinAppSDK 1.1 to the latest 1.5 preview. The failure is occurring in some animation...

Unfortunate that the workaround does not avoid the problem. There is likely a race condition. We will need to investigate the underlying issue that is causing the infinite values being...