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

Add hybrid mode support #2

Merged
merged 8 commits into from
Jan 28, 2023
Merged

Add hybrid mode support #2

merged 8 commits into from
Jan 28, 2023

Conversation

TimLariviere
Copy link
Member

@TimLariviere TimLariviere commented Jan 28, 2023

Close #1

In order to reduce our workload maintaining 2 independent repositories for Maui while the Maui team is migrating from the old architecture to the new one, I am merging Fabulous.MauiControls into Fabulous.Maui.

This PR moves all the existing widgets and modifiers of Fabulous.MauiControls inside the Compatibility folder of Fabulous.Maui.
All the existing widgets and modifiers targeting the new architecture are moved inside Core folder.
Everything that is common between Core and Compatibility can be found at the root of the project.

Marker interfaces for Core follow the convention type IFab* = inherit Microsoft.Maui.I*
Marker interfaces for Compatibility follow the convention type IFabCompat* = inherit Microsoft.Maui.I*

@TimLariviere TimLariviere merged commit 1938067 into main Jan 28, 2023
@TimLariviere TimLariviere deleted the hybrid-mode branch January 28, 2023 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge Fabulous.MauiControls into Fabulous.Maui to be able to port controls over time to the new architecture
1 participant