MessageBox.Avalonia
0.9.0-preview5
See the version list below for details.
dotnet add package MessageBox.Avalonia --version 0.9.0-preview5
NuGet\Install-Package MessageBox.Avalonia -Version 0.9.0-preview5
<PackageReference Include="MessageBox.Avalonia" Version="0.9.0-preview5" />
paket add MessageBox.Avalonia --version 0.9.0-preview5
#r "nuget: MessageBox.Avalonia, 0.9.0-preview5"
// Install MessageBox.Avalonia as a Cake Addin #addin nuget:?package=MessageBox.Avalonia&version=0.9.0-preview5&prerelease // Install MessageBox.Avalonia as a Cake Tool #tool nuget:?package=MessageBox.Avalonia&version=0.9.0-preview5&prerelease
MessageBox.Avalonia
Messagebox for AvaloniaUI for 0.9 preview
To start you should install MessageBox.Avalonia Nuget package
dotnet add package MessageBox.Avalonia
The easiest way is:
var messageBoxStandardWindow = MessageBox.Avalonia.MessageBoxManager.GetMessageBoxStandardWindow("title","orem ipsum dolor sit amet, consectetur adipiscing elit, sed...");
messageBoxStandardWindow.Show();
or this with defautlt buttons from enum:
var msBoxStandardWindow = MessageBox.Avalonia.MessageBoxManager.GetMessageBoxStandardWindow(new MessageBoxStandardParams{
ButtonDefinitions = ButtonEnum.OkAbort,
ContentTitle = "Title",
ContentMessage = "Message",
Icon = Icon.Plus,
Style = Style.UbuntuLinux
});
msBoxStandardWindow.Show();
or like this, with custom buttons:
var messageBoxCustomWindow = MessageBox.Avalonia.MessageBoxManager.GetMessageBoxCustomWindow(new MessageBoxCustomParams {
Style = Style.UbuntuLinux,
ContentMessage = "Message",
ButtonDefinitions = new []{new ButtonDefinition{Name = "My"},new ButtonDefinition{Name = "Buttons",Type = ButtonType.Colored} }
});
messageBoxCustomWindow.Show();
Usages:
Product | Versions 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. |
-
.NETStandard 2.0
- Avalonia (>= 0.9.0-preview5)
- Avalonia.ReactiveUI (>= 0.9.0-preview5)
NuGet packages (19)
Showing the top 5 NuGet packages that depend on MessageBox.Avalonia:
Package | Downloads |
---|---|
VisioForge.DotNet.Core.UI.Avalonia
VisioForge Controls UI Wrappers for Avalonia |
|
H.ReactiveUI.CommonInteractions.Avalonia
Common ReactiveUI MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ⭐ Last 10 features: - feat: Updated NuGet packages. 2022-08-11 - feat: Updated NuGet packages. 2022-07-11 - feat: Published WebAssembly app. 2022-07-01 - feat: Updated NuGet packages. 2022-07-01 - feat: To DependencyPropertyGenerator. 2022-06-29 - feat: Updated NuGet packages. 2022-06-29 - feat: Added BaseConverter DefaultConvertValue/DefaultConvertBackValue. 2022-06-24 - feat: Updated NuGet packages. 2022-03-25 - feat: Updated NuGet packages. 2022-03-17 - feat: Changed WinUI implementatation to use ContentDialog instead MessageDialog. 2022-03-17 🐞 Last 10 bug fixes: - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22 - fix(Avalonia): Changed BaseConverter null values to UnsetValue. 2021-12-15 - fix(Avalonia): Fixed OpenFileDialog Filters bug. 2021-12-11 - fix: Fixed CI to release avalonia. 2021-12-10 - fix(apps.Avalonia): Fixed FileInteractions. 2021-12-09 |
|
KH.AvaloniaBase
InstrumentBaseLib |
|
AlienJust.Support.Avalonia
Some stuff for Avalonia |
|
HanumanInstitute.MvvmDialogs.Avalonia.MessageBox
Library simplifying the concept of opening dialogs from a view model when using MVVM in WPF |
GitHub repositories (33)
Showing the top 5 popular GitHub repositories that depend on MessageBox.Avalonia:
Repository | Stars |
---|---|
2dust/v2rayN
A GUI client for Windows and Linux, support Xray core and v2fly core and others
|
|
mgth/LittleBigMouse
DPI Aware mouse move across screens
|
|
tylearymf/UniHacker
Patch all versions of Unity3D and UnityHub for Windows, MacOS, Linux and Docker.
|
|
gusmanb/logicanalyzer
24 channel, 100Msps logic analyzer hardware and software
|
|
uxmal/reko
Reko is a binary decompiler.
|
Version | Downloads | Last updated | |
---|---|---|---|
3.2.0 | 7,531 | 10/27/2024 | |
3.1.6.13 | 8,614 | 10/6/2024 | |
3.1.6 | 27,935 | 7/30/2024 | |
3.1.5.1 | 118,013 | 10/24/2023 | |
3.1.5 | 2,020 | 10/24/2023 | |
3.1.4 | 42,239 | 8/13/2023 | |
3.1.3 | 5,290 | 8/6/2023 | |
3.1.2 | 11,942 | 7/29/2023 | |
3.0.0 | 12,907 | 7/8/2023 | |
2.3.1-rc2 | 452 | 7/2/2023 | |
2.3.1-rc1-1 | 492 | 6/27/2023 | |
2.3.1-rc1 | 3,449 | 6/5/2023 | |
2.3.1-prev7.0 | 8,369 | 5/5/2023 | |
2.3.1-prev6 | 3,148 | 3/30/2023 | |
2.3.1-prev5 | 3,958 | 2/13/2023 | |
2.3.1-prev2 | 7,951 | 10/18/2022 | |
2.2.0 | 11,700 | 9/1/2022 | |
2.1.0 | 109,757 | 8/21/2022 | |
2.1.0-prev2 | 992 | 10/17/2022 | |
2.0.2 | 19,796 | 7/17/2022 | |
2.0.1 | 9,375 | 6/13/2022 | |
2.0.0 | 113,997 | 3/16/2022 | |
1.8.1-night | 2,115 | 2/13/2022 | |
1.7.1 | 34,644 | 12/12/2021 | |
1.7.0 | 2,644 | 12/7/2021 | |
1.6.0 | 2,289 | 12/1/2021 | |
1.5.5 | 6,106 | 10/22/2021 | |
1.5.4 | 1,244 | 10/22/2021 | |
1.5.3 | 2,327 | 10/10/2021 | |
1.5.2 | 1,284 | 10/10/2021 | |
1.5.1 | 12,591 | 6/17/2021 | |
1.5.0 | 2,206 | 6/12/2021 | |
1.3.1 | 2,387 | 5/22/2021 | |
1.3.0 | 1,381 | 5/20/2021 | |
1.2.0 | 4,838 | 4/29/2021 | |
1.1.1 | 8,164 | 3/15/2021 | |
1.1.0 | 1,414 | 3/14/2021 | |
1.0.6 | 3,715 | 3/10/2021 | |
1.0.5 | 8,487 | 2/2/2021 | |
1.0.4 | 1,360 | 1/31/2021 | |
1.0.3 | 1,560 | 1/31/2021 | |
1.0.1 | 3,057 | 1/24/2021 | |
0.10.7-rc1 | 1,871 | 12/16/2020 | |
0.10.4-night | 1,297 | 11/1/2020 | |
0.10.3-night | 1,266 | 11/1/2020 | |
0.10.2-night | 1,270 | 10/1/2020 | |
0.10.1-night | 1,342 | 9/27/2020 | |
0.10.0-prev2 | 3,725 | 8/1/2020 | |
0.10.0-prev1 | 1,583 | 7/26/2020 | |
0.9.6.1 | 51,859 | 3/31/2020 | |
0.9.1.1-prev | 2,830 | 1/31/2020 | |
0.9.0.1-prev | 1,347 | 1/24/2020 | |
0.9.0 | 5,532 | 12/22/2019 | |
0.9.0-preview5 | 1,813 | 11/7/2019 | |
0.8.3 | 7,854 | 8/23/2019 | |
0.8.2.5 | 1,670 | 6/19/2019 | |
0.8.2 | 1,675 | 6/12/2019 | |
0.8.1 | 1,797 | 5/31/2019 |