ChromaFx.Legacy 0.3.9

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

ChromaFX.Legacy

⚠️ Legacy branch of ChromaFX. This branch preserves compatibility with the original Structure.Sketching API. It is not actively developed. For new projects, please use the main branch instead.


About

ChromaFX.Legacy is a hard fork of the abandoned [Structure.Sketching] library. This branch exists to provide:

  • A drop-in replacement for existing codebases that relied on Structure.Sketching.
  • Access to bugfixes and minimal maintenance where absolutely necessary.
  • A transition path to the new ChromaFX API.

Installation

From NuGet:

dotnet add package ChromaFx.Legacy

Status

  • ✅ API compatible with Structure.Sketching (v0.2.x)
  • ❌ No new features planned
  • 🚀 Migration encouraged to ChromaFX (main)

Migration

If you’re starting fresh, don’t use this package. Use the new ChromaFX instead.

If you have existing code that uses Structure.Sketching:

  1. Replace your NuGet reference with ChromaFx.Legacy.
  2. Your code should compile without changes.
  3. When ready, plan a gradual migration to the new ChromaFX API.

License

Apache 2.0 (inherited from Structure.Sketching).

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.
  • net8.0

    • No dependencies.

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
0.3.9 131 9/20/2025
0.3.6 135 9/20/2025
0.3.5 131 9/20/2025

This is a legacy package. Classes are frozen and will receive only minimal maintenance.