Dock.Model.Prism 11.3.11

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

Dock

Gitter

Build Status CI

NuGet NuGet MyGet

A docking layout system.

About

Dock is a docking layout system for Avalonia applications. Use of Dock is governed by the MIT License.

Key Features:

  • ItemsSource Support: Bind document collections directly to DocumentDock for automatic document management
  • Flexible Content Templates: Use DocumentTemplate for customizable document content rendering
  • Multiple MVVM Frameworks: Support for ReactiveUI, Prism, ReactiveProperty, and standard MVVM patterns
  • Comprehensive Serialization: Save and restore layouts with multiple format options (JSON, XML, YAML, Protobuf)
  • Rich Theming: Fluent and Simple themes with full customization support
  • Floating Windows: Detach documents and tools into separate windows
  • Dependency Injection: First-class support for .NET DI containers

Dock

Building Dock

First, clone the repository or download the latest zip.

git clone https://github.com/wieslawsoltes/Dock.git

Build using .NET Core

Open up a terminal prompt and execute the commands.

Target frameworks: netstandard2.0, net6.0, net8.0, net10.0 for libraries and samples:

dotnet build src/Dock.Avalonia/Dock.Avalonia.csproj -c Release -f netstandard2.0

Alternatively execute the repository build script which restores, builds and tests all projects. The scripts work on Windows and Unix like systems:

./build.sh       # or .\build.cmd on Windows

NuGet

Dock is delivered as a NuGet package.

You can find the packages here NuGet and install the package like this:

Install-Package Dock.Avalonia
Install-Package Dock.Model.Mvvm
Install-Package Dock.Serializer.Newtonsoft
Install-Package Dock.Avalonia.Themes.Fluent

Available NuGet packages:

NuGet Package Downloads
NuGet Dock.Avalonia Downloads
NuGet Dock.Avalonia.Diagnostics Downloads
NuGet Dock.Avalonia.Themes.Fluent Downloads
NuGet Dock.Avalonia.Themes.Simple Downloads
NuGet Dock.Controls.ProportionalStackPanel Downloads
NuGet Dock.Controls.Recycling Downloads
NuGet Dock.Controls.Recycling.Model Downloads
NuGet Dock.MarkupExtension Downloads
NuGet Dock.Model Downloads
NuGet Dock.Model.Avalonia Downloads
NuGet Dock.Model.CaliburMicro Downloads
NuGet Dock.Model.Inpc Downloads
NuGet Dock.Model.Mvvm Downloads
NuGet Dock.Model.Prism Downloads
NuGet Dock.Model.ReactiveProperty Downloads
NuGet Dock.Model.ReactiveUI Downloads
NuGet Dock.Model.ReactiveUI.Services Downloads
NuGet Dock.Model.ReactiveUI.Services.Avalonia Downloads
NuGet Dock.Serializer.Newtonsoft Downloads
NuGet Dock.Serializer.Protobuf Downloads
NuGet Dock.Serializer.SystemTextJson Downloads
NuGet Dock.Serializer.Xml Downloads
NuGet Dock.Serializer.Yaml Downloads
NuGet Dock.Settings Downloads

Nightly Packages

Nightly builds are published to GitHub Packages on pushes to master. Versions use the nightly.YYYYMMDD.RUN suffix.

Add the GitHub Packages source (replace OWNER with the repository owner):

  • https://nuget.pkg.github.com/OWNER/index.json

Authenticate with a GitHub token that has read:packages:

dotnet nuget add source https://nuget.pkg.github.com/wieslawsoltes/index.json -n github -u YOUR_GITHUB_USERNAME -p YOUR_GITHUB_TOKEN --store-password-in-clear-text

Install pre-release packages:

Install-Package Dock.Avalonia -Pre
Install-Package Dock.Model.Mvvm -Pre
Install-Package Dock.Serializer.Newtonsoft -Pre
Install-Package Dock.Avalonia.Themes.Fluent -Pre

Resources

  • Documentation index

  • Sample applications can be found under the samples directory which illustrate each approach in a working project:

    • DockXamlSample - XAML layouts with ItemsSource examples
    • DockMvvmSample - Full MVVM implementation
    • DockReactiveUISample - ReactiveUI patterns
    • DockOfficeSample - Office-style workspaces with ReactiveUI navigation
    • DockCodeOnlySample - Pure C# layouts
    • Notepad - Real-world text editor example
    • VisualStudioDemo - Visual Studio-like interface
    • And many more specialized examples
  • GitHub source code repository.

License

Dock is licensed under the MIT license.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
11.3.11 0 1/29/2026
11.3.9 91 1/11/2026
11.3.8 260 11/14/2025
11.3.6.5 205 10/23/2025
11.3.6.4 146 10/10/2025
11.3.6.3 184 10/8/2025
11.3.6.2 189 10/7/2025
11.3.6.1 195 9/24/2025
11.3.6 319 9/18/2025
11.3.2.2 171 8/15/2025
11.3.2.1 163 8/15/2025
11.3.2 177 8/10/2025
11.3.0.17 562 7/22/2025
11.3.0.16 570 7/22/2025
11.3.0.15 115 7/18/2025
11.3.0.14 189 7/14/2025
11.3.0.13 135 7/11/2025
11.3.0.12 196 7/10/2025
11.3.0.11 178 7/10/2025
11.3.0.10 204 7/7/2025
11.3.0.9 189 7/7/2025