Consolidate stable and experimental Windows AI samples - #663
Open
shisan (qiutongMS) wants to merge 4 commits into
Open
shisan (qiutongMS) wants to merge 4 commits into
shisan (qiutongMS) wants to merge 4 commits into
Conversation
shisan (qiutongMS)
marked this pull request as draft
August 26, 2026 08:35
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)
force-pushed
the
feature/version-driven-experimental-samples
branch
from
September 16, 2026 05:25
ddc6353 to
9f00b9a
Compare
shisan (qiutongMS)
changed the base branch from
integration/main-reconciliation
to
main
September 16, 2026 05:25
shisan (qiutongMS)
marked this pull request as ready for review
September 16, 2026 05:35
Move VideoScaler out of the experimental extension set now that the API is stable in Windows App SDK 2.4. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
shisan (qiutongMS)
force-pushed
the
feature/version-driven-experimental-samples
branch
from
September 20, 2026 08:50
888577a to
5873a75
Compare
Contributor
Author
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 scenarios onto
mainwithout maintaining a separate source tree. Stable functionality is integrated into the core sample, while functionality that is still experimental remains isolated and version-gated.This change:
WindowsAppSDKVersionas the canonical Windows App SDK version updated byUpdateVersions.ps1.WindowsAISample.Shared.Validation
2.4.0: passed with zero warnings and errors.2.4.1-experimental: passed with zero warnings and errors.