Dirkster.MsgBox 1.5.0

dotnet add package Dirkster.MsgBox --version 1.5.0
NuGet\Install-Package Dirkster.MsgBox -Version 1.5.0
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="Dirkster.MsgBox" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dirkster.MsgBox --version 1.5.0
#r "nuget: Dirkster.MsgBox, 1.5.0"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Version Downloads Last updated
1.5.0 2,094 9/5/2019
1.4.2 2,586 8/1/2017
1.4.1 955 7/29/2017

Package Update with support based on .NetCore 3 Preview 8 and .Net4.5.