mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
This enables running unit tests on .NET (Core). The `<GenerateProgramFile>false</GenerateProgramFile>` line comes from this article by Andrew Lock: https://andrewlock.net/fixing-the-error-program-has-more-than-one-entry-point-defined-for-console-apps-containing-xunit-tests/ |
||
|---|---|---|
| .. | ||
| Properties | ||
| .gitignore | ||
| App.config | ||
| ApprovalTest.cs | ||
| csharp.csproj | ||
| csharp.sln | ||
| GildedRose.cs | ||
| GildedRoseTest.cs | ||
| Item.cs | ||
| Program.cs | ||