FunctionZero.Maui.BindZero 9.0.0

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

// Install FunctionZero.Maui.BindZero as a Cake Tool
#tool nuget:?package=FunctionZero.Maui.BindZero&version=9.0.0                

FunctionZero.Maui.BindZero is a xaml markup extension for MAUI that allows you to bind directly to an expression

See here for .NET 8 and below

If you want to do things like this: (note the expression is enclosed inside quotes)

<StackLayout IsVisible="{z:Bind '(Item.Count != 0) AND (Status == \'Administrator\')'}" > ...
  1. Install FunctionZero.Maui.BindZero to your shared project
  2. add xmlns:z="clr-namespace:FunctionZero.Maui.zBind.z;assembly=FunctionZero.Maui.BindZero"
    To your xaml page (or let Visual Studio do it for you)

Documentation here
Source code and sample app here

Product Compatible and additional computed target framework versions.
.NET net9.0-android35.0 is compatible.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst18.0 is compatible.  net9.0-windows10.0.19041 is compatible. 
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
9.0.0 86 12/3/2024

Built using lates MAUI libraries.