HtmlML.Core 11.3.4-alpha.6

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

HtmlML packages

HtmlML provides portable HTML, DOM, CSS, graphics, and JavaScript contracts together with an Avalonia presentation backend and an opt-in native V8/DOM/CSS/scene engine.

Start with the package matching the product surface:

  • HtmlML for HTML-like Avalonia markup;
  • HtmlML.Backend.Avalonia for the complete Avalonia backend;
  • HtmlML.Sdk and HtmlML.Sdk.Avalonia for packaged React/TypeScript components;
  • HtmlML.NativeEngine.Runtime.<rid> for the native engine on a published RID.

The complete release inventory is:

  • managed libraries: HtmlML, HtmlML.Core, HtmlML.Dom, HtmlML.Css, HtmlML.Graphics, HtmlML.JavaScript, HtmlML.Backend.Abstractions, HtmlML.Backend.Avalonia, JavaScript.Avalonia.ClearScript, HtmlML.Sdk, and HtmlML.Sdk.Avalonia;
  • project templates: HtmlML.Templates;
  • native runtimes: HtmlML.NativeEngine.Runtime.osx-arm64.

The package line is prerelease. Managed packages in one release must use the same version. Native applications must select the runtime package matching their explicit RuntimeIdentifier.

win-x64 and linux-x64 publishing are temporarily deferred while their pinned V8 builds move to faster, independently validated lanes. Both remain source-build targets but are not part of the current NuGet release inventory.

The release workflow caches a minimal pinned V8 SDK independently for each RID. The cache contains only the V8 headers, monolithic library, ICU data, and licenses needed to link HtmlML's native bridge. Its key includes the hosted-runner image, ClearScript revision, V8 build scripts, and HtmlML compatibility patches. Consequently, ordinary HtmlML changes rebuild and relink only the native bridge; V8 is rebuilt whenever any input capable of changing its ABI or binary output changes. Completed SDK inputs are saved independently of later bridge, package, or smoke-test failures, so a successful multi-hour V8 build is not repeated merely because a downstream step fails.

Documentation, compatibility policy, source, and issue tracking are available from the HtmlML repository.

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 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.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on HtmlML.Core:

Package Downloads
HtmlML.JavaScript

Framework-neutral JavaScript runtime, callback, and host contracts for HtmlML.

HtmlML.Backend.Abstractions

Backend authoring, capability manifests, and profile verification for HtmlML.

HtmlML.Dom

Framework-neutral DOM semantics for HtmlML.

HtmlML.Css

Framework-neutral CSS semantics and layout models for HtmlML.

HtmlML.Graphics

Framework-neutral Canvas, SVG, and rendering models for HtmlML.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.3.4-alpha.6 104 7/24/2026
11.3.4-alpha.4 103 7/24/2026
11.3.4-alpha.3 94 7/23/2026