Johan Berg
Johan Berg
> So I tried to look into the issue on MacOS, but unfortunately with limited success. > > I ran it on a VM with running MacOS 22.6.0, Apple clang...
Hi, I can see why you'd think this is a bug, however it's actually not. I'll try to explain. The exercise it taken from https://github.com/exercism/problem-specifications/blob/main/exercises/allergies/canonical-data.json where we can see that...
Hm, maybe I'm wrong, the C# example solution actually uses the values in the specifications for the enum: https://github.com/exercism/csharp/blob/main/exercises/practice/allergies/.meta/Example.cs
If you have a look at the [exercise]_test.c file, you'll see a function declaration at the top of the file. This is the function that you'll have to implement in...