Fdw.Data.DataSets
1.0.0-rc.9
dotnet add package Fdw.Data.DataSets --version 1.0.0-rc.9
NuGet\Install-Package Fdw.Data.DataSets -Version 1.0.0-rc.9
<PackageReference Include="Fdw.Data.DataSets" Version="1.0.0-rc.9" />
<PackageVersion Include="Fdw.Data.DataSets" Version="1.0.0-rc.9" />
<PackageReference Include="Fdw.Data.DataSets" />
paket add Fdw.Data.DataSets --version 1.0.0-rc.9
#r "nuget: Fdw.Data.DataSets, 1.0.0-rc.9"
#:package Fdw.Data.DataSets@1.0.0-rc.9
#addin nuget:?package=Fdw.Data.DataSets&version=1.0.0-rc.9&prerelease
#tool nuget:?package=Fdw.Data.DataSets&version=1.0.0-rc.9&prerelease
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 | Versions 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. |
-
net10.0
- Fdw.Collections (>= 1.0.0-rc.9)
- Fdw.Configuration (>= 1.0.0-rc.9)
- Fdw.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.Data.DataSets.Abstractions (>= 1.0.0-rc.9)
- Fdw.Data.Transformations (>= 1.0.0-rc.9)
- Fdw.Data.Transformations.Boolean (>= 1.0.0-rc.9)
- Fdw.Data.Transformations.Conditional (>= 1.0.0-rc.9)
- Fdw.Data.Transformations.DateTime (>= 1.0.0-rc.9)
- Fdw.Data.Transformations.Injection (>= 1.0.0-rc.9)
- Fdw.Data.Transformations.Numeric (>= 1.0.0-rc.9)
- Fdw.Data.Transformations.Text (>= 1.0.0-rc.9)
- Fdw.MessageLogging.Abstractions (>= 1.0.0-rc.9)
- Fdw.Messages (>= 1.0.0-rc.9)
- Fdw.Results (>= 1.0.0-rc.9)
- Fdw.Schema.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Calculations.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Data.Abstractions (>= 1.0.0-rc.9)
- FluentValidation (>= 12.1.1)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 10.0.10)
- Microsoft.AspNetCore.Http (>= 2.3.10)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.10)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.10)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Identity.Core (>= 10.0.10)
- Microsoft.Extensions.Logging (>= 10.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.10)
- Polly.Core (>= 8.6.6)
- System.ComponentModel.Annotations (>= 5.0.0)
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 |