Replies: 2 comments 22 replies
-
Why is it moved to discussion ? |
Beta Was this translation helpful? Give feedback.
6 replies
-
What are you actually trying to return in the Task? A |
Beta Was this translation helpful? Give feedback.
16 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Recently, I wanted to improve the field selection in Entity Framework Core when selecting data.
I wrote the following code:
Of course, it doesn't work. 😄
I receive the following error message :
Is it planned to implement in a future version of C#, an inference interpretation/logic to solve this issue ?
And not to manipulate it with a Dynamic type, an Object, another Anonymous type or Reflection?
For now, my solution is the following with a local variable:
Thanks for any answer. 😄
Beta Was this translation helpful? Give feedback.
All reactions