Fix compatibility issue with ef 8 - #1786
Conversation
|
Thanks for your PR. Unfortunately, this won't fix the issue you're seeing. For that, we'll need to compile against EF Core 8.0 for the compiler to target the new I opened #1789 to track that and informed the EF team this breaking change is not documented: dotnet/efcore#30306 (comment). |
|
My fault. Will you accept pr if I change this line It will send the exact same query to a database. |
|
@kevinchalet any comments regarding new approach? |
|
It's likely a good workaround (thanks!), but I'd like to hear back from the EF folks before changing anything. |
In ef 8 preview a new parameter has been added to the LoadAsync method
This pr fixes this compatibility issue