Remove GVFS.GVFlt and ESENT legacy disk layout upgrades#2
Closed
tyrielv wants to merge 1 commit into
Closed
Conversation
Remove the GVFlt compatibility shim project (legacy ProjFS predecessor) and all DiskLayout upgrade paths that depend on ManagedEsent (layouts 7→8, 8→9, 9→10, 13→14). These upgrades are 6+ years old and no longer needed. Raise minimum supported disk layout version from 7 to 15. Users on ancient layouts must upgrade through an intermediate GVFS version first. Removes ManagedEsent, Microsoft.Database.Collections.Generic, and Microsoft.Database.Isam NuGet packages entirely. Assisted-by: Claude Opus 4.6 Signed-off-by: Tyrie Vella <tyrielv@gmail.com>
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.
Remove GVFS.GVFlt and ESENT legacy disk layout upgrades
tyrielv/net10-central-packages. GitHub will retarget tomasteronce microsoft#1937 merges.Summary
Remove the GVFlt compatibility shim project (legacy ProjFS predecessor) and all DiskLayout upgrade paths that depend on ManagedEsent (layouts 7→8, 8→9, 9→10, 13→14). These upgrades are 6+ years old and no longer needed.
Raises minimum supported disk layout version from 7 to 15. Users on ancient layouts must upgrade through an intermediate GVFS version first.
Removes ManagedEsent, Microsoft.Database.Collections.Generic, and Microsoft.Database.Isam NuGet packages entirely — eliminates a .NET Framework-only dependency that has no .NET 5+ target and would block updating.
What was removed
Review guide
WindowsDiskLayoutUpgradeData.cs— key file: verify minimum version raised to 15, ESENT code path removed, 4 upgrade registrations removedGVFSHelpers.cs— functional test minimum version matches (15)GVFS.Platform.Windows.csproj— GVFlt project ref + 3 ESENT packages removedPayload.csproj/FastFetch.csproj— GVFS.GVFlt.dll removed from signing listsVerification
Context
Phase 2C+2E of .NET 10 NativeAOT migration. Stacked on microsoft#1937 (central packages).