Skip to content

Commit 8ee6181

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 33a6ce6 commit 8ee6181

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
@@ -578,3 +578,4 @@ Drop-Database -Connection "Server=test;Database=MyDb;..." -Force
578578
## Other improvements
579579

580580
* 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.
581+
* 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)