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
                    
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.Manifold.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.Manifold.Generator" Version="2026.9.18" />
                    
Directory.Packages.props
<PackageReference Include="TedToolkit.CppBindings.Manifold.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.Manifold.Generator --version 2026.9.18
                    
#r "nuget: TedToolkit.CppBindings.Manifold.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.Manifold.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.Manifold.Generator&version=2026.9.18
                    
Install as a Cake Addin
#tool nuget:?package=TedToolkit.CppBindings.Manifold.Generator&version=2026.9.18
                    
Install as a Cake Tool

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 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 38 9/15/2026
2026.9.14 51 9/14/2026