Generic methods that leverage the generic parameters to specify the types of expressions/lambdas received as parameters, typically work great (i.e. fluent APIs that exist everywhere) and infer the types of the lambdas and provide great intellisense.This stops working completely when the generic method has optional parameters, though, as we just discovered :(
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...