Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.49 KB

developer-guide.md

File metadata and controls

28 lines (17 loc) · 1.49 KB

Developer Guide

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

Machine Setup

WPF Test requires the following workloads and components be selected when installing Visual Studio 2022 (17.0.0):

PS : Currently, this file is a copy of the wpf.vsconfig file in WPF repo. Hence, anyone that has setup there machines for building WPF from source will also be able to build this repo. However, in future there can be some changes to this file.

Workflow

We use the following workflow for building tests and running them against WPF assemblies ( both SDK and locally built ).

You first need to [fork][fork] then [clone][clone] this Windows Forms repository. This is a one-time task. This is a one-time task.

  1. Build the repository.
  2. Run the tests.
  3. Debug the tests.

More Information