Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 401 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 401 Bytes

A simple skeleton environment for C# TDD

A simple skeleton TDD envorment for C# With a Simple Math Example

For this particular environment I would recommend previous knowledge of how to import projects into a solution.

Requirements

I have been using the following configuration

  • Visual Studio 2022
  • .Net 6.0
  • Microsoft.NET.Test.Sdk (17.2.0)
  • NUnit (3.13.3)
  • NUnit3TestAdapter (4.2.1)