Make experimental samples version-driven - #663
Draft
shisan (qiutongMS) wants to merge 3 commits into
Draft
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
shisan (qiutongMS)
marked this pull request as draft
August 26, 2026 08:35
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.
Description
Consolidates the stable and experimental Windows AI Foundry WinUI scenarios into one source tree. The Windows App SDK version selected in
Samples/Directory.Packages.propsnow determines which scenarios are built.This change:
WindowsAppSDKVersionas the canonical Windows App SDK version updated byUpdateVersions.ps1.WindowsAISample.Sharedproject.This keeps the stable sample unchanged while allowing experimental scenarios to live in the same branch without requiring separate source trees.
Validation
Validated with both package channels:
2.4.0): the Shell and Shared projects compile without the experimental extension projects.2.4.1-experimental): the Video Scaler and Image Foreground Extractor extension assemblies compile and are included.Packaging reaches the existing certificate-signing requirement (
SigningCertificateNoCertSpecified) after successful C# compilation.Out of scope
App Content Search, Conditional XAML Predicate, and the CMake samples are not included because they require API or package-support migration rather than source-tree consolidation.