Developer Guide
May 4, 2023 ยท View on GitHub
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):
- Required Workloads: wpf-test.vsconfig
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.