Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 345 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 345 Bytes

Contributor Guide

Building

To build ProcessDoctor, install .NET 8 SDK or later.

Then, run this shell command:

$ dotnet build

Testing

Run the unit tests using this shell command:

$ dotnet test