LTRData.DiscUtils.Transports
1.0.89
dotnet add package LTRData.DiscUtils.Transports --version 1.0.89
NuGet\Install-Package LTRData.DiscUtils.Transports -Version 1.0.89
<PackageReference Include="LTRData.DiscUtils.Transports" Version="1.0.89" />
<PackageVersion Include="LTRData.DiscUtils.Transports" Version="1.0.89" />
<PackageReference Include="LTRData.DiscUtils.Transports" />
paket add LTRData.DiscUtils.Transports --version 1.0.89
#r "nuget: LTRData.DiscUtils.Transports, 1.0.89"
#:package LTRData.DiscUtils.Transports@1.0.89
#addin nuget:?package=LTRData.DiscUtils.Transports&version=1.0.89
#tool nuget:?package=LTRData.DiscUtils.Transports&version=1.0.89
LTRData.DiscUtils.Transports
DiscUtils meta-package for iSCSI and NFS access, local-file transport and optical-disc detection.
Part of the LTRData DiscUtils fork. Package IDs use LTRData.DiscUtils; C# namespaces remain DiscUtils.
Installation
dotnet add package LTRData.DiscUtils.Transports
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.Core | Common .NET disk, filesystem, partition and volume abstractions for DiscUtils, including raw disks and format-discovery infrastructure. |
| LTRData.DiscUtils.Iscsi | Managed .NET iSCSI initiator for target discovery, sessions and read/write access to remote block devices through DiscUtils. |
| LTRData.DiscUtils.Nfs | Managed .NET NFS v3 client for remote file and directory operations and NFS-backed DiscUtils disk access. |
| LTRData.DiscUtils.OpticalDisk | Managed .NET optical-disc image access and automatic detection of ISO 9660 and UDF filesystems. |
Registration
DiscUtils.Transports.SetupHelper.SetupTransports();
This helper explicitly registers providers from: Core, Iscsi, Nfs, OpticalDisk. 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. Core supplies the local-file transport, Iscsi and Nfs supply their network transports, and OpticalDisk supplies optical-disc image access and ISO/UDF detection.
OpticalDisk brings ISO 9660 and UDF readers transitively. Apple Optical Disc Sharing is a separate package and is not included. Register the corresponding format providers separately when opening disk-image files over a transport.
Dokan/FUSE integrations and command-line utilities are not included. Registration compatibility does not establish Native AOT support for every operation in every dependency.
Related packages
Documentation
Repository and capability matrix · Wiki · Migration guide · Format registration and Native AOT
| Product | Versions 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. |
-
.NETFramework 4.6
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.Iscsi (>= 1.0.89)
- LTRData.DiscUtils.Nfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
-
.NETFramework 4.8
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.Iscsi (>= 1.0.89)
- LTRData.DiscUtils.Nfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
-
.NETStandard 2.0
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.Iscsi (>= 1.0.89)
- LTRData.DiscUtils.Nfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
-
.NETStandard 2.1
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.Iscsi (>= 1.0.89)
- LTRData.DiscUtils.Nfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
-
net10.0
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.Iscsi (>= 1.0.89)
- LTRData.DiscUtils.Nfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
-
net8.0
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.Iscsi (>= 1.0.89)
- LTRData.DiscUtils.Nfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
-
net9.0
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.Iscsi (>= 1.0.89)
- LTRData.DiscUtils.Nfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on LTRData.DiscUtils.Transports:
| Package | Downloads |
|---|---|
|
ArsenalRecon.ImageMounter
Arsenal Image Mounter .NET API Library |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on LTRData.DiscUtils.Transports:
| Repository | Stars |
|---|---|
|
ArsenalRecon/Arsenal-Image-Mounter
Arsenal Image Mounter mounts the contents of disk images as complete disks in Microsoft Windows.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.89 | 73 | 9/22/2026 |
| 1.0.88 | 845 | 8/3/2026 |
| 1.0.87 | 128 | 7/20/2026 |
| 1.0.86 | 674 | 7/4/2026 |
| 1.0.85 | 268 | 6/30/2026 |
| 1.0.84 | 136 | 6/27/2026 |
| 1.0.83 | 272 | 6/18/2026 |
| 1.0.82 | 1,712 | 5/26/2026 |
| 1.0.81 | 352 | 5/14/2026 |
| 1.0.80 | 345 | 4/24/2026 |
| 1.0.77 | 193 | 3/13/2026 |
| 1.0.76 | 144 | 3/10/2026 |
| 1.0.75 | 787 | 2/20/2026 |
| 1.0.74 | 148 | 2/18/2026 |
| 1.0.73 | 920 | 1/5/2026 |
| 1.0.72 | 376 | 11/25/2025 |
| 1.0.71 | 491 | 11/19/2025 |
| 1.0.70 | 383 | 11/11/2025 |
| 1.0.69 | 238 | 10/31/2025 |
| 1.0.68 | 275 | 10/30/2025 |