You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains test templates that are consumed by dotnet new. The templates are C#, F# and VB languages; for MSTest, NUnit and XUnit testing frameworks.
It also contains classic .NET Framework and Universal Test templates for C# and VB.
Usage
You can create new test project with dotnet new mstest, dotnet new nunit, or dotnet new xunit. Full documentation for dotnet new is here. And here is documentation for each template: mstest or xunit, nunit.
Contributing
This repository consists of:
Templates folder contains "legacy" templates for .NET Framework test projects in VisualStudio.
Acquire
Fork this repository.
Clone the forked repository to your local machine.
main is our default branch. It should be checked out for you automatically.
Create topic branch to hold your change e.g. git checkout -b "update-mstest".
Make your changes, commit, and make PR that targets our main branch.
Build & Run
Open up a command prompt and navigation to the root of your source code.
Run the build script appropriate your environment.