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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid unnecessary List #11107

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Avoid unnecessary List #11107

merged 1 commit into from
Dec 9, 2024

Conversation

rainersigwald
Copy link
Member

I happened to see an IDE0306 on this line while looking at something else. It suggested using a collection initializer but Process[] is already IEnumerable<Process> so that's unnecessary.

I happened to see an IDE0306 on this line while looking at something else. It suggested using a collection initializer but `Process[]` is already `IEnumerable<Process>` so that's unnecessary.
@rainersigwald rainersigwald enabled auto-merge (squash) December 9, 2024 14:54
@rainersigwald rainersigwald merged commit 0589d4f into dotnet:main Dec 9, 2024
10 checks passed
@rainersigwald rainersigwald deleted the avoid-list branch December 9, 2024 15:06
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