feat: cache SVG previews in File Explorer#48223
Open
Mankurj05 wants to merge 1 commit into
Open
Conversation
Author
|
@microsoft-github-policy-service agree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Caches SVG preview output in File Explorer so the same SVG does not need to be regenerated every time a folder is opened.
What changed
Add deterministic cache helper to avoid per-preview temp files.
Reuse cached HTML in the SVG preview handler and SVG thumbnail provider instead of regenerating on every request.
Add unit tests to validate cache-key stability.
Validation
Static checks: no syntax errors reported for the modified files.
Local limitation: the .NET SDK (dotnet) is not available in this environment, so full dotnet test/CI couldn't be run locally. GitHub Actions will run CI on the PR.
PR Checklist
Communication: I have commented on the issue and requested to be assigned / noted my intent to work on it.
Closes #48197
Tests: added unit tests for cache-key behavior
CI: relies on GitHub Actions to run full build/tests
Docs/Localization: not applicable for this change