Intellisense breaks when using 5 or more tables in select function #1442
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems the select method is defined with overides with maximum 4 tables/entities.
Due to this, when I use 5 or more tables in select function, Intellisense is not able to detect return type of that function. And it consider it as Any.
This breaks the intellisense and it stops suggesting chaining functions like where/join etc.
Beta Was this translation helpful? Give feedback.
All reactions