Skip to content

Remove unnecessary ToList() call on MissingSnippets#733

Merged
SimonCropp merged 2 commits intomainfrom
Remove-unnecessary-ToList()-call-on-MissingSnippets
Jan 13, 2026
Merged

Remove unnecessary ToList() call on MissingSnippets#733
SimonCropp merged 2 commits intomainfrom
Remove-unnecessary-ToList()-call-on-MissingSnippets

Conversation

@SimonCropp
Copy link
Owner

Replaced the ToList() call on processResult.MissingSnippets with direct usage, as MissingSnippets already supports Count. This simplifies the code and avoids unnecessary list allocation.

Replaced the ToList() call on processResult.MissingSnippets with direct usage, as MissingSnippets already supports Count. This simplifies the code and avoids unnecessary list allocation.
@SimonCropp SimonCropp added this to the 28.0.1 milestone Jan 13, 2026
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.

1 participant