Dreamine.MVVM.Extensions 1.0.5

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

Dreamine.MVVM.Extensions

Utility extension package for the Dreamine MVVM framework.

This package is reserved for small, platform-neutral helper utilities.

➡️ 한국어 문서 보기


Purpose

Dreamine.MVVM.Extensions contains small helper classes that extend the behavior of the core Dreamine MVVM components without introducing WPF-specific dependencies.

These utilities are intentionally lightweight and independent so they can be reused across different Dreamine modules.


Key Components

No WPF-specific helpers live in this package. Region and visual-tree helpers belong to Dreamine.MVVM.Locators.Wpf.


Design Goals

This package follows several principles used across Dreamine:

  • minimal dependencies
  • lightweight utilities
  • reusable helper functions
  • separation from core framework logic

Extensions are placed in a separate package so the core MVVM infrastructure remains clean and focused.


Architecture Role

Within the Dreamine MVVM ecosystem this package belongs to the Utility Layer.

Dreamine.MVVM.Extensions
        ↓
Platform-neutral Dreamine modules

It provides supporting helpers without depending on WPF integration packages.


Installation

dotnet add package Dreamine.MVVM.Extensions

Or add to the project file:

<PackageReference Include="Dreamine.MVVM.Extensions" Version="1.0.0" />

Requirements

  • .NET 8.0

License

MIT License

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 was computed.  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.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Dreamine.MVVM.Extensions:

Package Downloads
Dreamine.MVVM.FullKit

All-in-one package for Dreamine MVVM on WPF. Includes core MVVM modules and automatic source generator integration.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.5 131 7/8/2026
1.0.4 169 3/21/2026
1.0.3 236 5/31/2025
1.0.2 242 5/26/2025
1.0.1 244 5/25/2025
1.0.0 240 5/25/2025