![]() |
VOOZH | about |
dotnet add package Avalonia.Controls.Maui.Essentials --version 11.0.0-preview.5.26167.1758
NuGet\Install-Package Avalonia.Controls.Maui.Essentials -Version 11.0.0-preview.5.26167.1758
<PackageReference Include="Avalonia.Controls.Maui.Essentials" Version="11.0.0-preview.5.26167.1758" />
<PackageVersion Include="Avalonia.Controls.Maui.Essentials" Version="11.0.0-preview.5.26167.1758" />Directory.Packages.props
<PackageReference Include="Avalonia.Controls.Maui.Essentials" />Project file
paket add Avalonia.Controls.Maui.Essentials --version 11.0.0-preview.5.26167.1758
#r "nuget: Avalonia.Controls.Maui.Essentials, 11.0.0-preview.5.26167.1758"
#:package Avalonia.Controls.Maui.Essentials@11.0.0-preview.5.26167.1758
#addin nuget:?package=Avalonia.Controls.Maui.Essentials&version=11.0.0-preview.5.26167.1758&prereleaseInstall as a Cake Addin
#tool nuget:?package=Avalonia.Controls.Maui.Essentials&version=11.0.0-preview.5.26167.1758&prereleaseInstall as a Cake Tool
Avalonia.Controls.Maui.Essentials provides Avalonia-based implementations of Microsoft.Maui.Essentials APIs. Internally, it generally uses Avalonia APIs for accessing services, unless they don't exist or are specific to platforms where that would not be applicable.
Call UseAvaloniaEssentials() on your MauiAppBuilder:
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp<App>()
.UseAvaloniaApp()
.UseAvaloniaEssentials();
| API | Namespace | Status | Notes |
|---|---|---|---|
| Screenshot | Microsoft.Maui.Media |
Implemented | Full support. Note: Always outputs PNG regardless of requested format. |
| FilePicker | Microsoft.Maui.Storage |
Implemented | Full support for single and multi-file selection. MIME types and UTIs are converted to glob patterns where possible. |
| MediaPicker | Microsoft.Maui.Media |
Partial | Photo and video picking is supported. Camera capture (CapturePhotoAsync/CaptureVideoAsync) throws NotSupportedException. |
| FileSystem | Microsoft.Maui.Storage |
Implemented | CacheDirectory, AppDataDirectory, and app package file access via Avalonia's avares:// asset loader. |
| HapticFeedback | Microsoft.Maui.Devices |
Stub | IsSupported returns false. Perform() is a no-op. Haptic feedback is not available on desktop platforms. |
| Preferences | Microsoft.Maui.Storage |
Implemented | Full support for all types (string, int, bool, long, double, float, DateTime, DateTimeOffset). Persists to a JSON file. Supports shared containers. |
For APIs that have not been implemented in Microsoft.Maui.Essentials APIs, they will fall back to the default .NET MAUI standard implementations. These will most likely throw NotImplementedException as most of them are platform specific implementations. We are adding more support for the areas we can cover.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net11.0 net11.0 is compatible. net11.0-browser1.0 net11.0-browser1.0 is compatible. |
This package is not used by any NuGet packages.
Showing the top 1 popular GitHub repositories that depend on Avalonia.Controls.Maui.Essentials:
| Repository | Stars |
|---|---|
|
egvijayanand/dotnet-maui-templates
.NET MAUI Project and Item Templates for VS2022, VS2026, and CLI.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-preview.5.26167.1758 | 43 | 6/16/2026 |
| 11.0.0-preview.5.26161.128 | 53 | 6/10/2026 |
| 11.0.0-preview.4.26133.721 | 66 | 5/13/2026 |
| 11.0.0-preview.3.26105.308 | 87 | 4/15/2026 |
| 11.0.0-preview.2.26104.455 | 58 | 4/14/2026 |
| 11.0.0-preview.2.26097.1443 | 65 | 4/7/2026 |
| 11.0.0-preview.2.26082.825 | 91 | 3/23/2026 |
| 11.0.0-preview.2.26075.1512 | 139 | 3/16/2026 |