TedToolkit.CppBindings.Manifold.Generator
2026.9.18
dotnet add package TedToolkit.CppBindings.Manifold.Generator --version 2026.9.18
NuGet\Install-Package TedToolkit.CppBindings.Manifold.Generator -Version 2026.9.18
<PackageReference Include="TedToolkit.CppBindings.Manifold.Generator" Version="2026.9.18" />
<PackageVersion Include="TedToolkit.CppBindings.Manifold.Generator" Version="2026.9.18" />
<PackageReference Include="TedToolkit.CppBindings.Manifold.Generator" />
paket add TedToolkit.CppBindings.Manifold.Generator --version 2026.9.18
#r "nuget: TedToolkit.CppBindings.Manifold.Generator, 2026.9.18"
#:package TedToolkit.CppBindings.Manifold.Generator@2026.9.18
#addin nuget:?package=TedToolkit.CppBindings.Manifold.Generator&version=2026.9.18
#tool nuget:?package=TedToolkit.CppBindings.Manifold.Generator&version=2026.9.18
TedToolkit.CppBindings.Manifold.Generator
Generates the locked manifold-3.5.2-windows-v2 finite binding profile. The profile covers owned
triangle meshes, Boolean operations, translation, status, triangle count, and mesh exchange. It
does not claim coverage of the complete Manifold API.
The Generator owns only the finite Manifold profile, native algorithm bodies, dependency policy, and
header discovery. It supplies those facts through Shared's SemanticGenerationProvider; Shared
constructs the immutable GenerationPlan and emits the common managed/native transport, ownership,
bootstrap, and publication machinery through AddCppGenerators.
The package includes the vcpkg manifest and registry configuration needed to reproduce its native
inputs. Generation reads the complete Manifold public header inventory from the selected vcpkg
installation and verifies it against the installed package list. The locked 3.5.2 identity
represents vcpkg port revision zero, so a nonzero Port-Version is rejected. Repository generation
passes the vcpkg root explicitly. The parameterless provider constructor resolves VCPKG_ROOT and
fails before plan creation when it is not configured. Generated managed and native sources are a
matched pair and must be built together.
Set GenerationOptions.NativeLibraryVersion = new Version(3, 5, 2) to require that primary
Manifold version exactly; generated CMake then uses find_package(manifold 3.5.2 EXACT ...). A
different version is rejected by the finite profile before publication. Leaving the option unset
retains the existing unversioned package lookup.
| 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.