Fdw.Data.FileSystem 1.0.0-rc.6.1

This is a prerelease version of Fdw.Data.FileSystem.
dotnet add package Fdw.Data.FileSystem --version 1.0.0-rc.6.1
                    
NuGet\Install-Package Fdw.Data.FileSystem -Version 1.0.0-rc.6.1
                    
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="Fdw.Data.FileSystem" Version="1.0.0-rc.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fdw.Data.FileSystem" Version="1.0.0-rc.6.1" />
                    
Directory.Packages.props
<PackageReference Include="Fdw.Data.FileSystem" />
                    
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 Fdw.Data.FileSystem --version 1.0.0-rc.6.1
                    
#r "nuget: Fdw.Data.FileSystem, 1.0.0-rc.6.1"
                    
#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 Fdw.Data.FileSystem@1.0.0-rc.6.1
                    
#: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=Fdw.Data.FileSystem&version=1.0.0-rc.6.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fdw.Data.FileSystem&version=1.0.0-rc.6.1&prerelease
                    
Install as a Cake Tool

Fdw.Data.FileSystem

File-system data support: reading and writing containers backed by files.

This package declares 1 interface(s), 1 service/provider type(s).

Contracts (1)

Type Kind Purpose
IFileSystemCommand interface Marker interface for the native FileSystem command type used by ConnectionBase<TCommand, ...>.

Services (1)

Type Kind Purpose
FileSystemCommandTranslator class Translates a universal + configured container into the native the FileSystem connection executes. Read…

Types (10)

Type Kind Purpose
ContainerRecordOptions class Builds the format-specific / for a configured container DYNAMICALLY from its and field schema — the…
FileSystemConfigurationDeleteCommand class The native FileSystem command that soft-deletes a configuration record (the version-on-write…
FileSystemConfigurationSaveCommand class The native FileSystem command that persists a NEW logical version of a configuration record (the…
FileSystemConfigurationWriteLog class MessageLogging for the FileSystem configuration write path — the version-on-write CREATE…
FileSystemContainerPath class for a FileSystem container's physical address: the FULL relative file path (the owning DataPath's folder…
FileSystemReadCommand class The native FileSystem command that reads records from a configured file container through the…
FileSystemRecordCommand class Base for the native FileSystem commands produced by from an IDataCommand + container. A native command…
FileSystemUpdateCommand class The native FileSystem command that mutates existing rows IN PLACE (the literal, non-versioning Update…
FileSystemWriteCommand class The native FileSystem command that writes records to a configured file container through the…
PathCanonicalizer class Resolves relative paths against a connection Root and enforces sandbox isolation.

Installation

dotnet add package Fdw.Data.FileSystem --prerelease

Dependencies

Fdw.Commands.Data.Abstractions · Fdw.Data.Abstractions · Fdw.Data.RowSources.Abstractions · Fdw.Data.RowSources.FixedWidth.Abstractions · Fdw.MessageLogging.Abstractions · Fdw.Messages · Fdw.Results · Fdw.Services.Connections.FileSystem.Abstractions

Build-time only (generators and analyzers, not runtime dependencies): Fdw.MessageLogging.SourceGenerators


Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Fdw.Data.FileSystem:

Package Downloads
Fdw.Services.Connections.FileSystem

Development tools and utilities for the Fdw ecosystem.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-rc.6.1 54 8/20/2026
1.0.0-rc.6 71 8/20/2026
1.0.0-rc.5 137 8/19/2026
1.0.0-rc.4 47 8/19/2026
1.0.0-rc.3 109 8/17/2026
1.0.0-rc.1 65 8/10/2026