Avae.Services 1.0.10

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

Avae.Services

A crossplatform library for accessing avalonia services.

Features

Cross-Platform : Leverage APIs adapted for multiple environments.

MIT Licensed: Freely use, modify, and distribute under the permissive MIT License.

Getting Started

Follow these steps to integrate Avae.Services into your Avalonia project.

Prerequisites

An Avalonia project set up with .NET.

Installation

Add Nuget Avae.Services to Your Shared Project

Configuration

Enable services.

 using Avae.Services;
 public static AppBuilder BuildAvaloniaApp()
        => AppBuilder.Configure<App>()
            .UseServices()
            .UsePlatformDetect()
            .WithInterFont()
            .LogToTrace();

Examples :

Launcher

await Launcher.LaunchUriAsync(new Uri("https://www.example.com"));

Clipboard

var text = await Clipboard.GetTextAsync();

StorageProvider

await StorageProvider.OpenFilePickerAsync(new Avalonia.Platform.Storage.FilePickerOpenOptions())

Built With

This package builds upon the excellent work of:

AvaloniaUI

License

Avae.Services is licensed under the MIT License.

Contributing

Contributions are welcome! Please submit issues or pull requests to the GitHub repository. Ensure your code follows the project’s coding standards.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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
1.0.10 669 12/1/2025
1.0.9 562 12/1/2025
1.0.8 565 12/1/2025
1.0.7 569 12/1/2025
1.0.6 570 12/1/2025
1.0.5 559 12/1/2025
1.0.4 157 11/28/2025
1.0.3 147 11/28/2025
1.0.2 156 11/28/2025
1.0.1 179 11/27/2025
1.0.0 203 10/29/2025