emilybache / Tennis-Refactoring-Kata

This is a Refactoring Kata based on the rules of Tennis

Home Page:https://youtu.be/XifUs1FhWRc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C#: Improve the out-of-the-box-experience

paulroho opened this issue · comments

For people not used to using NUnit, the following things would be of great help:

  • Provide a solution file
  • Change csproj to a ClassLibrary project, remove then obsolete Main.cs
  • Add nuget package for NUnit
  • Provide a hint how to install the NUnit VsTestAdapter

I will send a pull request.

Thankyou for the pull request that fixes these issues