Remove experimental from Font Install, Uninstall, and source#5791
Merged
dkbennett merged 10 commits intomicrosoft:masterfrom Oct 13, 2025
Merged
Remove experimental from Font Install, Uninstall, and source#5791dkbennett merged 10 commits intomicrosoft:masterfrom
dkbennett merged 10 commits intomicrosoft:masterfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR removes the experimental flag from Font Install, Uninstall operations and font source support, making these features generally available. The font command itself remains experimental.
- Removes experimental feature checks from font install/uninstall workflows
- Updates font source policy to no longer require experimental feature flag
- Updates documentation to reflect font features are now non-experimental
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/AppInstallerRepositoryCore/SourcePolicy.cpp | Removes experimental feature requirement for WinGet font source |
| src/AppInstallerCLIE2ETests/GroupPolicy.cs | Removes experimental font feature configuration from test |
| src/AppInstallerCLICore/Workflows/UninstallFlow.cpp | Removes experimental feature check from font uninstall workflow |
| src/AppInstallerCLICore/Workflows/InstallFlow.cpp | Removes experimental feature check from font install workflow |
| doc/ReleaseNotes.md | Updates release notes to document font features as non-experimental |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
JohnMcPMS
previously approved these changes
Oct 10, 2025
Explicit com
Forgot about the IEnumerable handling problems
JohnMcPMS
approved these changes
Oct 13, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This removes experimental from font install, uninstall, and source.
The font command remains experimental and is not required to install or remove fonts, which use the normal install and uninstall flow for a WinGet package.
Microsoft Reviewers: Open in CodeFlow