Skip to content

Commit 77839dc

Browse files
Shay RojanskyCopilot
andcommitted
Add what's new note for ToAsyncEnumerable analyzer (#37670)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 163bdf0 commit 77839dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • entity-framework/core/what-is-new/ef-core-11.0

entity-framework/core/what-is-new/ef-core-11.0/whatsnew.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,3 +710,4 @@ For more information, see [Configuration file](xref:core/cli/dotnet#configuratio
710710
## Other improvements
711711

712712
* The EF command-line tool now writes all logging and status messages to standard error, reserving standard output only for the command's actual expected output. For example, when generating a migration SQL script with `dotnet ef migrations script`, only the SQL is written to standard output.
713+
* An analyzer and code fix now warn when `ToAsyncEnumerable` is used instead of `AsAsyncEnumerable` on EF queries ([#37670](https://github.com/dotnet/efcore/issues/37670), many thanks to [@m-x-shokhzod](https://github.com/m-x-shokhzod)).

0 commit comments

Comments
 (0)