Skip to content

Add what's new note for ToAsyncEnumerable analyzer (#37670)#5350

Open
roji wants to merge 1 commit intopreview.5from
roji/whats-new-37670
Open

Add what's new note for ToAsyncEnumerable analyzer (#37670)#5350
roji wants to merge 1 commit intopreview.5from
roji/whats-new-37670

Conversation

@roji
Copy link
Copy Markdown
Member

@roji roji commented May 4, 2026

Adds a one-line entry to the EF Core 11 "What's New" doc noting the new analyzer and code fix that warns when ToAsyncEnumerable is used instead of AsAsyncEnumerable on EF queries, with thanks to the community contributor.

Copilot AI review requested due to automatic review settings May 4, 2026 14:53
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a brief note to the EF Core 11 “What’s New” documentation to highlight a new analyzer/code fix that flags ToAsyncEnumerable usage on EF queries (suggesting AsAsyncEnumerable instead), with attribution to the community contributor.

Changes:

  • Added a new bullet under “Other improvements” describing the ToAsyncEnumerable vs AsAsyncEnumerable analyzer/code fix.
  • Linked to the associated EF Core issue and credited the contributor.

@roji roji force-pushed the roji/whats-new-37670 branch from 8ee6181 to 77839dc Compare May 4, 2026 14:57
@roji roji changed the base branch from main to preview.5 May 4, 2026 14:57
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@roji roji force-pushed the roji/whats-new-37670 branch from 77839dc to f9beb77 Compare May 4, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants