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
<PackageReference Include="Dreamine.MVVM.Extensions" Version="1.0.5" />
<PackageVersion Include="Dreamine.MVVM.Extensions" Version="1.0.5" />
<PackageReference Include="Dreamine.MVVM.Extensions" />
paket add Dreamine.MVVM.Extensions --version 1.0.5
#r "nuget: Dreamine.MVVM.Extensions, 1.0.5"
#:package Dreamine.MVVM.Extensions@1.0.5
#addin nuget:?package=Dreamine.MVVM.Extensions&version=1.0.5
#tool nuget:?package=Dreamine.MVVM.Extensions&version=1.0.5
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 | Versions 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. |
-
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.