Fdw.Data.SourceGenerators 1.0.1-rc.4

This is a prerelease version of Fdw.Data.SourceGenerators.
dotnet add package Fdw.Data.SourceGenerators --version 1.0.1-rc.4
                    
NuGet\Install-Package Fdw.Data.SourceGenerators -Version 1.0.1-rc.4
                    
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.SourceGenerators" Version="1.0.1-rc.4">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fdw.Data.SourceGenerators" Version="1.0.1-rc.4" />
                    
Directory.Packages.props
<PackageReference Include="Fdw.Data.SourceGenerators">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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.SourceGenerators --version 1.0.1-rc.4
                    
#r "nuget: Fdw.Data.SourceGenerators, 1.0.1-rc.4"
                    
#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.SourceGenerators@1.0.1-rc.4
                    
#: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.SourceGenerators&version=1.0.1-rc.4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fdw.Data.SourceGenerators&version=1.0.1-rc.4&prerelease
                    
Install as a Cake Tool

Fdw.Data.SourceGenerators

The mapper generator: emits row↔object mapping for a data record instead of leaving it to reflection.

This package is a Roslyn incremental source generator. It is referenced with OutputItemType="Analyzer" and ReferenceOutputAssembly="false", so it contributes generated code at compile time and ships no runtime assembly of its own.

Generators

Type Kind Purpose
PocoMapperGenerator class Source generator that creates POCO to IDataRow mappers for types decorated with [GenerateMapper].

Generated sources are emitted per compilation. To read what a generator produced, build with EmitCompilerGeneratedFiles and look under obj/generated/.

Installation

dotnet add package Fdw.Data.SourceGenerators --prerelease

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

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.0.1-rc.4 71 9/2/2026
1.0.1-rc.3 62 9/2/2026
1.0.1-rc.2 68 9/1/2026
1.0.1-rc.1 92 8/31/2026
1.0.0-rc.10 57 8/28/2026
1.0.0-rc.9 107 8/25/2026
1.0.0-rc.8 67 8/25/2026
1.0.0-rc.6.1 66 8/20/2026
1.0.0-rc.6 98 8/20/2026
1.0.0-rc.5 178 8/19/2026
1.0.0-rc.4 64 8/19/2026
1.0.0-rc.3 115 8/17/2026
1.0.0-rc.1 72 8/10/2026