Commit da0ce37
[iOS] Fixed the TargetInvocationException Occurs When Selecting Header/Footer After Changing ItemsLayout in CV2 (#28890)
* [Testing] Fix for flaky UITests in CI that occasionally fail - 7 (#28764)
* improve stability to flaky tests
* Updated changes
* Update CarouselViewUITests.LoopNoFreeze.cs
* Update EntryClearButtonColorShouldMatchTextColor.png
* Update CommunityToolkit.Maui reference in sample content template (#28510)
* Update CommunityToolkit.Maui & Mvvm reference in template
* Fix MAUI Toolkit breaking changes
* Debump MVVM Toolkit
* Update MauiApp.1.csproj
* Update package version in MauiApp.1.csproj
* Add framework-specific validation flags and update package version
* Swap TextValidationBehavior Flags for frameworks
* [Testing] Fix for flaky UITests in CI that occasionally fail - 6 (#28747)
* Fixed flaky tests related to entry control
* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fixed 19500 test
* reverted the common changes
* Fix typo in Issue19500.cs comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
* Update dependencies from https://github.com/dotnet/xharness build 20250403.2 (#28819)
Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
From Version 9.0.0-prerelease.25167.9 -> To Version 9.0.0-prerelease.25203.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update Issue19509.cs (#28807)
* Resave mac tabbedpage images (#28803)
* Fixed ListView leak caused by not disposed ContextActionsCell (#28702)
* Fixed something that looks like copy/paste error
* Fixed memory leak caused by not disposed ContextActionsCell
* [Testing] Fix for flaky UITests in CI that occasionally fail - 8 (#28828)
* improve stability to flaky test
* Update Issue7678.cs
* Fixed the TargetInvocationException Occurs When Selecting Header/Footer After Changing ItemsLayout in CV2
* Included the test case and sample for the fix
* Added the test case for footer
---------
Co-authored-by: HarishKumarSF4517 <harish.kumar@syncfusion.com>
Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Vitaly Knyazev <VitalyKnyazev@users.noreply.github.com>1 parent 43d48d2 commit da0ce37
File tree
4 files changed
+93
-28
lines changed- src/Controls
- src/Core/Handlers/Items2/iOS
- tests
- TestCases.HostApp/Issues
4 files changed
+93
-28
lines changedLines changed: 8 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
78 | 72 | | |
79 | 73 | | |
80 | 74 | | |
| |||
Lines changed: 8 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
92 | 86 | | |
93 | 87 | | |
94 | 88 | | |
| |||
Lines changed: 55 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments