mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-07-27 01:31:23 +00:00
Conjured items degrade twice as fast: -2 before sell-by, -4 after, never below 0. Registered in ItemUpdaterFactory.Default() and resolved by the Conjured prefix rule, so the whole Conjured family is covered. The four Conjured spec tests go green. The ThirtyDays approval snapshot now shows the intended Conjured-only diff; it is re-approved in the next commit. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| GildedRose | ||
| GildedRoseTests | ||
| .gitignore | ||
| GildedRose.sln | ||
| README.md | ||
Gilded Rose starting position in C# xUnit
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