This repository contains a C#/NuGet library that abstracts out common functionality for test setup and teardown.
This repository builds with the dotnet sdk.
It supports standard tasks like dotnet build, dotnet test, and dotnet pack.
Run through the standard compile and (unit) test tasks. These can be done without any external environment to test on.
dotnet build source
dotnet test sourceFor more details check out our documentation that can be found here