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

Design time converters should return TRUE for CanConvertFrom string #10969

Merged
merged 1 commit into from
Oct 27, 2022

Conversation

etvorun
Copy link
Contributor

@etvorun etvorun commented Oct 27, 2022

Fixes #10968.
Verified by replacing Microsoft.Maui.Controls.DesignTools.dll locally and manually testing repro scenario

@etvorun
Copy link
Contributor Author

etvorun commented Oct 27, 2022

@chabiss, @mattleibow do you know how to backport this PR to net7.0 branch? Or how should it flow into net7.0?

@etvorun etvorun merged commit bd9f41e into main Oct 27, 2022
@etvorun etvorun deleted the dev/evgenyt/fix_designtime_converters branch October 27, 2022 23:01
@mattleibow
Copy link
Member

As of today, our bot is still being set up so no automagic. But, I cherry picked this to net7 and release a few hours ago and already is building.

@Redth Redth added this to the 7.0 milestone Oct 31, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 2023
@samhouts samhouts added fixed-in-7.0.49 Look for this fix in 7.0.49 GA! fixed-in-7.0.52 Look for this fix in 7.0.52 SR1.1! labels Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-7.0.49 Look for this fix in 7.0.49 GA! fixed-in-7.0.52 Look for this fix in 7.0.52 SR1.1!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Design time type converters return false for CanConvertFrom(typeof(string))
5 participants