Dreamine.Hybrid.FullKit
1.0.6
dotnet add package Dreamine.Hybrid.FullKit --version 1.0.6
NuGet\Install-Package Dreamine.Hybrid.FullKit -Version 1.0.6
<PackageReference Include="Dreamine.Hybrid.FullKit" Version="1.0.6" />
<PackageVersion Include="Dreamine.Hybrid.FullKit" Version="1.0.6" />
<PackageReference Include="Dreamine.Hybrid.FullKit" />
paket add Dreamine.Hybrid.FullKit --version 1.0.6
#r "nuget: Dreamine.Hybrid.FullKit, 1.0.6"
#:package Dreamine.Hybrid.FullKit@1.0.6
#addin nuget:?package=Dreamine.Hybrid.FullKit&version=1.0.6
#tool nuget:?package=Dreamine.Hybrid.FullKit&version=1.0.6
Dreamine.Hybrid.FullKit
Dreamine.Hybrid.FullKit is the all-in-one package for starting Dreamine Hybrid applications with a single installation.
Instead of installing MVVM, hybrid runtime, WPF hosting, and Blazor integration packages separately, you can install one package and get the complete recommended package set.
What this package includes
Dreamine.Hybrid.FullKit bundles the following Dreamine packages:
Dreamine.MVVM.FullKitDreamine.HybridDreamine.Hybrid.WpfDreamine.Hybrid.BlazorApp
Because Dreamine.MVVM.FullKit is included, this package also provides the full Dreamine MVVM stack, including source generator integration.
Who should use this package
Use this package if:
- you want to start a Dreamine Hybrid project quickly
- you want a single-package installation experience
- you do not want to manage MVVM and Hybrid packages separately
- you want the officially recommended full package composition for hybrid applications
This package is recommended for users who want to build WPF applications integrated with hybrid runtime and Blazor-based UI composition.
Installation
Install from NuGet:
<ItemGroup>
<PackageReference Include="Dreamine.Hybrid.FullKit" Version="1.0.0" />
</ItemGroup>
Or use the .NET CLI:
dotnet add package Dreamine.Hybrid.FullKit --version 1.0.0
Why FullKit exists
Dreamine Hybrid applications are composed of multiple layers:
- MVVM base modules
- hybrid runtime modules
- WPF host integration
- Blazor application support
For advanced users, modular installation is flexible.
For most users, however, installing each package manually increases setup complexity and the chance of version mismatch.
Dreamine.Hybrid.FullKit exists to provide:
- a simpler starting point
- a safer default package combination
- one official package entry point
- reduced installation and configuration mistakes
Notes
- This package is a meta package.
- It does not provide one monolithic runtime assembly by itself.
- Its role is to reference and deliver the recommended package combination for Dreamine Hybrid projects.
- Dreamine MVVM source generator support is included automatically through
Dreamine.MVVM.FullKit.
If you need strict dependency control, you can still install individual Dreamine packages separately.
Recommended usage
Use Dreamine.Hybrid.FullKit when:
- you are starting a new Dreamine Hybrid project
- you want the standard full Dreamine Hybrid package set
- you want the easiest installation path
Use individual packages when:
- you need fine-grained dependency control
- you want only selected Dreamine modules
- you are building a custom package composition
Related packages
Dreamine.MVVM.FullKit
All-in-one package for Dreamine MVVM on WPF.
License
Refer to the repository or package metadata for license information.
Author
minsujang
CodeMaru
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows7.0
- Dreamine.Hybrid (>= 1.0.2)
- Dreamine.Hybrid.Wpf (>= 1.0.2)
- Dreamine.MVVM.FullKit (>= 1.0.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.