exercism / csharp

Exercism exercises in C#.
https://exercism.org/tracks/csharp
MIT License
344 stars 346 forks source link

Footbal match reports exercise should depend on Exceptions first exercise #2306

Open jozolam opened 1 day ago

jozolam commented 1 day ago

Hello, I think that the football match exercise https://github.com/exercism/csharp/blob/main/exercises/concept/football-match-reports/.docs/instructions.md should depend on exceptions first exercise because you ask for a thrown exception. I would create PR but not sure where are dependencies defined.

github-actions[bot] commented 1 day ago

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.

ErikSchierboom commented 1 day ago

Good catch! They're defined here: https://github.com/exercism/csharp/blob/main/config.json#L553-L557