-
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
[net9.0] Merge main to net9 #19700
Merged
Merged
[net9.0] Merge main to net9 #19700
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
* Seeing if this will pass CI on iOS 17 * Just run these on iOS 17 for now * Remove comments, reset test versions
# Conflicts: # GitInfo.txt
### Description Merge SR1 fixes into Main Make sure to Merge Commit not Squash Commit this one
) * Correctly clear text tapping the clear button on Entry * Changes from E.Z (08dfc9e) * Added UITest * Updated test
* Bump Xamarin.UITest from 4.1.4 to 4.3.3 * Update TestPages.cs
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Add design time converters for a handful of types special handled by VS XAML intellisense * CR feedback
* Fix wrong gray color using transparent in iOS gradients * Added UI Test * Updated test screenshot * Added a new sample and test * Updated test * Fix build errors
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Try run on devices * Try skip cache * Device is always arm64 * Update ios.cake * Update device-tests-steps.yml * Ignore API27 for now * Add default version for windows * Get back to the defaults
* Set Simulator UDID explicitly for CG UI tests * Update TestPages.cs * Update TestPages.cs
* Grab device logs if app stops running * - move log up
…ggleWorksRemovingCurrentItem` tests * Update Sandbox app to have a different route name for the 2nd page when using Shell
### Description of Change * Fix `ShellTabBarVisibilityToggleWorks` and `ShellTabBarVisibilityToggleWorksRemovingCurrentItem` tests * Update Sandbox app to have a different route name for the 2nd page when using Shell ### Issues Fixed Related: #19565
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…19685) Co-authored-by: Mike Corsaro <mikecorsaro@microsoft.com>
# Conflicts: # eng/Version.Details.xml # eng/Versions.props
rmarinho
requested review from
mattleibow and
PureWeen
and removed request for
a team
January 4, 2024 19:05
samhouts
added
the
area-infrastructure
CI, Maestro / Coherency, upstream dependencies/versions
label
Jan 8, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-infrastructure
CI, Maestro / Coherency, upstream dependencies/versions
fixed-in-9.0.0-preview.2.10247
fixed-in-9.0.100-preview.1.9973
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
Merge main to net9.0 branch to update with latest changes