Remove GVFS.GVFlt and ESENT legacy disk layout upgrades#1939
Merged
Conversation
c6578ab to
1be4aca
Compare
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, 10→11, 11→12, 12→12.1, 12→13, 13→14). These upgrades are 6+ years old and no longer needed. Raise minimum supported disk layout version from 7 to 14. The 14→15 upgrade (ModifiedPaths) is retained so v14 repos can still upgrade. Users on layouts below 14 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>
KeithIsSleeping
approved these changes
Apr 10, 2026
Merged
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
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 the TFM retarget.
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 #1937 (central packages).