proposals/csharp-7.3/improved-overload-candidates.md
Champion issue: https://github.com/dotnet/csharplang/issues/98
The overload resolution rules have been updated in nearly every C# language update to improve the experience for programmers, making ambiguous invocations select the "obvious" choice. This has to be done carefully to preserve backward compatibility, but since we are usually resolving what would otherwise be error cases, these enhancements usually work out nicely.