Copied from exercism/exercism#1125
To implement C# in a lightweight manner, we need to sidestep creating a project file for every exercise. Using a project also makes it difficult to port to various platforms.
Setup
Linux
TBD
Mac
dmcs Bob.cs BobTest.cs /r:/Users/burtlo/Downloads/NUnit-2.6.3/bin/nunit.framework.dll -target:library
monolinker -a /Users/burtlo/Downloads/NUnit-2.6.3/bin/nunit.framework.dll -a Bob.dll
mono /Users/burtlo/Downloads/NUnit-2.6.3/bin/nunit-console.exe output/Bob.dll
Windows
TBD
Minimum Exercises to Implement
The following exercises are required to be created for the path to be launch.
Additional Exercises to Implement
After the initial set of exercises the following should be implemented to have a more complete test suite.
Copied from exercism/exercism#1125
To implement C# in a lightweight manner, we need to sidestep creating a project file for every exercise. Using a project also makes it difficult to port to various platforms.
Setup
Linux
TBD
Mac
Windows
TBD
Minimum Exercises to Implement
The following exercises are required to be created for the path to be launch.
Additional Exercises to Implement
After the initial set of exercises the following should be implemented to have a more complete test suite.