Metalama.Patterns.Wpf 2024.2.19

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Metalama.Patterns.Wpf --version 2024.2.19                
NuGet\Install-Package Metalama.Patterns.Wpf -Version 2024.2.19                
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="2024.2.19" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Metalama.Patterns.Wpf --version 2024.2.19                
#r "nuget: Metalama.Patterns.Wpf, 2024.2.19"                
#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=2024.2.19

// Install Metalama.Patterns.Wpf as a Cake Tool
#tool nuget:?package=Metalama.Patterns.Wpf&version=2024.2.19                

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 60 11/15/2024
2025.0.5-preview 79 11/8/2024
2025.0.4-preview 64 10/31/2024
2025.0.3-preview 62 10/25/2024
2025.0.2-preview 65 10/24/2024
2025.0.1-preview 69 10/14/2024
2024.2.30 69 11/15/2024
2024.2.29 85 10/31/2024
2024.2.28 83 10/25/2024
2024.2.27 74 10/24/2024
2024.2.26 113 10/14/2024
2024.2.25 101 10/2/2024
2024.2.24 127 9/10/2024
2024.2.23 117 8/30/2024
2024.2.22 97 8/29/2024
2024.2.21 101 8/28/2024
2024.2.20 134 8/15/2024
2024.2.19 156 8/1/2024
2024.2.18 71 7/29/2024
2024.2.17-rc 88 7/22/2024
2024.2.16-rc 59 7/18/2024
2024.2.15-rc 52 7/12/2024