MacroDeck.Ui.Model 3.0.0-beta.13

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

MacroDeck.Ui.Model

The transport-neutral core of Macro Deck UI: a declarative, renderer-independent UI framework so a plugin defines UI in C# and each client (Angular now, Compose later) renders a neutral tree.

This package ships the model only - node identity, properties and patches, capability negotiation, resource handles, the surface concept and canonical serialization. It defines no node types and validates no surface kinds. A node is {id, type, properties, children, fallback} where type is an arbitrary string and properties is an arbitrary JSON map. Configuration primitives (text-field, step) and widget primitives (image, chart, progress) are both profiles - vocabularies living in those two open slots - and neither ever appears in this package.

No DSL, no diffing implementation, no host routing, no renderer, no widget primitives. See ADR 0038 for the design rationale.

Zero ProjectReference, zero PackageReference.

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

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MacroDeck.Ui.Model:

Package Downloads
MacroDeck.Sdk

Capability contracts for Macro Deck integrations and plugins: actions, config flows, variables, events, profiles, host-brokered UI sessions and the shared identity rules.

MacroDeck.Ui

The declarative Macro Deck UI DSL and reactive runtime: a view compiles to a tree, subsequent changes compile to patches, plus the configuration primitive vocabulary.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0-beta.13 72 9/24/2026
3.0.0-beta.12 170 9/23/2026
3.0.0-beta.11 274 9/17/2026
3.0.0-beta.7 118 9/16/2026
3.0.0-beta.6 98 9/15/2026
3.0.0-beta.5 124 9/14/2026
3.0.0-beta.4 230 9/11/2026
3.0.0-beta.3 113 9/9/2026
3.0.0-beta.2 117 9/6/2026
3.0.0-beta.1 111 9/6/2026