Follow-Up Repos
Clone only after explicit approval.
| Repo | Priority | Use |
|---|---|---|
microsoft/WindowsAppSDK-Samples | 1 | Notifications, deployment, lifecycle, windowing, unpackaged, self-contained samples |
microsoft/WinUI-Gallery | 2 | Controls, shell, navigation, materials, title bars, accessibility examples |
MicrosoftEdge/WebView2Samples | 3 | Fixed-version runtime and WebView2 WinUI samples |
microsoft/WindowsAppSDK | 4 | Source, specs, release issues, deployment implementation details |
microsoft/microsoft-ui-xaml | 5 | WinUI source, release tags, control implementation details |
Safe Clone Workflow
1. Ask for approval.
2. Verify SSH access.
3. Clone official repos under _repos/owner-repo.
4. Run scripts/sync-repos.sh update-manifest.
5. Add docs to local-docs if useful.
6. Read samples only; do not build/run/install without a separate approval.
First Questions To Answer After Cloning
- Which WindowsAppSDK-Samples notification sample matches the current docs?
- Which deployment samples cover external-location, unpackaged, and self-contained scenarios?
- Which WinUI Gallery title bar/control examples are current for Windows App SDK 2.x?
- Which WebView2 sample shows fixed runtime packaging for WinUI 3?