Wpf.Extensions.Hosting 0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Wpf.Extensions.Hosting --version 0.0.3
NuGet\Install-Package Wpf.Extensions.Hosting -Version 0.0.3
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="Wpf.Extensions.Hosting" Version="0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wpf.Extensions.Hosting --version 0.0.3
#r "nuget: Wpf.Extensions.Hosting, 0.0.3"
#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.
// Install Wpf.Extensions.Hosting as a Cake Addin
#addin nuget:?package=Wpf.Extensions.Hosting&version=0.0.3

// Install Wpf.Extensions.Hosting as a Cake Tool
#tool nuget:?package=Wpf.Extensions.Hosting&version=0.0.3

Wpf.Extensions.Hosting

Hosting is a library for running WPF applications on Generic Host.

Many of the modern libraries in .NET are provided for Generic Hosts. By using this library, you can take advantage of the latest and greatest set of libraries provided for .

This library allows you to write WPF on Generic Host in a simple and intuitive way, just like .NET6.

// Create a builder by specifying the application and main window.
var builder = WpfApplication<App, MainWindow>.CreateBuilder(args);

// Register the ViewModel to be injected into MainWindow to the DI container.
builder.Services.AddTransient<MainWindowViewModel>();

// Build and run the application.
var app = builder.Build();
app.RunAsync();

Getting Started

NuGet:

.NET Foundation

This project is part of the .NET Foundation.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Wpf.Extensions.Hosting:

Package Downloads
Kamishibai.Hosting

MVVM navigation library for Generic Host.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 378 2/2/2024
1.1.2 1,190 10/14/2022
1.1.0 833 4/6/2022
1.0.0 437 1/22/2022
0.0.3 451 1/21/2022