Skip to content

Prefer pattern-based over interface-based disposal in await using#72598

Merged
jcouv merged 1 commit into
dotnet:mainfrom
jcouv:async-using
Mar 21, 2024
Merged

Prefer pattern-based over interface-based disposal in await using#72598
jcouv merged 1 commit into
dotnet:mainfrom
jcouv:async-using

Conversation

@jcouv

@jcouv jcouv commented Mar 19, 2024

Copy link
Copy Markdown
Member

Closes #72573

@jcouv jcouv self-assigned this Mar 19, 2024
@ghost ghost added the untriaged Issues and PRs which have not yet been triaged by a lead label Mar 19, 2024
@jcouv jcouv marked this pull request as ready for review March 20, 2024 21:18
@jcouv jcouv requested a review from a team as a code owner March 20, 2024 21:18

@AlekseyTs AlekseyTs left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM (commit 1), assuming CI is passing.

@jcouv

jcouv commented Mar 21, 2024

Copy link
Copy Markdown
Member Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).

@jcouv jcouv enabled auto-merge (squash) March 21, 2024 17:49
@jcouv jcouv merged commit 2f72b4d into dotnet:main Mar 21, 2024
@dotnet-policy-service dotnet-policy-service Bot added this to the Next milestone Mar 21, 2024
@RikkiGibson RikkiGibson modified the milestones: Next, 17.10 P3 Mar 25, 2024
@jcouv jcouv deleted the async-using branch April 1, 2024 15:43
jcouv pushed a commit to jcouv/roslyn that referenced this pull request Apr 1, 2024
jcouv pushed a commit to jcouv/roslyn that referenced this pull request Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent dispose behavior between await using and await foreach

4 participants