.NET SDK 8.0 is required to build and run the project.
To build the project, execute the following shell command:
$ cd src && dotnet buildTo run the tests, execute the following shell command:
$ cd src && dotnet testIf you made changes and want to update the test data, run the following shell command (PowerShell Core is required):
$ pwsh ./scripts/Approve-TestResults.ps1