You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2.5 KiB

Developer Guide

The following document describes the setup and workflow that is recommended for working on the Windows Forms project. It assumes that you have read the Contributing Guide.

The Issue Guide describes our approach to using GitHub issues.

Machine Setup

Windows Forms development requires the following workloads and components be selected when installing Visual Studio 2022 (17.0.0):

Optional: To get the latest C# features in Visual Studio or to experiment with the latest runtime when not using the start-vs.cmd, install the latest SDK build.

Workflow

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

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

  1. Build the repository.
  2. Debug the change, as needed.
  3. Test the change, to validate quality.

More Information