Cosmos: Non-generic Find/FindAsync on DbContext is not translated to ReadItem #33881
Labels
area-cosmos
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Using non-generic Find, such as
await context.FindAsync(typeof(Post), 77);
is not translated to ReadItem and instead results in a normal query:Repro
The text was updated successfully, but these errors were encountered: