Port of Windows UWP Xaml Behaviors for Avalonia Xaml.
Перейти к файлу
Wiesław Šoltés 684fa4e614 Update to .NET 8 2023-11-14 22:52:04 +01:00
.github Remove unused workloads install 2023-07-27 10:19:30 +02:00
.nuke Update 2021-11-08 20:30:52 +01:00
build Update to .NET 8 2023-11-14 22:52:04 +01:00
samples Update to .NET 8 2023-11-14 22:52:04 +01:00
src Update to .NET 8 2023-11-14 22:52:04 +01:00
tests Update to .NET 8 2023-11-14 22:52:04 +01:00
.editorconfig . 2023-08-27 15:49:46 +10:00
.gitattributes . 2023-08-27 15:49:46 +10:00
.gitignore . 2023-08-27 15:49:46 +10:00
AvaloniaBehaviors.sln Use latest Avalonia version for unit tests 2023-08-05 13:40:08 +02:00
Directory.Build.props Update to .NET 8 2023-11-14 22:52:04 +01:00
Directory.Packages.props Fix package versions 2023-08-28 10:22:00 +02:00
LICENSE.TXT Update headers 2020-08-18 05:07:25 +00:00
NuGet.Config Use central package management 2023-06-15 11:46:17 +02:00
README.md Update README.md 2021-10-17 18:16:25 +02:00
_config.yml Set theme jekyll-theme-cayman 2017-02-21 11:49:52 +01:00
azure-pipelines.yml Update to .NET 8 2023-11-14 22:52:04 +01:00
build.cmd Update to .NET 6 2021-11-08 20:20:46 +01:00
build.ps1 Update to .NET 6 2021-11-08 20:20:46 +01:00
build.sh Update to .NET 6 2021-11-08 20:20:46 +01:00
global.json Update to .NET 8 2023-11-14 22:52:04 +01:00

README.md

Avalonia XAML Behaviors

Gitter

Build Status CI

NuGet NuGet MyGet

AvaloniaBehaviors is a port of Windows UWP version of XAML Behaviors for Avalonia XAML.

Avalonia XAML Behaviors is an easy-to-use means of adding common and reusable interactivity to your Avalonia applications with minimal code. Avalonia port is available only for managed applications. Use of XAML Behaviors is governed by the MIT License.

Building Avalonia XAML Behaviors

First, clone the repository or download the latest zip.

git clone https://github.com/wieslawsoltes/AvaloniaBehaviors.git

Build on Windows using script

Open up a command-prompt and execute the commands:

.\build.ps1

Build on Linux using script

Open up a terminal prompt and execute the commands:

./build.sh

Build on OSX using script

Open up a terminal prompt and execute the commands:

./build.sh

NuGet

Avalonia XamlBehaviors is delivered as a NuGet package.

You can find the packages here NuGet and install the package like this:

Install-Package Avalonia.Xaml.Behaviors

or by using nightly build feed:

  • Add https://www.myget.org/F/xamlbehaviors-nightly/api/v2 to your package sources
  • Alternative nightly build feed https://pkgs.dev.azure.com/wieslawsoltes/GitHub/_packaging/Nightly/nuget/v3/index.json
  • Update your package using XamlBehaviors feed

and install the package like this:

Install-Package Avalonia.Xaml.Behaviors -Pre

Package Sources

Resources

License

Avalonia XAML Behaviors is licensed under the MIT license.