We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Open command line / terminal and create a new C# unit test project with the command dotnet new console --name YOUR_PROJECT_NAME
dotnet new console --name YOUR_PROJECT_NAME
Example:
dotnet new mstest --name MyProject
Add the Meadow unit testing framework package with the command dotnet add package Meadow.UnitTestTemplate
dotnet add package Meadow.UnitTestTemplate
cd MyProject dotnet add package Meadow.UnitTestTemplate