Intellisense breaks when using 5 or more tables in select function #1442
Unanswered
shakeelansari63
asked this question in
Questions
Replies: 0 comments
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