Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 482 Bytes

File metadata and controls

20 lines (13 loc) · 482 Bytes

kata-starter

Kata template for C# and F# with .NET 10.0 to promote TDD exercises.

Packages

  • AutoFixture.AutoNSubstitute
  • AutoFixture.Xunit2
  • FluentAssertions
  • xUnit
  • Ardalis.GuardClauses
  • CSharpFunctionalExtension.FluentAssertions

Running the project

In the csharp or fsharp folder at the same level as the .csproj or .fsproj respectively, run the following commands to restore packages and execute the tests in watch mode.

dotnet restore

dotnet watch test