Fdw.Data.DataSets.Abstractions 1.0.0-rc.9

This is a prerelease version of Fdw.Data.DataSets.Abstractions.
dotnet add package Fdw.Data.DataSets.Abstractions --version 1.0.0-rc.9
                    
NuGet\Install-Package Fdw.Data.DataSets.Abstractions -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.Data.DataSets.Abstractions" 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.Data.DataSets.Abstractions" Version="1.0.0-rc.9" />
                    
Directory.Packages.props
<PackageReference Include="Fdw.Data.DataSets.Abstractions" />
                    
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.DataSets.Abstractions --version 1.0.0-rc.9
                    
#r "nuget: Fdw.Data.DataSets.Abstractions, 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.Data.DataSets.Abstractions@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.Data.DataSets.Abstractions&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fdw.Data.DataSets.Abstractions&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Tool

Fdw.Data.DataSets.Abstractions

The DataSet contracts and the configuration classes its rows are read into.

Implementations live in the sibling packages; this one holds the interfaces, base types and models they agree on, so a consumer can depend on the contract without taking the implementation.

Interfaces (9)

Type Kind Purpose
IDataField interface Represents metadata for a field within a dataset. Provides schema information including type,…
IDataQuery interface Represents a query against a dataset with LINQ expression support. This interface captures query…
IDataQuery<TSource> interface Generic version of IDataQuery with strong typing for the source dataset.
IDataSetCatalog interface Represents a catalog of datasets that provides type-safe lookup and enumeration capabilities. This…
IDataSetCategory interface Marker interface for DataSet category type options. Implemented by and any compile-time…
IDataSetExecutionContext interface Thin execution context handed to a strategy's so the strategy can run a command against the dataset's…
IDataSetSourceMapperType interface Represents a data set source mapper type definition. Mapper types extract raw records from structured…
IDataSetType interface Represents a dataset definition with schema information and query capabilities. Datasets define the…
IQueryExpression interface Represents a structured query expression that can be analyzed and translated to different backend query…

Base types (5)

Type Kind Purpose
DataSetCategories class Registry of DataSet category type options (Model C — Hybrid).
DataSetCategoryBase class Abstract base class for DataSet category type options. Derive from this class to declare compile-time…
DataSetSourceMapperTypeBase class Base class for data set source mapper type definitions. Mappers extract raw records from structured…
DataSetTypeBase class Abstract base class for dataset type definitions following the Fdw.Collections pattern. Provides common…
DataSetTypes class Registry of dataset types. Pure type collection with no DI orchestration. DI registration is handled by…

Models and supporting types (21)

Type Kind Purpose
CachingConfiguration class Caching configuration for dataset operations.
CalculatedDataField class Represents a calculated field that computes its value from other fields in a DataRow. Calculated fields…
DataField class Represents metadata for a field in a data set. Defines the structure and characteristics of data that…
DataFieldConfiguration class Configuration class for dataset field definitions.
DataFieldConfigurationValidator class Validator for DataFieldConfiguration instances.
DataFieldToFieldDefinitionAdapter class Adapter that converts a to .
DataQueryBuilder<TSource> class Concrete implementation of IDataQuery that builds LINQ expression trees. This class captures method…
DataSetAggregateDefinition class Defines a single aggregate measure within a DataSet, including the group-by keys and the aggregate…
DataSetCategoryConfiguration class Configuration record for a DataSet category, backed by data.DataSetCategory. Runtime-defined categories…
DataSetFilterConditionConfiguration class Configuration for a filter condition stored with a DataSet definition. These filters are applied…
DataSetKeyFieldConfiguration class Configuration for a key field within a DataSet. Loaded from data.DataSetKeyField as a child of…
DataSetSourceMapperContext class Context bag passed to source mappers during record extraction. Contains the raw payload, record selector…

Installation

dotnet add package Fdw.Data.DataSets.Abstractions --prerelease

Dependencies

Fdw.Collections · Fdw.Commands.Abstractions · Fdw.Commands.Data.Abstractions · Fdw.Configuration.Abstractions · Fdw.Data.Abstractions · Fdw.Data.DataContainers.Abstractions · Fdw.Results · Fdw.Types.Abstractions

Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · Fdw.Configuration.SourceGenerators · Fdw.Data.SourceGenerators


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

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 was computed.  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 was computed.  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 was computed.  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 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  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 (25)

Showing the top 5 NuGet packages that depend on Fdw.Data.DataSets.Abstractions:

Package Downloads
Fdw.Services.Data.Abstractions

Development tools and utilities for the Fdw ecosystem.

Fdw.Data.DataSets

Development tools and utilities for the Fdw ecosystem.

Fdw.Data.Builders

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Data

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Users.Endpoints

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 277 8/25/2026
1.0.0-rc.8 341 8/25/2026
1.0.0-rc.6.1 1,063 8/20/2026
1.0.0-rc.6 1,067 8/20/2026
1.0.0-rc.5 1,120 8/19/2026
1.0.0-rc.4 982 8/19/2026
1.0.0-rc.3 772 8/17/2026
1.0.0-rc.1 486 8/10/2026