mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Merge pull request #527 from Sarah-A/main
fix small leftovers for csharpcore porting to .Net 8.0
This commit is contained in:
commit
ebf85e0e4e
@ -9,7 +9,7 @@ Use your normal build tools.
|
|||||||
For e.g. 10 days:
|
For e.g. 10 days:
|
||||||
|
|
||||||
```
|
```
|
||||||
GildedRoseTests/bin/Debug/net7.0/GildedRoseTests 10
|
GildedRoseTests/bin/Debug/net8.0/GildedRoseTests 10
|
||||||
```
|
```
|
||||||
|
|
||||||
You should make sure the command shown above works when you execute it in a terminal before trying to use TextTest (see below). If your tooling has placed the executable somewhere else, you will need to adjust the path above.
|
You should make sure the command shown above works when you execute it in a terminal before trying to use TextTest (see below). If your tooling has placed the executable somewhere else, you will need to adjust the path above.
|
||||||
@ -19,5 +19,5 @@ You should make sure the command shown above works when you execute it in a term
|
|||||||
|
|
||||||
There are instructions in the [TextTest Readme](../texttests/README.md) for setting up TextTest. You will need to specify the GildedRoseTests executable and interpreter in [config.gr](../texttests/config.gr). Uncomment this line:
|
There are instructions in the [TextTest Readme](../texttests/README.md) for setting up TextTest. You will need to specify the GildedRoseTests executable and interpreter in [config.gr](../texttests/config.gr). Uncomment this line:
|
||||||
|
|
||||||
executable:${TEXTTEST_HOME}/csharpcore/GildedRoseTests/bin/Debug/net7.0/GildedRoseTests
|
executable:${TEXTTEST_HOME}/csharpcore/GildedRoseTests/bin/Debug/net8.0/GildedRoseTests
|
||||||
|
|
||||||
|
|||||||
@ -32,7 +32,7 @@ executable:${TEXTTEST_HOME}/ruby/texttest_fixture.rb
|
|||||||
interpreter:ruby
|
interpreter:ruby
|
||||||
|
|
||||||
# Settings for the C# Core version
|
# Settings for the C# Core version
|
||||||
#executable:${TEXTTEST_HOME}/csharpcore/GildedRoseTests/bin/Debug/net7.0/GildedRoseTests
|
#executable:${TEXTTEST_HOME}/csharpcore/GildedRoseTests/bin/Debug/net8.0/GildedRoseTests
|
||||||
|
|
||||||
# Settings for the Perl version
|
# Settings for the Perl version
|
||||||
#executable:${TEXTTEST_HOME}/perl/texttest_fixture.pl
|
#executable:${TEXTTEST_HOME}/perl/texttest_fixture.pl
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user