Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 519 Bytes

File metadata and controls

25 lines (21 loc) · 519 Bytes

Contributor Guide

Prerequisites

.NET SDK 8.0 is required to build and run the project.

Building

To build the project, execute the following shell command:

$ cd src && dotnet build

Tests

To run the tests, execute the following shell command:

$ cd src && dotnet test

If you made changes and want to update the test data, run the following shell command (PowerShell Core is required):

$ pwsh ./scripts/Approve-TestResults.ps1