Quick Start
Michael Hawker MSFT (XAML Llama) edited this page Oct 8, 2020
·
3 revisions
Pages 40

About Windows Community Toolkit
-
Home
🏠 -
Welcome
🙏 -
Windows Community Toolkit
🧰 -
Features
📬 -
Principles
☑️ -
Roadmap
🗺 - .NET Foundation
- Why Microsoft supports this project
-
License
📄
Usage
Contribution
-
Discussions
👥 -
Submitting an Issue
✔️ -
Good First Issue
👌 -
Help Wanted
🙋 -
Bug Fixes
🐛 -
Feature Requests
📫 -
Create and Submit PullRequest
🚀 -
Documentation
📝 -
Review PR
📖 -
Avoid Roadblocks
🚧
Development/Testing
-
Quick Start
⚡ -
Required Dependencies
📌 -
Coding Style and Conventions
⚖ -
Testing
🧪 -
Sample Development
📱 -
Accessibility Guideline
♿ -
Building XAML Controls
🎛 -
Fabric Bot Services
🤖 -
CI and Infrastructure
👾
Project Structure
Clone this wiki locally
Install Tooling
Required
Install Visual Studio
Install Visual Studio 2019 and up.
Install Visual Studio deps
- 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
Install SDKs
- Download and install .NET Core 3.1 SDK
- Download and install .NET Framework 4.6.2 Developer Pack
Optional
XAML Styler
Clone Repo
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
To Contribute to this Wiki
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