Neal Gafter
Neal Gafter
@scalablecory This would have the side-effect of permitting overload resolution based on generic constraints. You would still have to ensure that the method signatures are different enough that they would...
@Kryptos-FR No, there are no such plans.
[The language spec](https://github.com/dotnet/csharplang/tree/master/spec) is stuck at version 6 while we work with ECMA to plan how we're going to evolve it going forward. Having said that, you can find specs...
Standard spec in progress at https://github.com/dotnet/csharpstandard/pull/263
This was done in C# 7.3.
My mistake. This is listed as shipped in 7.3 in https://github.com/dotnet/roslyn/blob/master/docs/Language%20Feature%20Status.md under "Custom Fixed".
The LDM has pushed this out. It requires more design work and is not near the top of our priorities.
The only design approach that we have given the current CLR specification requires a lot of complex code to be generated to implement this. Getting CLR support would permit a...
I'll bring this up at the LDM next time we triage.
