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

move BootstrapHelper to Maui Core #13431

Merged
merged 4 commits into from
Feb 23, 2023
Merged

Conversation

chabiss
Copy link
Contributor

@chabiss chabiss commented Feb 17, 2023

Description of Change

The BootstrapHelper for hooking the MAUI LVT is inside Microsoft.Maui.Controls.Compatibility. However, Microsoft.Maui.Controls.Compatibility will no longer be referenced by default with future MAUI apps with .NET 8. We need to create another BootstrapHelper into core and having VS tries the BootstrapHelper core first, and then the one in Microsoft.Maui.Controls.Compatibility for older projects.

Issues Fixed

Bug 1749320

Fixes #

@chabiss chabiss added the partner/hot-reload-xaml Issues impacting XAML Hot Reload experiences label Feb 17, 2023
@chabiss chabiss requested a review from Redth February 17, 2023 22:02
@dnfadmin
Copy link

dnfadmin commented Feb 17, 2023

CLA assistant check
All CLA requirements met.

Copy link
Member

@mandel-macaque mandel-macaque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comment.

src/Core/src/VisualDiagnostics/BootstrapHelper.cs Outdated Show resolved Hide resolved
Copy link
Member

@Eilon Eilon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really understand what this is, but the code looks alright, so consider this a "soft" approval 😁

@Eilon Eilon merged commit 628f416 into main Feb 23, 2023
@Eilon Eilon deleted the chabiss/MoveVisualDiagBootStraperToCore branch February 23, 2023 00:14
@github-actions github-actions bot locked and limited conversation to collaborators Dec 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
partner/hot-reload-xaml Issues impacting XAML Hot Reload experiences
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants