Libraries
Browse all Dreamine libraries. Click a library to view its API documentation.
Visible libraries 50
Categories 9
XML docs linked 50
MVVM
Dreamine.MVVM.Core
stable
Core runtime package for Dreamine MVVM, including base ViewModel types, notification support, and foundational services.
net8.0Dreamine.MVVM.ViewModels
stable
Reusable base ViewModel implementations and shared MVVM logic for Dreamine applications.
net8.0Dreamine.MVVM.Interfaces
stable
Core abstractions for Dreamine MVVM, including contracts for DI, events, commands, and navigation.
net8.0Dreamine.MVVM.Behaviors
stable
MVVM 구조에서 사용하는 공통 Behavior 로직을 담고 있는 Dreamine 모듈입니다.
net8.0-windowsDreamine.MVVM.Behaviors.Core
stable
Core WPF behavior primitives and shared infrastructure for Dreamine MVVM behavior composition.
net8.0-windowsDreamine.MVVM.Behaviors.Wpf
stable
WPF-specific behavior implementations for interaction and UI binding scenarios in Dreamine MVVM.
net8.0-windowsDreamine.MVVM.Locators
stable
Registration and resolution helpers for ViewModels and services in Dreamine MVVM.
net8.0Dreamine.MVVM.Locators.Wpf
stable
WPF-specific locator components for automatic View-to-ViewModel wiring and dependency injection in Dreamine MVVM.
net8.0-windowsDreamine.MVVM.Extensions
stable
Platform-neutral extension utilities for Dreamine MVVM.
net8.0Dreamine.MVVM.Generators
stable
Source generators for Dreamine MVVM commands, properties, and boilerplate reduction.
netstandard2.0Dreamine.MVVM.Attributes
stable
Attribute definitions used by the Dreamine MVVM source-generation pipeline.
netstandard2.0Dreamine.MVVM.Wpf
stable
WPF-specific bootstrap and runtime integration layer for the Dreamine MVVM framework.
net8.0-windows
Hybrid
Dreamine.Hybrid
stable
Core runtime and abstraction layer for Dreamine Hybrid applications, providing shared infrastructure for WPF and embedded UI integration.
net8.0-windows7.0Dreamine.Hybrid.Wpf
stable
WPF host integration layer for Dreamine Hybrid, including WebView-based embedding and desktop bootstrap support.
net8.0-windows7.0
UI
Dreamine.UI.Abstractions
stable
Abstractions and interfaces for the Dreamine WPF UI component library (Popup, VirtualKeyboard).
net8.0-windowsDreamine.UI.Wpf
stable
WPF Behaviors, Converters, and Localization utilities for the Dreamine UI library.
net8.0-windowsDreamine.UI.Wpf.Controls
stable
Custom WPF controls for the Dreamine UI library: DreamineButton, DreamineTextBox, MessageBox, Navigation, and more.
net8.0-windowsDreamine.UI.WinForms
stable
Dreamine UI controls for WinForms — dark theme, cross-platform API parity with Dreamine.UI.Wpf.Controls
net8.0-windowsDreamine.UI.Blazor
stable
Dreamine UI components for Blazor — dark theme, cross-platform API parity with Dreamine.UI.Wpf.Controls / Dreamine.UI.WinForms / Dreamine.UI.Maui
net8.0Dreamine.UI.Wpf.Equipment
stable
Equipment-grade WPF components: Virtual Keyboard, Blink Popup, Alarm Config.
net8.0-windowsDreamine.UI.Wpf.Themes
stable
WPF style/theme ResourceDictionary files for Dreamine UI controls.
net8.0-windowsDreamine.UI.Maui
stable
Dreamine UI controls for .NET MAUI — dark theme, cross-platform API parity with Dreamine.UI.Wpf.Controls / Dreamine.UI.WinForms
net9.0-windows10.0.19041.0
Infrastructure
Dreamine.Logging
stable
WPF logging UI for Dreamine applications: log panel view and view model with bounded display capacity, batched UI dispatcher to coalesce high-frequency log updates, and AutoScroll/EntryAppended hooks.
net8.0Dreamine.Logging.Wpf
stable
WPF logging UI components for Dreamine applications, including a log panel view, log panel view model, and WPF dispatcher integration.
net8.0-windowsDreamine.Threading
stable
Core threading abstractions and scheduling infrastructure for Dreamine applications.
net8.0Dreamine.Threading.Windows
stable
Windows-specific threading services for Dreamine, including CPU affinity and timer resolution integration.
net8.0-windowsDreamine.Threading.Wpf
stable
WPF monitoring UI components for Dreamine threading infrastructure.
net8.0-windows
Database
Dreamine.Database.Abstractions
stable
Provider-neutral database contracts and mapping attributes for Dreamine Database.
net8.0Dreamine.Database.Core
stable
Core database runtime for Dreamine Database, including Dapper-based provider helpers and entity mapping.
net8.0Dreamine.Database.Sqlite
stable
SQLite provider for Dreamine Database.
net8.0Dreamine.Database.MySql
stable
MySQL provider for Dreamine Database.
net8.0Dreamine.Database.SqlServer
stable
SQL Server provider for Dreamine Database.
net8.0Dreamine.Database.Oracle
stable
Oracle provider for Dreamine Database.
net8.0
Communication
Dreamine.Communication.Abstractions
stable
Abstraction package for Dreamine Communication, including message contracts, transport interfaces, connection lifecycle contracts, options, and common communication models.
net8.0Dreamine.Communication.Core
stable
Core runtime package for Dreamine Communication, including in-memory message bus, message routing, serialization, framing, and transport adapter utilities.
net8.0Dreamine.Communication.Sockets
stable
Socket transport package for Dreamine Communication, including TCP client transport based on the shared message transport abstraction.
net8.0Dreamine.Communication.Serial
stable
Serial transport package for Dreamine Communication, including RS232 SerialPort transport based on the shared message transport abstraction.
net8.0Dreamine.Communication.RabbitMQ
stable
RabbitMQ adapter package for Dreamine Communication, providing the message bus boundary for future RabbitMQ broker integration.
net8.0Dreamine.Communication.Wpf
stable
WPF monitoring and diagnostic package for Dreamine Communication, providing UI components for communication state and message inspection.
net8.0-windowsDreamine.Communication.FullKit
stable
All-in-one meta package for Dreamine Communication core, socket, serial, and broker adapter packages.
net8.0
IO
PLC
Dreamine.PLC.Abstractions
stable
Common PLC communication abstractions for the Dreamine PLC package family.
net8.0Dreamine.PLC.Core
stable
Core runtime package for Dreamine PLC communication, including channel management, request handling, polling, and shared infrastructure.
net8.0Dreamine.PLC.Mitsubishi.MC
stable
Mitsubishi MC protocol adapter for Dreamine PLC communication.
net8.0Dreamine.PLC.Mitsubishi.MxComponent
stable
Mitsubishi MX Component adapter for Dreamine PLC communication.
net8.0Dreamine.PLC.Omron.CxComponent
stable
Omron CX-Component adapter for Dreamine PLC communication.
net8.0Dreamine.PLC.Omron.Fins
stable
Omron FINS TCP/UDP PLC adapter for the Dreamine PLC package family.
net8.0Dreamine.PLC.Wpf
stable
WPF monitoring and diagnostic UI components for Dreamine PLC communication.
net8.0-windows