Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.48 KB

developer-guide.md

File metadata and controls

33 lines (21 loc) · 1.48 KB

Developer Guide

The following document describes the setup and workflow that is recommended for working on the WPF project. It assumes that you have read the contributing guide.

The Issue Guide describes our approach to using GitHub issues.

Machine Setup

Follow the Building CoreFX on Windows instructions.

WPF requires the following workloads and components be selected when installing Visual Studio:

  • Required Workloads:
    • .NET Desktop Development
    • Desktop development with C++
  • Required Individual Components:
    • C++/CLI support
    • Windows 10 SDK

Workflow

We use the following workflow for building and testing features and fixes.

You first need to Fork and Clone this WPF repository. This is a one-time task.

-- add more content here --

More Information