Erik Schierboom
Erik Schierboom
The `numbers` exercise's `introduction.md` document introduces type conversion through casting, but it does not show an example of the syntax. As this is new syntax, a code example should be...
The [official C# capitalization conventions](https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/capitalization-conventions) define how things should be named in C#. Note that these are officially guidelines, but they are followed by virtually everyone. As such, they are...
To help our mentors, we should add mentoring notes for each core exercise. These are the core exercises (excluding `hello-world` which is automatically approved), with a check if there already...
See https://github.com/exercism/csharp/pull/1261 Hopefully, the `dotnet format` tool (see https://github.com/dotnet/format), will be able to support all the `.editorconfig` settings soon, which means that we wouldn't even have to modify our test...
In the beginning of v3 development, Concept Exercises were named after their Concepts. However, we've later on changed this to have the Concept Exercises be named after their story/theme. The...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ To get your track ready for Exercism v3, the following needs...
In Exercism v3, we're introducing a new (optional) tool: the [representer](https://github.com/exercism/docs/blob/main/building/tooling/representers/README.md). The goal of the representer is to take a solution and returning a representation, which is an extraction of...
In Exercism v3, we are making increased use of our v2 [analyzers](https://github.com/exercism/docs/blob/main/building/tooling/analyzers/README.md). Analyzers automatically assess student's submissions and provide mentor-style commentary. They can be used to catch common mistakes and/or...
Each Concept will have to define a _blurb_, which is a short description of the exercise. In an earlier PR, a placeholder blurb has been added to the .meta/config.json file...
Please check if your documentation files are still up-to-date. The key documentation files to check are: - `docs/ABOUT.md` - `docs/INSTALLATION.md` - `docs/LEARNING.md` - `docs/RESOURCES.md` - `docs/TESTS.md` - `exercises/shared/.docs/help.md` - `exercises/shared/.docs/tests.md`...