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
<PackageReference Include="TedToolkit.CppBindings.Fcl.Generator" Version="2026.9.18" />
<PackageVersion Include="TedToolkit.CppBindings.Fcl.Generator" Version="2026.9.18" />
<PackageReference Include="TedToolkit.CppBindings.Fcl.Generator" />
paket add TedToolkit.CppBindings.Fcl.Generator --version 2026.9.18
#r "nuget: TedToolkit.CppBindings.Fcl.Generator, 2026.9.18"
#:package TedToolkit.CppBindings.Fcl.Generator@2026.9.18
#addin nuget:?package=TedToolkit.CppBindings.Fcl.Generator&version=2026.9.18
#tool nuget:?package=TedToolkit.CppBindings.Fcl.Generator&version=2026.9.18
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 | 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
- TedToolkit.CppBindings.Generator (>= 2026.9.18)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.