Specky.Wpf 8.0.0

dotnet add package Specky.Wpf --version 8.0.0
NuGet\Install-Package Specky.Wpf -Version 8.0.0
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="Specky.Wpf" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Specky.Wpf --version 8.0.0
#r "nuget: Specky.Wpf, 8.0.0"
#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 Specky.Wpf as a Cake Addin
#addin nuget:?package=Specky.Wpf&version=8.0.0

// Install Specky.Wpf as a Cake Tool
#tool nuget:?package=Specky.Wpf&version=8.0.0

Specky.WPF

Assist's with injecting types in WPF applications via XAML. Also provides basic ViewModelBase and RelayCommand.

Example of injecting DataContext in XAML

When building services at start up.

    builder.Services.AddSpeckyWpf();

On any XAML view - example:

    xmlns:Specky="clr-namespace:Specky.Wpf.Attachables;assembly=Specky.Wpf"
    Specky:Specky.DataContext="{x:Type ViewModels:ExampleViewModel}"
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0-windows7.0

    • No dependencies.

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
8.0.0 104 1/12/2024
1.0.4 291 1/28/2021