Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net: Remove use of ConcurrentBag from planner extensions #3507

Merged
merged 3 commits into from Nov 15, 2023

Conversation

stephentoub
Copy link
Member

Motivation and Context

It's not being used concurrently. It can just be a List.

Contribution Checklist

It's not being used concurrently. It can just be a List.
@stephentoub stephentoub requested a review from a team as a code owner November 15, 2023 02:44
@shawncal shawncal added the .NET Issue or Pull requests regarding .NET code label Nov 15, 2023
@github-actions github-actions bot changed the title Remove use of ConcurrentBag from planner extensions .Net: Remove use of ConcurrentBag from planner extensions Nov 15, 2023
@stephentoub stephentoub added this pull request to the merge queue Nov 15, 2023
Merged via the queue into microsoft:main with commit c1ee61f Nov 15, 2023
18 checks passed
@stephentoub stephentoub deleted the noconcurrentbag branch November 15, 2023 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants