-
-
Notifications
You must be signed in to change notification settings - Fork 365
Allow exercises to build and run on .NET Core #200
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
I'm slowly getting there :) I now have a separate project for each exercise that runs on .NET Core. The CI servers now also succesfully run the .NET Core tests. |
Things are looking good! I've now managed to get the latest build working on .NET Core on all three CI servers. This build includes the following features:
The main thing that is still lacking is the documentation, but for that I want to wait until both the .NET CLI and VS 2017 are RTM. Once they have been released, we should update the documentation and finish the migration :) p.s. the number of changed files is huge |
With #199 merged, this issue can now be closed! 🎉 |
In this PR, you can find the work to get our exercises running on .NET Core. This issue will keep track of the work items.
Once these items have been completed, we probably want to to wait at least until the final release of Visual Studio 2017 (which will be on march 7th) and the RTM version of the .NET CLI tooling. In the mean time, I would really really appreciate it if people would be willing to look at this PR and hopefully also test things locally.
To make testing and editing all projects at the same time easier, I've also added a solution file that contains all projects.
When this PR has finally been merged, we can then move on to issue #138, where we add a default file for each exercise, possibly also with the required class/methods also having an empty, stub implementation.
The text was updated successfully, but these errors were encountered: