BlinD-HuNTeR
BlinD-HuNTeR
This is something that I would really like to see incorporated into the language, but in my opinion, if we really want the C# Language Design Team to pick any...
This proposal is from 2020 and there is no point in ressurecting it now, since we can already use `global using` to achieve that. Plus, global usings can be added...
I'm not sure if the following proposal is too crazy, so I will describe it here quickly, as it's related to this topic: Imagine that I have a `int[] ints...
> C# already has a query comprehension syntax, LINQ. True, but, that's not really an argument. If you would argue against all proposals saying "it can already be done in...
Maybe just forget about the new syntax completely and have it be implemented in the old-style, with static methods in static classes, but making the compiler recognize such methods as...