How do you do .ThenInclude from F#? #903
Labels
closed-question
help wanted
This issue involves technologies where we are not experts. Expert help would be appreciated.
After figuring out how to get the proxies to work in F# dotnet/efcore#12923, I tried to create queries using something like
.Include(fun blog -> blog.Posts).ThenInclude(fun post -> post.Author)
, but post ends up being a collection. It fails in IntelliSense and during compilation. How do I make it work? Is there a workaround?Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: