Docs Index

Use official Microsoft docs first. Use Context7 for quick API and sample recall. Use local guardrail repos only for agent failure-mode checklists, not as platform authority.

Source Priority

PrioritySource classUse for
1Microsoft Learn and official release notesAPIs, setup, runtime, Store, certification, signing, testing, support windows
2Official Microsoft sample reposCurrent sample structure and scenario code after cloning is approved
3Context7 Microsoft Learn mirrorsAPI refreshes and small examples
4Existing local agent guidanceStale UWP pattern detection and review checklists
5Community tutorialsIdeas only after checking against official docs

Warning: Do not clone, install, build, test, or run official or third-party repos from this pack unless the user approves that source step. This pack was written under a no-clone, no-install constraint.

Primary Official Sources

AreaSourceTrustFreshnessUse For
Windows App SDK overviewhttps://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/officialLast checked: 2026-07-19Platform role and feature map
WinUI 3 overviewhttps://learn.microsoft.com/en-us/windows/apps/winui/winui3/officialLast checked: 2026-07-19UI framework role and scope
Quickstarthttps://learn.microsoft.com/en-us/windows/apps/get-started/start-hereofficialLast checked: 2026-07-19Current Visual Studio, .NET, and template setup
Downloadshttps://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloadsofficialLast checked: 2026-07-19; stable seen: 2.3.1Runtime installers, redistributables, release notes, current version check
Package and deployhttps://learn.microsoft.com/en-us/windows/apps/package-and-deploy/officialLast checked: 2026-07-19Packaging and runtime scenario map
Packaging overviewhttps://learn.microsoft.com/en-us/windows/apps/package-and-deploy/packaging/officialFrom plan researchPackaged, external-location, and unpackaged models
Deployment architecturehttps://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/deployment-architectureofficialFrom plan researchFramework, Main, Singleton, DDLM, bootstrapper concepts
Packaged deploymenthttps://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/deploy-packaged-appsofficialFrom plan researchDeployment API and packaged framework dependencies
Unpackaged deploymenthttps://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/deploy-unpackaged-appsofficialFrom plan researchBootstrapper and runtime installer obligations
Self-contained deploymenthttps://learn.microsoft.com/en-us/windows/apps/package-and-deploy/self-contained-deploy/deploy-self-contained-appsofficialFrom plan researchWindowsAppSDKSelfContained and self-contained caveats
Distribution pathshttps://learn.microsoft.com/en-us/windows/apps/package-and-deploy/choose-distribution-pathofficialLast checked: 2026-07-19Store, MSIX, MSI/EXE, sideload, direct download trade-offs
Code signinghttps://learn.microsoft.com/en-us/windows/apps/package-and-deploy/code-signing-optionsofficialFrom plan researchStore re-signing, Azure Artifact Signing, OV/EV, self-signed options
Store MSIX submissionhttps://learn.microsoft.com/en-us/windows/apps/publish/publish-your-app/msix/create-app-submissionofficialFrom plan researchPartner Center submission dry-run checklist
MSIX package requirementshttps://learn.microsoft.com/en-us/windows/apps/publish/publish-your-app/msix/app-package-requirementsofficialContext7 checked 2026-07-19WACK, signing, package upload, Store re-signing
Existing project adoptionhttps://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/use-windows-app-sdk-in-existing-projectofficialFrom plan researchWPF, WinForms, Win32 incremental adoption
Windowinghttps://learn.microsoft.com/en-us/windows/apps/develop/ui/windowing-overviewofficialFrom plan researchWindow, HWND, AppWindow, unsupported UWP window APIs
Manage windowshttps://learn.microsoft.com/en-us/windows/apps/develop/ui/manage-app-windowsofficialFrom plan researchAppWindow, presenter, HWND interop patterns
Title barhttps://learn.microsoft.com/en-us/windows/apps/develop/title-barofficialFrom plan researchAppWindowTitleBar, custom title bars, Windows App SDK 1.7 TitleBar note
Notificationshttps://learn.microsoft.com/en-us/windows/apps/develop/notifications/app-notifications/officialFrom plan researchLocal app notification concepts and elevated-app limitation
Notification quickstarthttps://learn.microsoft.com/en-us/windows/apps/develop/notifications/app-notifications/app-notifications-quickstartofficialLast checked: 2026-07-19Manifest COM activation, AppNotificationManager, activation handling
Testinghttps://learn.microsoft.com/en-us/windows/apps/develop/testing/officialLast checked: 2026-07-19WinUI Unit Test App, Appium Windows driver, Accessibility Insights, analyzers
WebView2 WinUI 3https://learn.microsoft.com/en-us/microsoft-edge/webview2/get-started/winuiofficialFrom plan researchWebView2 control and WinUI 3 setup

Context7 IDs

Library IDUse
/websites/learn_microsoft_en-us_windows_windows-app-sdkWindows App SDK conceptual docs and bootstrapper details
/websites/learn_microsoft_en-us_windows_windows-app-sdk_api_winrtAPI signatures for AppWindow, AppNotificationManager, DeploymentManager, and related WinRT APIs
/websites/learn_microsoft_en-us_windows_appsPackaging, Store, signing, certification, and testing docs
/websites/learn_microsoft_en-us_microsoft-edge_webview2WebView2 WinUI 3 runtime, Evergreen, fixed runtime, testing, and security docs
/microsoft/windowsappsdkOfficial source fallback if Context7 source snippets are needed
/microsoft/windowsappsdk-samplesOfficial sample fallback if repo cloning is not approved but sample recall is needed

Local-Docs Status

Official Windows App SDK, WinUI Gallery, WindowsAppSDK-Samples, and WebView2Samples repos were not indexed during this run.

AliasStatusUse
github-awesome-copilotindexed, non-officialAI guardrails for stale UWP patterns
openai-skillsindexed, non-officialSource routing and review checklist hints

Official Repos To Add Later

Do not clone these without approval.

RepoFirst use
microsoft/WindowsAppSDK-SamplesNotifications, deployment, lifecycle, windowing, Mica, unpackaged, and self-contained samples
microsoft/WinUI-GalleryControls, navigation, title bars, materials, and accessibility examples
MicrosoftEdge/WebView2SamplesWebView2 fixed-version runtime and WinUI samples
microsoft/WindowsAppSDKRelease/source implementation details, specs, and issue context
microsoft/microsoft-ui-xamlWinUI source and release tags referenced by Windows App SDK downloads

Freshness Rules

  • Recheck the downloads page before recommending a Windows App SDK version. The latest stable seen during this run was 2.3.1 on 2026-07-19.
  • Recheck the quickstart before naming Visual Studio or .NET versions. The quickstart fetched during this run named Visual Studio 2026 and .NET 10 SDK.
  • Recheck Store package requirements, WACK, and signing docs before release work.
  • Recheck WebView2 runtime guidance before choosing Evergreen or fixed-version deployment.
  • Treat UWP, WinUI 2, XAML Islands, and old Windows Community Toolkit examples as suspect until verified against current WinUI 3 docs.