DotNetKoans
DotNetKoans copied to clipboard
A set of Koans to teach the C# language on .NET Core.
Review and update the README.md file. The new readme should highlight codespaces as they way to work on the koans.
Add koans on how to work with [Files and Streams](https://docs.microsoft.com/en-us/dotnet/standard/io/).
When the project is opened in codespaces, the outline and timeline panels are displayed.  In order to keep the UI noise free...
The currently used universal image is very large (> 10GB) and contains many unneeded dependencies. It did not help to resolve #118. Furthermore, the version 0-linux is now outdated (microsoft/vscode-dev-containers#675)....
The latest Appveyor build is four years old. It does not seem to be running for newer commits. This pull request will switch the repo from Appveyor to GitHub Actions....
- Update C# language version to 9.0 - Update target framework to .NET 5.0 - Update NuGet packages to latest stable versions
Great project. Just completed it. Hope this is helpful.