This repository was archived by the owner on Feb 25, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Quick Start
Michael Hawker MSFT (XAML Llama) edited this page Oct 8, 2020
·
3 revisions
Install Visual Studio 2019 and up.
- Run "Visual Studio Installer"
- Select "Modify" on visual studio "Visual Studio"
- Check ".Net desktop development"
- Check "Universal Windows Platform development"
- Under "Installation details/Universal Windows Platform development"
- Check the the "Windows 10 SDK (10.0.19041.0)" is checked
- Download and install .NET Core 3.1 SDK
- Download and install .NET Framework 4.6.2 Developer Pack
Warning: Try not to clone the repo into any location where the path is already significantly long. There is a windows an existing MAX path issue with windows (Files on paths longer than 256 cannot be found be the build tool chain). Within the project there are paths of 190 characters, so the shorter the base directory the better.
git clone git@github.com:windows-toolkit/WindowsCommunityToolkit.git
Fork the repo and Send the PR 🚀🚀
Any changes to the wiki made directly here on GitHub will be overwritten by the wiki repo commits

- Home 🏠
- Welcome 🙏
- Windows Community Toolkit 🧰
- Features 📬
- Principles ☑️
- Roadmap 🗺
- .NET Foundation
- Why Microsoft supports this project
- License 📄
- Discussions 👥
- Submitting an Issue ✔️
- Good First Issue 👌
- Help Wanted 🙋
- Bug Fixes 🐛
- Feature Requests 📫
- Create and Submit PullRequest 🚀
- Documentation 📝
- Review PR 📖
- Avoid Roadblocks 🚧