DialogHost.Avalonia 0.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package DialogHost.Avalonia --version 0.2.2                
NuGet\Install-Package DialogHost.Avalonia -Version 0.2.2                
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="DialogHost.Avalonia" Version="0.2.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DialogHost.Avalonia --version 0.2.2                
#r "nuget: DialogHost.Avalonia, 0.2.2"                
#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 DialogHost.Avalonia as a Cake Addin
#addin nuget:?package=DialogHost.Avalonia&version=0.2.2

// Install DialogHost.Avalonia as a Cake Tool
#tool nuget:?package=DialogHost.Avalonia&version=0.2.2                

Avalonia Dialog Host control that provides a simple way to display a dialog with information or prompt the user when information is required

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on DialogHost.Avalonia:

Package Downloads
MessageBox.Avalonia

Messagebox for AvaloniaUI

Spice86

Reverse engineer and rewrite real mode DOS programs

Neumorphism.Avalonia

Easy to use and customizable Neumorphism Design implementation for Avalonia UI framework.

Shinya.Avalonia.Mvvm

Shinya.Framework

HanumanInstitute.MvvmDialogs.Avalonia.DialogHost

Library simplifying the concept of opening dialogs from a view model when using MVVM in WPF

GitHub repositories (11)

Showing the top 5 popular GitHub repositories that depend on DialogHost.Avalonia:

Repository Stars
Tyrrrz/YoutubeDownloader
Downloads videos and playlists from YouTube
Tyrrrz/DiscordChatExporter
Exports Discord chat logs to a file
roslynpad/roslynpad
A cross-platform C# editor based on Roslyn and AvalonEdit
Tyrrrz/LightBulb
Reduces eye strain by adjusting screen gamma based on the current time
AvaloniaCommunity/Material.Avalonia
Material design in AvaloniaUI
Version Downloads Last updated
0.8.1 3,056 8/21/2024
0.8.0 193 8/20/2024
0.8.0-avalonia11dot1-3 1,181 6/22/2024
0.8.0-avalonia11dot1-2 80 6/21/2024
0.8.0-avalonia11dot1-1.2 138 6/15/2024
0.8.0-avalonia11dot1-1 650 4/11/2024
0.7.9 6,779 6/22/2024
0.7.8 245 6/19/2024
0.7.7 146,619 9/11/2023
0.7.6 44,286 8/5/2023
0.7.5 25,588 7/1/2023
0.7.4 2,130 6/1/2023
0.7.3 790 4/29/2023
0.7.2 534 4/21/2023
0.7.1 442 4/19/2023
0.7.0 623 3/29/2023
0.7.0-preview9 340 3/27/2023
0.7.0-preview8 480 3/25/2023
0.7.0-preview7 369 3/23/2023
0.7.0-preview6 410 3/20/2023
0.7.0-preview5 365 3/11/2023
0.7.0-preview4 652 2/5/2023
0.7.0-preview3 760 1/6/2023
0.7.0-preview2 457 12/12/2022
0.7.0-preview1 389 11/21/2022
0.6.0 3,534 11/6/2022
0.6.0-avalonia10 608 11/6/2022
0.5.1 787 9/4/2022
0.5.0 6,845 7/2/2022
0.4.0 21,528 2/24/2022
0.3.1 15,378 9/10/2021
0.3.0 569 7/17/2021
0.2.2 551 7/15/2021
0.2.1 510 7/14/2021
0.2.0 599 6/3/2021
0.1.1 576 5/5/2021
0.1.0 703 5/4/2021

- Add position recalculating after resizing window when DialogHost closed
- Fix positioning in ViewBox
- Simplify position calculations