-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Use AppendToMapping for Element and VisualElement #14948
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mattleibow
force-pushed
the
dev/update-mappers
branch
3 times, most recently
from
May 9, 2023 20:32
120f110
to
2dd58df
Compare
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>
# Conflicts: # src/Controls/src/Core/Layout/Layout.Android.cs # src/Controls/src/Core/Layout/Layout.Mapper.cs # src/Controls/src/Core/Layout/Layout.Tizen.cs # src/Controls/src/Core/Layout/Layout.Windows.cs # src/Controls/src/Core/Layout/Layout.iOS.cs # src/Controls/src/Core/Platform/iOS/Extensions/TextExtensions.cs # src/Controls/src/Core/SearchBar/SearchBar.Mapper.cs # src/Controls/tests/DeviceTests/Elements/Entry/EntryTests.cs
# Conflicts: # eng/pipelines/handlers.yml # src/Controls/src/Core/Element/Element.Mapper.cs # src/Controls/src/Core/HandlerImpl/Application/Application.cs # src/Controls/src/Core/HandlerImpl/Window/Window.cs # src/Controls/src/Core/VisualElement/VisualElement.Mapper.cs
samhouts
added
legacy-area-controls
Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor
platform/android 🤖
platform/iOS 🍎
platform/windows 🪟
platform/tizen
Samsung Tizen Devices (TV)
labels
Jul 20, 2023
# Conflicts: # eng/pipelines/common/device-tests-steps.yml
This is now moved to #13836 |
Eilon
added
area-controls-general
General issues that span multiple controls, or common base classes such as View or Element
and removed
legacy-area-controls
Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor
labels
May 13, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-controls-general
General issues that span multiple controls, or common base classes such as View or Element
platform/android 🤖
platform/iOS 🍎
platform/tizen
Samsung Tizen Devices (TV)
platform/windows 🪟
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
This PR move more things to using the new mapper modifiers instead of the current mapper replacement. This preserves the references as well as avoids any AOT assembly ordering issues.
Part of the fix for #11662 and part of PR #13836
PENDING PRs: