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

Fixed PSAdapter cache code when module files are missing #497

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

anmenaga
Copy link
Collaborator

@anmenaga anmenaga commented Jul 23, 2024

PR Summary

Fix #495

There was a bug in PSAdapter cache code that cache was not rebuilt if module files were deleted externally.
Also added a small perf optimization to skip checking cache for stale PSModulePath if stale or non-existent cache timestamp entries are detected.

@SteveL-MSFT SteveL-MSFT added this pull request to the merge queue Jul 24, 2024
Merged via the queue into PowerShell:main with commit 05179d9 Jul 24, 2024
4 checks passed
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.

Cache entry path not found
2 participants