-
-
Notifications
You must be signed in to change notification settings - Fork 365
Implement C# exercises #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Note: @burtlo I moved your commits over to this repository from the exercism.io branch. |
Thanks. |
Added the twelve days exercise. |
I am working to implement more of the missing exercises (beer-song and kindergarten-garden at the moment). However, I was wondering if we should use C# 6 features in the examples or not? |
If I recall, it comes with VS 2015 Community edition, so that may be ok. |
Okay, I'll use C# 6 then. It's only the examples though, the tests themselves should be C# 5 I think. |
Done. Thanks! |
@kytrinyx The |
Ah, thanks. |
It's in the list twice, actually. |
OK, deleted the superfluous one. |
@kytrinyx The list of open issues contains the |
@ErikSchierboom removed |
@bressain Thanks! Only three to go :) |
The |
Awesome job, @ErikSchierboom! 🍻 |
Thought I'd never see the day 🙌 |
Holy smokes, this is great! Thanks y'all :) |
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.
The text was updated successfully, but these errors were encountered: