Bumped Microsoft.WindowsAppSDK to 2.0.0-experimental5#587
Open
Bumped Microsoft.WindowsAppSDK to 2.0.0-experimental5#587
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the Microsoft.WindowsAppSDK from version 2.0.0-experimental3 to 2.0.0-experimental5. This SDK upgrade includes breaking API changes that require namespace and XAML property updates throughout the codebase.
Changes:
- Updated WindowsAppSDK package version from experimental3 to experimental5
- Migrated namespace from
Microsoft.Windows.AI.Search.Experimental.AppContentIndextoMicrosoft.Windows.Search.AppContentIndexacross all WCR APIs sample files - Updated XAML layout controls: FlowLayout properties from
MinColumnSpacing/MinRowSpacingtoMinItemSpacing/LineSpacing, and WrapPanel properties fromHorizontalSpacing/VerticalSpacingtoItemSpacing/LineSpacing
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Directory.Packages.props | Bumps WindowsAppSDK version from 2.0.0-experimental3 to 2.0.0-experimental5 |
| AIDevGallery/Samples/WCRAPIs/SemanticSearch.xaml.cs | Updates namespace from experimental to stable AppContentIndex namespace |
| AIDevGallery/Samples/WCRAPIs/KnowledgeRetrieval.xaml.cs | Updates namespace from experimental to stable AppContentIndex namespace |
| AIDevGallery/Samples/WCRAPIs/AppIndexCapability.xaml.cs | Updates namespace from experimental to stable AppContentIndex namespace |
| AIDevGallery/Pages/APIs/APIOverview.xaml | Updates FlowLayout properties to new naming convention |
| AIDevGallery/MainWindow.xaml.cs | Updates namespace from experimental to stable AppContentIndex namespace |
| AIDevGallery/Controls/ModelPicker/ModelPickerViews/OnnxPickerView.xaml | Updates WrapPanel properties to new naming convention |
haoliuu
approved these changes
Feb 26, 2026
Contributor
Author
|
This should not be merged without proper testing on arm64 c+pcs. I do not believe it is working due to an older version of onnxruntime. |
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.
No description provided.