[develop] Fix: UWP→WinUI namespace and reference replacements#13
[develop] Fix: UWP→WinUI namespace and reference replacements#13
Conversation
Review Result: APPROVEDThis PR implements a large-scale mechanical replacement of UWP API reference links (/uwp/api/Windows.UI.Xaml.) with WinUI 3 paths (/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.) across 38 modified files. The namespace and API link replacements are technically correct. WinUI 3 paths correctly map Windows.UI.Xaml.* to microsoft.ui.xaml.*. Additional code quality fixes (removal of deprecated ListViewItemRevealStyle, update of obsolete SystemControlAccentAcrylicWindowAccentMediumHighBrush) are also appropriate. Must-Fix IssuesNone. Suggestions (non-blocking)
|
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
27b2cf3 to
51a4876
Compare
Review Result: CHANGES_REQUESTEDSummaryThis PR performs a mechanical UWP→WinUI namespace replacement across 30 files. Most changes are correct, but 3 must-fix issues were found: two broken links (404s) introduced by the replacement, and link display texts that still show old UWP namespace qualifiers while targeting WinUI 3 API pages. Must-Fix Issues
Suggestions
Page Health Assessment
|
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Review Result: CHANGES_REQUESTEDSummaryThe PR correctly migrates most Windows.UI.Xaml namespace references to Microsoft.UI.Xaml with proper Windows App SDK link prefixes. However, one change introduces a broken link (404) in navigationview.md: the TypeName API URL was migrated to a path that does not exist in the Windows App SDK docs. Must-Fix Issues
Suggestions
Page Health Assessment
|
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Review Result: CHANGES_REQUESTEDSummaryThe PR correctly migrates 65 namespace/link references across 30 files from UWP ( Must-Fix Issues
Suggestions
Page Health Assessment
|
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Review Result: APPROVEDSummaryAll 30 files contain technically correct WinUI 3 migrations: Must-Fix IssuesNone. Suggestions
Page Health AssessmentAll 30 modified files read well. Notable highlights:
|
Mechanical replacement of 65 UWP namespace references and API links across 45 pages. All changes follow the same pattern: Windows.UI.Xaml → Microsoft.UI.Xaml and /uwp/api/ → /windows/windows-app-sdk/api/winrt/.