Dirkster.MsgBox
1.5.0
dotnet add package Dirkster.MsgBox --version 1.5.0
NuGet\Install-Package Dirkster.MsgBox -Version 1.5.0
<PackageReference Include="Dirkster.MsgBox" Version="1.5.0" />
paket add Dirkster.MsgBox --version 1.5.0
#r "nuget: Dirkster.MsgBox, 1.5.0"
// Install Dirkster.MsgBox as a Cake Addin #addin nuget:?package=Dirkster.MsgBox&version=1.5.0 // Install Dirkster.MsgBox as a Cake Tool #tool nuget:?package=Dirkster.MsgBox&version=1.5.0
MsgBox
This project shows the implementation of a custom message box service that is driven by a service locator interface. It inlcudes a notification component that can be used to implement positioned pop-up messages in the vicinity of related controls. All implementation is in WPF and follows MVVM without compromises.
See https://github.com/Dirkster99/MsgBox for more details.
Custom message boxes are themeable (black and light) and use the same API as the standard .Net message boxes. There also types of message boxes - such as, display of .Net Exceptions (including Stacktrace information) - which are not supported in the standard .Net API.
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 | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.0
- Dirkster.UserNotifications (>= 1.5.1)
-
.NETFramework 4.5.1
- Dirkster.UserNotifications (>= 1.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Dirkster.MsgBox:
Repository | Stars |
---|---|
Dirkster99/Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
|
Package Update with support based on .NetCore 3 Preview 8 and .Net4.5.