TODO:

Minimal reproducible example for TODO: in .NET

Commands Run

dotnet new sln --name MySolution
dotnet new console --name MyProject
dotnet sln add MyProject
dotnet new nunit --name MyProject.Tests
dotnet sln add MyProject.Tests

Running tests on AppVeyor

Add the newly created repository to AppVeyor at https://ci.appveyor.com/projects/new