You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would require #5429, C# doesn't infer generic type arguments based on the expected target type. Get would need to accept an argument that was either of type T or of Func<T> which would be used by the compiler to infer the generic type arguments:
The text was updated successfully, but these errors were encountered: