ComputedConverters.WPF 0.5.1

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

GitHub license Actions

ComputedConverters.NET

ComputedConverters provides you with XAML markup that allows you to write inline converters (Vue-like computed method) and expand some converters commonly used.

Salad bowl project here.

Support framework

Computed series library

Package/Framework WPF Avalonia
ComputedConverters NuGet TBD
ComputedAnimations NuGet No Plan
ComputedBehaviors NuGet No Plan

ValueConverters library

Package/Framework WPF Avalonia
ValueConverters Version Version

Usage

Add XML namespace to your XAML file:

<Application xmlns:a="http://schemas.github.com/computedanimations/2024/xaml"
      xmlns:b="http://schemas.github.com/computedbehaviors/2024/xaml"
      xmlns:c="http://schemas.github.com/computedconverters/2024/xaml">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <a:ComputedAnimationsResources />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
</Application>

1. Reactivity

Documents/Reactivity.md

2. ValueConverters

Documents/ValueConverters.md

3. ComputedMarkups

Documents/ComputedMarkups.md

4. UsefulMarkups

Documents/UsefulMarkups.md

5. ComputedBehaviors

Documents/ComputedBehaviors.md

6. ComputedAnimations

Documents/ComputedAnimations.md

Projects

emako/ComputedConverters.WPF.Test

lemutec/VSEnc

Thanks

Idea list here, and standing on the shoulders of giants.

OrgEleCho/EleCho.WpfSuite

JohannesMoersch/QuickConverter

thomasgalliker/ValueConverters.NET

CommunityToolkit/Maui

XAMLMarkupExtensions/XAMLMarkupExtensions

DingpingZhang/WpfExtensions

Kinnara/ModernWpf

runceel/Livet

XamlFlair/XamlFlair

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
.NET Framework net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7

    • No dependencies.
  • .NETFramework 4.7.1

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • .NETFramework 4.8.1

    • No dependencies.
  • net5.0-windows7.0

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.
  • net9.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
0.5.1 264 8/7/2025
0.5.0 237 8/7/2025
0.4.9 697 11/25/2024
0.4.8 176 11/15/2024
0.4.7-beta 303 10/13/2024
0.4.6-beta 142 10/11/2024
0.4.5-beta 134 9/25/2024
0.4.4-beta 132 9/19/2024
0.4.3-beta 124 9/19/2024
0.4.2-beta 127 9/19/2024
0.4.1-beta 126 9/19/2024
0.4.0-beta 127 9/19/2024
0.3.9-beta 121 9/19/2024
0.3.8-beta 133 9/18/2024
0.3.7-beta 103 9/12/2024
0.3.5-beta 133 9/9/2024
0.3.4-beta 120 9/9/2024
0.3.3-beta 112 9/6/2024
0.3.2-beta 136 9/6/2024
0.3.1-beta 115 9/6/2024
0.3.0-beta 122 9/6/2024
0.2.3-beta 133 9/4/2024
0.2.2-beta 113 9/4/2024
0.2.1-beta 118 9/4/2024
0.2.0-beta 129 9/1/2024
0.1.4-beta 112 8/29/2024
0.1.3-beta 119 8/26/2024
0.1.2-beta 109 8/26/2024
0.1.1-beta 133 8/26/2024
0.1.0-beta 112 8/26/2024