Fdw.Commands.Data.Fluency 1.0.0-rc.9

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

Fdw.Commands.Data.Extensions

The fluent builder surface over data commands — Query.From<T>(…).Where(…).Build() and its Where* operators.

This package declares 10 service/provider type(s).

Services (10)

Type Kind Purpose
BulkInsertBuilder<T> class Builder for bulk insert commands. The terminal method returns a that bundles the address-free command…
DataStoreBuilder class Intermediate builder for selecting a path within a data store.
DataStorePathBuilder class Intermediate builder for selecting a container within a DataStore path.
DeleteCommandBuilder class Builder for delete commands with fluent filter construction. The terminal method returns a that bundles…
FilterConditionBuilder<T, TProperty> class Fluent builder for filter conditions with type-safe operator methods. Created by…
FindCommandBuilder<T> class Fluent builder for to eliminate boilerplate and provide a clean API for constructing cross-field search…
InsertBatchBuilder<T> class Builder for batch insert commands. The terminal method returns a that bundles the address-free command…
InsertSingleBuilder<T> class Builder for single-entity insert commands. The terminal method returns a that bundles the address-free…
QueryCommandBuilder<T> class Fluent builder for QueryCommand to eliminate boilerplate and provide clean API. Allows building complex…
UpdateCommandBuilder<T> class Builder for update commands with fluent filter construction. The terminal method returns a that bundles…

Types (8)

Type Kind Purpose
DataQuery class Direct factory method for creating query builders with full path specification.
DataStores class Static entry point for hierarchical data store access. Provides discoverable, semantic query…
Delete class Fluent builder for delete commands.
FilterOperatorExtensions class Extension methods providing shortcuts for common filter and aggregation operators. Reduces boilerplate…
Find class Fluent entry point for building find (cross-field search) commands.
Insert class Fluent builder for insert commands.
Query class Alias for DataQuery for shorter syntax.
Update class Fluent builder for update commands.

Installation

dotnet add package Fdw.Commands.Data.Extensions --prerelease

Dependencies

Fdw.Collections · Fdw.Commands.Data · Fdw.Commands.Data.Abstractions · Fdw.Data · Fdw.Data.Abstractions · Fdw.Services.Data.Abstractions

Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.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 (24)

Showing the top 5 NuGet packages that depend on Fdw.Commands.Data.Fluency:

Package Downloads
Fdw.Configuration

Development tools and utilities for the Fdw ecosystem.

Fdw.Services

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Users

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Pipelines

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Authorization

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.9 166 8/25/2026
1.0.0-rc.8 187 8/25/2026