Skip to content

Commit

Permalink
Update entity-framework/core/miscellaneous/async.md
Browse files Browse the repository at this point in the history
Co-authored-by: Smit Patel <[email protected]>
  • Loading branch information
roji and smitpatel authored Sep 2, 2020
1 parent c53a156 commit 4b67124
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions entity-framework/core/miscellaneous/async.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ var groupedHighlyRatedBlogs = await context.Blogs
.GroupBy(b => b.Rating) // client-evaluated
.ToListAsync();
```

The team is looking into better solutions for this problem.

0 comments on commit 4b67124

Please sign in to comment.