Fdw.Data.DataSets 1.0.0-rc.9

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

Fdw.Data.DataSets

DataSets — logical views over one or more stores, with fields, sources, joins, filters and caching resolved at read time.

A TypeCollection and its options — an extensible enum. Members are discovered at compile time and reachable by ByName / ById / All; a lookup that finds nothing returns a NotFound sentinel rather than null, so a caller never has to null-check a lookup.

A module initializer collects every [TypeOption] in every referenced assembly and dedupes them into the collection at load. Adding a member is a package reference plus a declaration — the collection itself is never edited.

Collections

Type Kind Purpose
DataSetSourceMapperTypes class TypeCollection for all data set source mapper type implementations. Mappers extract raw records from…
DataSetsResultCodes class TypeCollection for DataSets domain result codes. Codes use categorized catalog numbers (Code ==…
DurationUnitTypes class TypeCollection of duration unit options available to field transforms.
TimeZoneTypes class TypeCollection of named timezone options available to field transforms.

Options (88 declared)

Type Kind Purpose
AddDurationFieldTransformer class Adds a fixed duration to a DateTime or DateTimeOffset value. The output type matches the input type.
AggregateColumnNameRequiredCode class An aggregate measure is missing its aggregateColumnName or inputFieldName. Caller-input validation…
AggregateFunctionInvalidCode class An aggregate measure's aggregateFunctionName is not a registered AggregationFunctions member.…
AggregateGroupByEmptyCode class An aggregate measure's groupByFieldNames is empty or contains an empty element. Caller-input validation…
AlaskaTimeZoneType class US Alaska timezone.
ArabianTimeZoneType class Arabian timezone (GST, Dubai, Muscat, UTC+4).
ArgentinaTimeZoneType class Argentina timezone (ART, UTC-3).
ArizonaTimeZoneType class US Arizona timezone (MST, UTC-7, no daylight saving).
AtlanticTimeZoneType class Canada Atlantic timezone (AST/ADT, UTC-4).
AustraliaCentralTimeZoneType class Australia Central timezone (ACST/ACDT, Adelaide, UTC+9:30).
AustraliaEasternTimeZoneType class Australian Eastern Standard Time (AEST/AEDT, UTC+10/+11).
AustraliaWesternTimeZoneType class Australia Western timezone (AWST, Perth, UTC+8).
AverageFieldTransformer class Computes the average of the input value and a second field value from the current record. Both values…
AzoresTimeZoneType class Azores timezone (AZOT/AZOST, UTC-1 with DST).
BangladeshTimeZoneType class Bangladesh timezone (BST, UTC+6).
BoolToStringFieldTransformer class Maps a boolean field value to one of two configured string labels.
BrazilTimeZoneType class Brazil Brasilia timezone (BRT/BRST, UTC-3).
CapeVerdeTimeZoneType class Cape Verde timezone (CVT, UTC-1).

Installation

dotnet add package Fdw.Data.DataSets --prerelease

Dependencies

Fdw.Collections · Fdw.Configuration · Fdw.Data.Abstractions · Fdw.Data.DataSets.Abstractions · Fdw.MessageLogging.Abstractions · Fdw.Messages · Fdw.Results · Fdw.Schema.Abstractions · Fdw.Services.Calculations.Abstractions · Fdw.Services.Data.Abstractions

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

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

Package Downloads
Fdw.Data.Builders

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Data

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Etl

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Connections.MsSql

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Connections.PostgreSql

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 6 8/25/2026
1.0.0-rc.8 45 8/25/2026
1.0.0-rc.6.1 449 8/20/2026
1.0.0-rc.6 449 8/20/2026
1.0.0-rc.5 524 8/19/2026
1.0.0-rc.4 403 8/19/2026
1.0.0-rc.3 377 8/17/2026
1.0.0-rc.1 202 8/10/2026