Dreamine.UI.FullKit 1.0.2

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

Dreamine.UI.FullKit

The full Dreamine UI stack for WPF — dark theme controls, equipment widgets, and the design system in one install.

➡️ 한국어 문서 보기

Dreamine.UI.FullKit gives you every Dreamine WPF UI package in a single reference: shared UI abstractions, WPF host integration, the general control library, the equipment / operator-panel control set, and the Dreamine theme. Install one package and your WPF app renders in the Dreamine dark theme with all controls available.


Why this bundle exists

Dreamine UI is split by concern so ViewModel-only libraries don't drag WPF references:

  • Dreamine.UI.Abstractions — platform-neutral concepts (IsOn, IsExpanded, DialogResult, ...)
  • Dreamine.UI.Wpf — WPF host wiring
  • Dreamine.UI.Wpf.Controls — general controls (LED, expander, dialogs, ...)
  • Dreamine.UI.Wpf.Equipment — operator-panel / equipment-monitoring controls
  • Dreamine.UI.Wpf.Themes — the dark theme resource dictionaries

For a normal WPF app you always want all five together. This bundle picks that combination for you and pins the versions.

Blazor / MAUI / WinForms hosts are shipped separately because they target different frameworks (net8.0, net9.0-windows10.0, net8.0-windows respectively). Add them individually if needed: Dreamine.UI.Blazor · Dreamine.UI.Maui · Dreamine.UI.WinForms


What you get by installing this

  • Ready-to-use dark theme — merge one resource dictionary, whole app themes correctly
  • Cross-platform-parity controls — status LEDs, expanders, dialogs whose API mirrors the Blazor / WinForms / MAUI variants so the same ViewModel drives every platform
  • Equipment-panel controls — meters, indicators, and monitor views for industrial UI
  • Platform-neutral abstractions — write ViewModels against Dreamine.UI.Abstractions and reuse them in Blazor / MAUI without rewrite
  • Version pinning — the five UI packages pinned to a compatible set

Who this is for

Use Dreamine.UI.FullKit if you are:

  • building a WPF app and want a consistent Dreamine look-and-feel without hunting for the right sub-packages
  • writing an operator panel / HMI-style desktop app (equipment controls are included)
  • planning to reuse ViewModels across WPF and Blazor / MAUI (abstractions come with the pack)

Prefer individual packages if you are:

  • writing a Blazor-only, MAUI-only, or WinForms-only app — install that platform's package directly
  • shipping a library that only needs the abstractions (Dreamine.UI.Abstractions alone)

Included packages

Package Role
Dreamine.UI.Abstractions Platform-neutral UI contracts (IsOn, IsExpanded, DialogResult enum, ...)
Dreamine.UI.Wpf WPF host wiring for Dreamine UI
Dreamine.UI.Wpf.Controls General controls — LED, expander, dialogs, virtual keyboard, ...
Dreamine.UI.Wpf.Equipment Equipment / operator-panel controls — meters, monitors, indicators
Dreamine.UI.Wpf.Themes Dark-theme resource dictionaries

Installation

dotnet add package Dreamine.UI.FullKit

Or:

<ItemGroup>
  <PackageReference Include="Dreamine.UI.FullKit" />
</ItemGroup>

FullKit When to add it
Dreamine.MVVM.FullKit The MVVM / DI / source-generator base — most apps want this too
Dreamine.Hybrid.FullKit Building WPF + Blazor hybrid apps
Dreamine.Communication.FullKit Sockets / serial / RabbitMQ transport
Dreamine.Database.FullKit Dapper-based DB access
Dreamine.PLC.FullKit Mitsubishi / Omron PLC communication
Dreamine.IO.FullKit Fastech Ethernet I/O

License

MIT

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows 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
1.0.2 102 7/9/2026
1.0.1 94 7/8/2026
1.0.0 99 7/8/2026