Visual Studio badly detects an overload that matches the parameters when entering them for C #, see image below.
Below is the first overload, which actually corresponds to the entered parameter types, why does the ID environment not show this prompt?
Is there a way to make the IDE smarter about this? I know that in VB.NET this is really correct, why is the difference in C #?
I am using Visual Studio 2013 - there are no add-ons (i.e. R #)
source
share