Skip to content

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

Closed
5 tasks done
ErikSchierboom opened this issue Feb 13, 2017 · 3 comments · Fixed by #199
Closed
5 tasks done

Allow exercises to build and run on .NET Core #200

ErikSchierboom opened this issue Feb 13, 2017 · 3 comments · Fixed by #199

Comments

@ErikSchierboom
Copy link
Member

ErikSchierboom commented Feb 13, 2017

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.

@ErikSchierboom
Copy link
Member Author

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.

@ErikSchierboom
Copy link
Member Author

ErikSchierboom commented Feb 19, 2017

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:

  • Project file per exercise
  • Default (stub) file per exercise
  • Project file is in the new .csproj format
  • Project can be built using .NET Core
  • Multi-platform support due to .NET Core compatibility
  • Migrated tests from NUnit to xUnit

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

@ErikSchierboom
Copy link
Member Author

With #199 merged, this issue can now be closed! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant