This is a silly mistake I always make with #dotnet and static members. Static members are initialized in the order they are declared, which means, in this case, I’ll get two entries of nulls in my collection because they’re not initialized yet.

#JetBrainsRider warns me that I have an issue.

@khalidabuhakmeh you know what’s coming πŸ˜€:
You could use this other dotnet language that prevents such nonsense πŸ˜…
@khalidabuhakmeh no the other other, ealier in the alphabet πŸ˜‚
Overview - D Programming Language

D Programming Language