GildedRose-Refactoring-Kata/csharp.NUnit
Stef Heyenrath 023af28f3c Added + fixed README.md
Removed global.json
2024-06-02 22:02:24 +02:00
..
GildedRose . 2024-06-02 11:23:54 +02:00
GildedRoseTests Added + fixed README.md 2024-06-02 22:02:24 +02:00
.gitignore Refactor C# projects 2024-05-29 15:01:51 +02:00
GildedRose.sln Added + fixed README.md 2024-06-02 22:02:24 +02:00
README.md Added + fixed README.md 2024-06-02 22:02:24 +02:00

Gilded Rose starting position in C# NUnit

Build the project

Use your normal build tools to build the projects in Debug mode. For example, you can use the dotnet command line tool:

dotnet build GildedRose.sln -c Debug

Run the Gilded Rose Command-Line program

For e.g. 10 days:

GildedRose/bin/Debug/net8.0/GildedRose 10

Run all the unit tests

dotnet test