boppercr
boppercr
This is usually not an issue with popovers in dialogs like SelectBox, so I don't see why it should be when in the DataGrid?
Sorry for the delay, I was away for a little time. I added a small project to help understand better the issue. [efcore-issue-34866.zip](https://github.com/user-attachments/files/17478408/efcore-issue-34866.zip) # Additionnal information You can use the...
Does the code that I gave is sufficient to understand the issue or do you require more information?
Thanks for the answer. The Expression API is indeed tricky and that's a reason why we wanted to have a simpler approach. I also noticed that using a constructor that...
I adjusted the project to reflect what I was talking about. [efcore-issue-34866-2.zip](https://github.com/user-attachments/files/17920983/efcore-issue-34866-2.zip)
So, with EF 9.0, it'll handle the constructors recursively and therefor the scenario of the second project would be handled properly? Or did I understand that totally wrong?
The main issue with the use of AutoMapper is the lack (from what i've seen using it) of compile time errors/feedback. I'd be curious to know how the projection of...