TedToolkit.CppBindings.Fcl.Generator 2026.9.18

dotnet add package TedToolkit.CppBindings.Fcl.Generator --version 2026.9.18
                    
NuGet\Install-Package TedToolkit.CppBindings.Fcl.Generator -Version 2026.9.18
                    
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="TedToolkit.CppBindings.Fcl.Generator" Version="2026.9.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TedToolkit.CppBindings.Fcl.Generator" Version="2026.9.18" />
                    
Directory.Packages.props
<PackageReference Include="TedToolkit.CppBindings.Fcl.Generator" />
                    
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 TedToolkit.CppBindings.Fcl.Generator --version 2026.9.18
                    
#r "nuget: TedToolkit.CppBindings.Fcl.Generator, 2026.9.18"
                    
#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 TedToolkit.CppBindings.Fcl.Generator@2026.9.18
                    
#: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=TedToolkit.CppBindings.Fcl.Generator&version=2026.9.18
                    
Install as a Cake Addin
#tool nuget:?package=TedToolkit.CppBindings.Fcl.Generator&version=2026.9.18
                    
Install as a Cake Tool

FCL Generator

This package generates the finite fcl-0.7.0-obbrss-double-windows-v2 profile. The profile locks FCL and dependency versions, all BVH build codes, managed/native layouts, ownership, exports, and toolchain identity. It does not claim coverage of the full FCL API.

The profile data is owned by the Generator code. The package includes the vcpkg manifest and registry configuration needed to reproduce its native inputs. Generation reads the complete FCL public header inventory from the selected vcpkg installation and verifies it against the installed package list. Repository generation constructs FclGenerationProvider with the vcpkg root and publishes its GenerationPlan through Shared's AddCppGenerators pipeline. The parameterless constructor resolves VCPKG_ROOT and fails before plan creation when it is not configured.

Set GenerationOptions.NativeLibraryVersion = new Version(0, 7, 0) to require the profile's native FCL version exactly. Generated CMake then uses find_package(fcl 0.7.0 EXACT ...). The vcpkg port revision #5 remains a separate installed-profile check. Leaving the option unset retains the existing unversioned package lookup.

FCL supplies only its finite profile facts, header inventory, native algorithm bodies, and CMake dependency policy. Shared owns buffer pointer/length projection, validation, conditional Owned<T> construction, composite-result assembly, native-error catches, function-table slots, bootstrap source, and output publication. FCL has no private plan, output writer, or complete managed/native renderer.

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
2026.9.18 0 9/18/2026
2026.9.15 41 9/15/2026
2026.9.14 53 9/14/2026