Skip to content
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

Support [GeneratedBindableCustomProperty] on structs and records #1854

Merged
merged 13 commits into from
Oct 30, 2024

Conversation

Sergio0694
Copy link
Member

This PR enables using [GeneratedBindableCustomProperty] on record and struct types as well.
For struct types, it allows binding to boxed value types coming from some properties in XAML.

@Sergio0694 Sergio0694 added enhancement New feature or request trimming AOT labels Oct 29, 2024
@Sergio0694 Sergio0694 requested a review from manodasanW October 29, 2024 07:18
@manodasanW manodasanW linked an issue Oct 29, 2024 that may be closed by this pull request
@manodasanW
Copy link
Member

[ FAILED ] 3 tests, listed below:
[ FAILED ] AuthoringTest.GeneratedCustomPropertyStructType
[ FAILED ] AuthoringTest.GeneratedCustomPropertyRecordType
[ FAILED ] AuthoringTest.CustomPropertyRecordStructTypeFactoryAndICPP

@Sergio0694 Sergio0694 force-pushed the user/sergiopedri/icpp-structs branch from c84595e to 83d75ae Compare October 30, 2024 05:10
@manodasanW manodasanW merged commit a6921f2 into master Oct 30, 2024
10 checks passed
@manodasanW manodasanW deleted the user/sergiopedri/icpp-structs branch October 30, 2024 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AOT enhancement New feature or request trimming
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GeneratedBindableCustomProperty does not support records
2 participants