-
Notifications
You must be signed in to change notification settings - Fork 74
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
StaggeredPanel, WrapPanel samples in gallery crash under Windows App SDK #517
Comments
Has the same error message as #509 |
@Arlodotexe is this specific to AOT or just updating from 1.5 to 1.6? If the later, then it seems like it'd be a regression in the SDK, as I don't think we've modified this code between releases, eh? |
This code is currently using: Windows/components/Primitives/samples/StaggeredPanelSample.xaml Lines 42 to 44 in 665ba24
Removing the binding on the Unfortunately, we're not able to use
Neither a Looking through documentation for 'official' examples of binding properties on an
|
@Arlodotexe yeah, this is a gap with There's not an issue for this filed in the WinUI repo (that I could find), we should probably bubble this up there for tracking at least for AoT and x:Bind improvements. Though it is also highly related/dependent/tied to microsoft/microsoft-ui-xaml#2508 as well; as in this case you'd never have a DataType/item like a traditional |
Filed an issue microsoft/microsoft-ui-xaml#10070 |
StaggeredLayout may be good with update to CsWinRT 2.1.6, though 2.2 provides better error message (but we can't use it yet). StaggeredPanel and SwitchPresenter #516 are more likely due to us still using |
Describe the bug
When running the gallery with the Wasdk head on the latest
main
commit, the 'StaggeredPanel' and 'WrapPanel' samples will crash the app with the same error message and stack trace:Exception message:
Stack trace:
This behavior is not present when running the gallery under UWP.
Steps to reproduce
Expected behavior
No crash
Screenshots
No response
Code Platform
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
No response
Visual Studio Build Number
No response
Device form factor
No response
Additional context
No response
Help us help you
Yes, I'd like to be assigned to work on this item.
The text was updated successfully, but these errors were encountered: