Fdw.Services.EtlMappers.Dynamic 1.1.0-rc.1

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

Fdw.Services.EtlMappers.Dynamic

ETL row mapper using compiled expression trees for efficient field access.

Overview

This package provides an ETL row mapper implementation that uses compiled expression trees to generate optimized field accessors at initialization time. The DynamicStructMapper compiles IDataReader.IsDBNull/GetValue calls into delegates via System.Linq.Expressions, reducing per-row overhead. Unlike the pooled mapper, it allocates one dictionary per row (estimated allocations per row = 1) but avoids virtual dispatch costs on field access.

Installation

<PackageReference Include="Fdw.Services.EtlMappers.Dynamic" Version="x.y.z" />

Key Types

  • DynamicStructMapper - IEtlRowMapper implementation using compiled expression trees
  • DynamicStructMapperType - TypeOption registered as "Dynamic" in EtlRowMapperTypes
  • DynamicStructMapperFactory - Factory for creating DynamicStructMapper instances
  • DynamicStructMapperConfiguration - Configuration for the dynamic mapper
  • CompiledFieldAccessor - Compiled expression tree accessor for efficient field reads

Usage

// Automatic registration via EtlRowMapperTypes
EtlRowMapperTypes.Configure(services, configuration, loggerFactory);
EtlRowMapperTypes.Register(services, loggerFactory);

// Use "Dynamic" mapper type in configuration
// "EtlMappers:Dynamic": { ... }
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0-rc.1 35 9/15/2026
1.0.1-rc.4 56 9/2/2026
1.0.1-rc.3 57 9/2/2026
1.0.1-rc.2 51 9/1/2026
1.0.1-rc.1 57 8/31/2026
1.0.0-rc.10 54 8/28/2026
1.0.0-rc.9 61 8/25/2026
1.0.0-rc.8 60 8/25/2026
1.0.0-rc.6.1 59 8/20/2026
1.0.0-rc.6 77 8/20/2026
1.0.0-rc.5 65 8/19/2026
1.0.0-rc.4 60 8/19/2026
1.0.0-rc.3 74 8/17/2026
1.0.0-rc.1 66 8/10/2026