This template provides a new solution with everything you need to practice a TDD Kata in .net 6 It provides the following
- A class library
- An XUnit test project that references the class library
- Moq
- Fluent assertions
- Clone this repo and navigate to its root
- Run
dotnet new --install .\
on windows ordotnet new --install ./
on osx/linux
dotnet new kata
see https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new for full documentation and optional arguments