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

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.FullKit
  • Dreamine.Hybrid
  • Dreamine.Hybrid.Wpf
  • Dreamine.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.


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

  • 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 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.6 103 5/10/2026
1.0.5 105 5/9/2026
1.0.4 102 4/30/2026
1.0.3 103 4/29/2026
1.0.2 122 3/22/2026
1.0.1 98 3/21/2026
1.0.0 100 3/21/2026