ComputedConverters.WPF 0.4.9

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

// Install ComputedConverters.WPF as a Cake Tool
#tool nuget:?package=ComputedConverters.WPF&version=0.4.9                

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-windows7.0 is compatible. 
.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.4.9 34 11/25/2024
0.4.8 122 11/15/2024
0.4.7-beta 193 10/13/2024
0.4.6-beta 103 10/11/2024
0.4.5-beta 104 9/25/2024
0.4.4-beta 96 9/19/2024
0.4.3-beta 68 9/19/2024
0.4.2-beta 69 9/19/2024
0.4.1-beta 70 9/19/2024
0.4.0-beta 73 9/19/2024
0.3.9-beta 78 9/19/2024
0.3.8-beta 75 9/18/2024
0.3.7-beta 75 9/12/2024
0.3.5-beta 95 9/9/2024
0.3.4-beta 76 9/9/2024
0.3.3-beta 85 9/6/2024
0.3.2-beta 81 9/6/2024
0.3.1-beta 78 9/6/2024
0.3.0-beta 81 9/6/2024
0.2.3-beta 83 9/4/2024
0.2.2-beta 76 9/4/2024
0.2.1-beta 77 9/4/2024
0.2.0-beta 80 9/1/2024
0.1.4-beta 71 8/29/2024
0.1.3-beta 84 8/26/2024
0.1.2-beta 73 8/26/2024
0.1.1-beta 80 8/26/2024
0.1.0-beta 69 8/26/2024