Skip to content

Conversation

Gijsreyn
Copy link
Contributor

PR Summary

Implements an optimized approach to discovering PowerShell resources using .NET with parallel processing and direct result synchronization.

The previous approach using Get-ChildItem had unnecessary object overhead and required post-processing with Where-Object. The same is implied when using a thread-safe collection (ConcurrentBag), which adds unnecessary complexity.

PR Context

Fix #913

Note

While I recognize the need for caching in the issue, I left it out for now, assuming we can increment it over time.

@Gijsreyn
Copy link
Contributor Author

With PR #1025 around, it might be worthwhile to rename the directories.

@Gijsreyn Gijsreyn force-pushed the implement-powershell-discover branch 2 times, most recently from 623d593 to 5b7502f Compare August 24, 2025 21:04
@Gijsreyn Gijsreyn force-pushed the implement-powershell-discover branch from 5b7502f to 991f7ce Compare August 27, 2025 01:07
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.

Discover extension for PSModulePath
1 participant