Avae.Services
1.0.10
dotnet add package Avae.Services --version 1.0.10
NuGet\Install-Package Avae.Services -Version 1.0.10
<PackageReference Include="Avae.Services" Version="1.0.10" />
<PackageVersion Include="Avae.Services" Version="1.0.10" />
<PackageReference Include="Avae.Services" />
paket add Avae.Services --version 1.0.10
#r "nuget: Avae.Services, 1.0.10"
#:package Avae.Services@1.0.10
#addin nuget:?package=Avae.Services&version=1.0.10
#tool nuget:?package=Avae.Services&version=1.0.10
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 | Versions 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. |
-
net8.0
- Avalonia (>= 11.1.3)
- Avalonia.Labs.Notifications (>= 11.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.