I recently ran into an issue when refactoring a project, in which the compiler was reporting an error that a method had insufficient arguments. *Using Ctrl + clicking to drill through the code clearly showed a parameterless overload. *Error insight also seemed to be off exactly one line. Rearranging ...
More...