Fdw.Configuration.UI.SourceGenerators 1.0.1-rc.4

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

Fdw.Configuration.UI.SourceGenerators

Generates the form metadata that lets a UI render a configuration type it has never seen.

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
BlazorComponentGenerator class Generates Blazor-specific components with RenderTreeBuilder.
ConfigurationFormModelGenerator class Generates ConfigurationFormModel derived classes for [ManagedConfiguration] classes. Creates…
ConfigurationUISourceGenerator class Incremental source generator that creates Web, Blazor, and TUI components for classes annotated with…
TUIComponentGenerator class Generates Terminal UI components with Spectre.Console.
WebComponentGenerator class Generates framework-agnostic web components with metadata.

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.Configuration.UI.SourceGenerators --prerelease

Dependencies

Fdw.SourceGenerators


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.

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 65 9/2/2026
1.0.1-rc.3 59 9/2/2026
1.0.1-rc.2 54 9/1/2026
1.0.1-rc.1 54 8/31/2026
1.0.0-rc.10 52 8/28/2026
1.0.0-rc.9 73 8/25/2026
1.0.0-rc.8 67 8/25/2026
1.0.0-rc.6.1 63 8/20/2026
1.0.0-rc.6 62 8/20/2026
1.0.0-rc.5 66 8/19/2026
1.0.0-rc.4 59 8/19/2026
1.0.0-rc.3 71 8/17/2026
1.0.0-rc.1 73 8/10/2026