Skip to content

Update CommunityToolkit.Maui reference in sample content template #28510

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

Merged
merged 7 commits into from
Apr 4, 2025

Conversation

jfversluis
Copy link
Member

@jfversluis jfversluis commented Mar 19, 2025

Description of Change

Updates the CommunityToolkit.Maui reference in the new project template to the latest versions.

Note that depending on targeting .NET 8 or 9 there will be a different version of CommunityToolkit.Maui referenced in the project file and 2 lines in the ManageMetaPage.xaml because of a breaking change between Toolkit versions.

As of version 10 of the Toolkit .NET 8 is no longer supported. So for .NET 8 we include the latest version of the Toolkit that works with .NET 8 (which is 9.1.1), when targeting .NET 9 we include the 11.1.1 version, which is the version that works with .NET MAUI 9.0.40. As of 11.2.0 .NET MAUI 9.0.50 is required and this change is meant to be inserted into Visual Studio with 9.0.40.

Also see: CommunityToolkit/Maui#2613

@jfversluis jfversluis added the area-templates Project templates, Item Templates for Blazor and MAUI label Mar 19, 2025
@jfversluis jfversluis added this to the .NET 9 SR6 milestone Mar 19, 2025
@Copilot Copilot AI review requested due to automatic review settings March 19, 2025 15:19
@jfversluis jfversluis requested a review from a team as a code owner March 19, 2025 15:19
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • src/Templates/src/templates/maui-mobile/MauiApp.1.csproj: Language not supported

@jfversluis jfversluis marked this pull request as draft March 19, 2025 15:24
@jfversluis
Copy link
Member Author

Need to do more in-depth testing first with the changes in context binding inheritance and see if everything still works

@dartasen
Copy link
Contributor

@jfversluis Latest community toolkit version isn't working with 9.0.50, it ends up in crash

@jfversluis jfversluis marked this pull request as ready for review March 20, 2025 21:48
@jfversluis
Copy link
Member Author

For 9.0.50 not working I think we have #28456 or stick with 9.0.40 for now!

@PureWeen

This comment was marked as outdated.

@PureWeen

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

@PureWeen

This comment was marked as outdated.

@PureWeen

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

@jfversluis

This comment was marked as off-topic.

@github-actions github-actions bot force-pushed the jfversluis-patch-3 branch from 4db0798 to 733c858 Compare March 27, 2025 14:36
@rmarinho

This comment was marked as off-topic.

@github-actions github-actions bot force-pushed the jfversluis-patch-3 branch from 733c858 to d1dda39 Compare March 27, 2025 21:49
@rmarinho

This comment was marked as outdated.

This comment was marked as off-topic.

rmarinho

This comment was marked as outdated.

@github-project-automation github-project-automation bot moved this from Ready To Review to Changes Requested in MAUI SDK Ongoing Mar 28, 2025
@jfversluis jfversluis changed the title Update CommunityToolkit.Maui & Mvvm reference in template Update CommunityToolkit.Maui reference in sample content template Apr 4, 2025
@jfversluis jfversluis moved this from Changes Requested to Ready To Review in MAUI SDK Ongoing Apr 4, 2025
@PureWeen PureWeen dismissed rmarinho’s stale review April 4, 2025 14:24

Changes addressed

@PureWeen PureWeen merged commit 97d5452 into main Apr 4, 2025
19 checks passed
@PureWeen PureWeen deleted the jfversluis-patch-3 branch April 4, 2025 14:25
@github-project-automation github-project-automation bot moved this from Ready To Review to Done in MAUI SDK Ongoing Apr 4, 2025
@PureWeen
Copy link
Member

PureWeen commented Apr 4, 2025

/backport to release/9.0.1xx-sr4

@PureWeen
Copy link
Member

PureWeen commented Apr 4, 2025

/backport to release/9.0.1xx-sr5

Copy link
Contributor

github-actions bot commented Apr 4, 2025

Started backporting to release/9.0.1xx-sr4: https://github.com/dotnet/maui/actions/runs/14271208626

Copy link
Contributor

github-actions bot commented Apr 4, 2025

Started backporting to release/9.0.1xx-sr5: https://github.com/dotnet/maui/actions/runs/14271209988

rmarinho pushed a commit that referenced this pull request Apr 11, 2025
…r/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>
bhavanesh2001 pushed a commit to bhavanesh2001/maui that referenced this pull request Apr 11, 2025
…r/Footer After Changing ItemsLayout in CV2 (dotnet#28890)

* [Testing] Fix for flaky UITests in CI that occasionally fail - 7 (dotnet#28764)

* improve stability to flaky tests

* Updated changes

* Update CarouselViewUITests.LoopNoFreeze.cs

* Update EntryClearButtonColorShouldMatchTextColor.png

* Update CommunityToolkit.Maui reference in sample content template (dotnet#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 (dotnet#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 (dotnet#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 (dotnet#28807)

* Resave mac tabbedpage images (dotnet#28803)

* Fixed ListView leak caused by not disposed ContextActionsCell (dotnet#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 (dotnet#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>
PureWeen added a commit that referenced this pull request Apr 11, 2025
…r/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>
PureWeen added a commit that referenced this pull request Apr 16, 2025
…r/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>
sheiksyedm pushed a commit to sheiksyedm/maui that referenced this pull request Apr 17, 2025
…r/Footer After Changing ItemsLayout in CV2 (dotnet#28890)

* [Testing] Fix for flaky UITests in CI that occasionally fail - 7 (dotnet#28764)

* improve stability to flaky tests

* Updated changes

* Update CarouselViewUITests.LoopNoFreeze.cs

* Update EntryClearButtonColorShouldMatchTextColor.png

* Update CommunityToolkit.Maui reference in sample content template (dotnet#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 (dotnet#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 (dotnet#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 (dotnet#28807)

* Resave mac tabbedpage images (dotnet#28803)

* Fixed ListView leak caused by not disposed ContextActionsCell (dotnet#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 (dotnet#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>
NanthiniMahalingam pushed a commit to NanthiniMahalingam/maui that referenced this pull request Apr 17, 2025
…r/Footer After Changing ItemsLayout in CV2 (dotnet#28890)

* [Testing] Fix for flaky UITests in CI that occasionally fail - 7 (dotnet#28764)

* improve stability to flaky tests

* Updated changes

* Update CarouselViewUITests.LoopNoFreeze.cs

* Update EntryClearButtonColorShouldMatchTextColor.png

* Update CommunityToolkit.Maui reference in sample content template (dotnet#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 (dotnet#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 (dotnet#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 (dotnet#28807)

* Resave mac tabbedpage images (dotnet#28803)

* Fixed ListView leak caused by not disposed ContextActionsCell (dotnet#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 (dotnet#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>
github-actions bot pushed a commit that referenced this pull request Apr 18, 2025
…r/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>
@github-actions github-actions bot locked and limited conversation to collaborators May 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-templates Project templates, Item Templates for Blazor and MAUI p/0 Work that we can't release without
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants