Skip to content

Downgrade Windows SDK#3076

Merged
VladislavAntonyuk merged 1 commit intomainfrom
fix-3030
Feb 8, 2026
Merged

Downgrade Windows SDK#3076
VladislavAntonyuk merged 1 commit intomainfrom
fix-3030

Conversation

@VladislavAntonyuk
Copy link
Copy Markdown
Contributor

@VladislavAntonyuk VladislavAntonyuk commented Feb 8, 2026

Description of Change

Linked Issues

PR Checklist

Additional information

@VladislavAntonyuk VladislavAntonyuk self-assigned this Feb 8, 2026
Copilot AI review requested due to automatic review settings February 8, 2026 12:42
@VladislavAntonyuk VladislavAntonyuk enabled auto-merge (squash) February 8, 2026 12:42
Copy link
Copy Markdown
Contributor

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.

Pull request overview

This PR downgrades the Windows App SDK dependency used by CommunityToolkit.Maui.Core and adjusts the Windows FolderPicker implementation to compile against the downgraded API surface.

Changes:

  • Downgrade Microsoft.WindowsAppSDK package reference in CommunityToolkit.Maui.Core.
  • Remove (comment out) use of FolderPicker.SuggestedFolder in the Windows FolderPicker implementation.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/CommunityToolkit.Maui.Core/Essentials/FolderPicker/FolderPickerImplementation.windows.cs Stops setting SuggestedFolder (now commented), which changes Windows behavior for initialPath.
src/CommunityToolkit.Maui.Core/CommunityToolkit.Maui.Core.csproj Downgrades the Windows App SDK NuGet package reference.

Copy link
Copy Markdown
Collaborator

@TheCodeTraveler TheCodeTraveler left a comment

Choose a reason for hiding this comment

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

Thanks Vlad!

@VladislavAntonyuk VladislavAntonyuk merged commit 1e8cca3 into main Feb 8, 2026
16 checks passed
@VladislavAntonyuk VladislavAntonyuk deleted the fix-3030 branch February 8, 2026 18:25
@github-actions github-actions bot locked and limited conversation to collaborators Feb 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows packaged app installation and store submission broken

3 participants