Metalama.Patterns.Wpf 2025.0.6-rc

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

// Install Metalama.Patterns.Wpf as a Cake Tool
#tool nuget:?package=Metalama.Patterns.Wpf&version=2025.0.6-rc&prerelease                

Metalama Logo

About

The Metalama.Patterns.Wpf contains aspects that implement WPF dependency properties and commands.

Key Features

  • Generates WPF dependency properties from C# automatic properties:
  • Integrates with Metalama.Patterns.Contracts.
  • Supports custom property-changing and property-changed methods.
  • Turns property initializer values into default values.
  • Generates WPF commands from C# methods :
    • Supports a CanExecute method or property.
    • Integrates with Metalama.Patterns.Observability to support INotifyPropertyChanged.
  • Supports custom naming conventions.

Main Types

The primary types in this package are:

  • DependencyPropertyAttribute is an aspect that generates a WPF dependency property from a plain automatic property.
  • CommandAttribute is an aspect that exposes generates a WPF command property from a plain C# method.
  • DependencyPropertyExtensions.ConfigureDependencyProperty is a fabric extension method that configures the DependencyPropertyAttribute aspect.
  • CommandExtensions.ConfigureCommand is a fabric extension method that configures the CommandAttribute aspect.

Additional Documentation

  • Metalama.Patterns.Contracts provides contract attributes such as [NotNull] or [Url]. They integrate with the DependencyPropertyAttribute aspect.
  • Metalama.Patterns.Observability can implement INotifyPropertyChanged for the CanExecute property supported by the CommandAttribute aspect.
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net471 is compatible.  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

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
2025.0.6-rc 59 11/15/2024
2025.0.5-preview 78 11/8/2024
2025.0.4-preview 63 10/31/2024
2025.0.3-preview 61 10/25/2024
2025.0.2-preview 64 10/24/2024
2025.0.1-preview 68 10/14/2024
2024.2.30 68 11/15/2024
2024.2.29 76 10/31/2024
2024.2.28 80 10/25/2024
2024.2.27 73 10/24/2024
2024.2.26 106 10/14/2024
2024.2.25 100 10/2/2024
2024.2.24 126 9/10/2024
2024.2.23 116 8/30/2024
2024.2.22 96 8/29/2024
2024.2.21 100 8/28/2024
2024.2.20 133 8/15/2024
2024.2.19 149 8/1/2024
2024.2.18 70 7/29/2024
2024.2.17-rc 87 7/22/2024
2024.2.16-rc 58 7/18/2024
2024.2.15-rc 51 7/12/2024