LTRData.DiscUtils 1.0.89

dotnet add package LTRData.DiscUtils --version 1.0.89
                    
NuGet\Install-Package LTRData.DiscUtils -Version 1.0.89
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LTRData.DiscUtils" Version="1.0.89" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LTRData.DiscUtils" Version="1.0.89" />
                    
Directory.Packages.props
<PackageReference Include="LTRData.DiscUtils" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LTRData.DiscUtils --version 1.0.89
                    
#r "nuget: LTRData.DiscUtils, 1.0.89"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package LTRData.DiscUtils@1.0.89
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LTRData.DiscUtils&version=1.0.89
                    
Install as a Cake Addin
#tool nuget:?package=LTRData.DiscUtils&version=1.0.89
                    
Install as a Cake Tool

LTRData.DiscUtils

Broad DiscUtils meta-package for managed .NET disk images, filesystems, storage protocols and related storage formats.

Part of the LTRData DiscUtils fork. Package IDs use LTRData.DiscUtils; C# namespaces remain DiscUtils.

Installation

dotnet add package LTRData.DiscUtils

Included packages

Direct package dependencies are listed below; their own dependencies are restored transitively. Choose individual packages when you need a smaller set of formats.

Package Purpose
LTRData.DiscUtils.Btrfs Managed .NET support for reading Btrfs filesystems, including file contents and filesystem metadata.
LTRData.DiscUtils.Core Common .NET disk, filesystem, partition and volume abstractions for DiscUtils, including raw disks and format-discovery infrastructure.
LTRData.DiscUtils.BootConfig Managed .NET support for reading, creating and modifying Windows Boot Configuration Data (BCD) stores in Registry hives.
LTRData.DiscUtils.Dmg .NET support for reading Apple DMG/UDIF disk images and decompressing supported image data.
LTRData.DiscUtils.ExFat Managed .NET implementation for reading, formatting and modifying exFAT filesystems.
LTRData.DiscUtils.Ext Managed .NET support for reading Ext2, Ext3 and Ext4 filesystems, including file contents and filesystem metadata.
LTRData.DiscUtils.Fat Managed .NET implementation for reading, formatting and modifying FAT12, FAT16 and FAT32 filesystems.
LTRData.DiscUtils.HfsPlus Managed .NET support for reading HFS+ filesystems, including file contents and filesystem metadata.
LTRData.DiscUtils.Iscsi Managed .NET iSCSI initiator for target discovery, sessions and read/write access to remote block devices through DiscUtils.
LTRData.DiscUtils.Iso9660 Managed .NET support for reading ISO 9660 optical-disc filesystems and building ISO images with Joliet and boot-image support.
LTRData.DiscUtils.Lvm Managed .NET discovery and stream mapping for supported Linux LVM logical volumes and Linux MD RAID 1 members.
LTRData.DiscUtils.Nfs Managed .NET NFS v3 client for remote file and directory operations and NFS-backed DiscUtils disk access.
LTRData.DiscUtils.Ntfs Managed .NET implementation for reading, formatting and modifying NTFS filesystems, including NTFS-specific file metadata.
LTRData.DiscUtils.OpticalDisk Managed .NET optical-disc image access and automatic detection of ISO 9660 and UDF filesystems.
LTRData.DiscUtils.Registry Managed .NET support for reading, creating and modifying Windows Registry hive files and applying pending registry transaction-log changes.
LTRData.DiscUtils.Sdi Managed .NET reader for Microsoft Simple Deployment Image (SDI) headers, section metadata and section content streams.
LTRData.DiscUtils.SquashFs Managed .NET support for reading SquashFS filesystems and building new compressed SquashFS images.
LTRData.DiscUtils.Swap Managed .NET detection and header inspection for Linux swap areas through DiscUtils filesystem discovery.
LTRData.DiscUtils.Udf Managed .NET reader for UDF optical-disc filesystems and their files, directories and extended attributes.
LTRData.DiscUtils.Vdi Managed .NET support for reading, creating and modifying fixed and dynamically allocated VirtualBox VDI disk images.
LTRData.DiscUtils.Vhd Managed .NET support for reading, creating and modifying fixed, dynamic and differencing Microsoft VHD virtual disk images.
LTRData.DiscUtils.Vhdx Managed .NET support for reading, creating and modifying fixed, dynamic and differencing Microsoft VHDX virtual disk images.
LTRData.DiscUtils.VirtualFileSystem Composable .NET virtual filesystem trees, TAR and ZIP filesystem readers, and a TAR image builder through DiscUtils abstractions.
LTRData.DiscUtils.Vmdk Managed .NET support for reading, creating and modifying supported VMware VMDK layouts, including differencing disk chains.
LTRData.DiscUtils.Wim Managed .NET support for reading Windows Imaging Format (WIM) containers and accessing their image filesystems and metadata.
LTRData.DiscUtils.Xfs Managed .NET support for reading XFS filesystems, including file contents and filesystem metadata.
LTRData.DiscUtils.Xva Managed .NET support for reading Xen Virtual Appliance (XVA) disks and creating new XVA appliances from disk streams.
LTRData.DiscUtils.Net .NET DNS, multicast DNS and DNS service-discovery helpers used by DiscUtils network integrations.
LTRData.DiscUtils.OpticalDiscSharing .NET client for discovering and reading optical media shared through Apple Optical Disc Sharing.

Registration

DiscUtils.Complete.SetupHelper.SetupComplete();

This helper explicitly registers providers from: Core, Dmg, Btrfs, Ext, Fat, ExFat, HfsPlus, Iscsi, Nfs, Ntfs, OpticalDiscSharing, OpticalDisk, SquashFs, Swap, Vdi, Vhd, Vhdx, Vmdk, VirtualFileSystem, Xfs, Xva, Lvm. It is safe to repeat and supports trimming and Native AOT registration. Referencing the package alone does not register providers.

Package dependencies and registration scope are distinct. Libraries without discovery providers, such as WIM and Registry, are used through their direct APIs. ISO/UDF detection is supplied by OpticalDisk.

Dokan/FUSE integrations and command-line utilities are not included. Registration compatibility does not establish Native AOT support for every operation in every dependency.

Documentation

Repository and capability matrix · Wiki · Migration guide · Format registration and Native AOT

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.89 55 9/22/2026
1.0.88 476 8/3/2026
1.0.87 163 7/20/2026
1.0.86 510 7/4/2026
1.0.85 141 6/30/2026
1.0.84 133 6/27/2026
1.0.83 181 6/18/2026
1.0.82 155 5/26/2026
1.0.81 199 5/14/2026
1.0.80 214 4/24/2026
1.0.77 181 3/13/2026
1.0.76 152 3/10/2026
1.0.75 157 2/20/2026
1.0.74 150 2/18/2026
1.0.73 902 1/5/2026
1.0.72 382 11/25/2025
1.0.71 488 11/19/2025
1.0.70 369 11/11/2025
1.0.69 347 10/31/2025
1.0.68 286 10/30/2025
Loading failed