PrettyMessageBox 1.1.1

dotnet add package PrettyMessageBox --version 1.1.1
NuGet\Install-Package PrettyMessageBox -Version 1.1.1
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="PrettyMessageBox" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PrettyMessageBox --version 1.1.1
#r "nuget: PrettyMessageBox, 1.1.1"
#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 PrettyMessageBox as a Cake Addin
#addin nuget:?package=PrettyMessageBox&version=1.1.1

// Install PrettyMessageBox as a Cake Tool
#tool nuget:?package=PrettyMessageBox&version=1.1.1

Pretty Message Box

nuget badge nuget downloads badge license badge

A PrettyMessageBox to use in your WPF projects

Usage

PrettyMessageBox.Show("Title", "Test Content", ImageOptions.Checked);

alternate text is missing from this package README image

try
{
    //...SOMETHING THAT THROWS AN EXCEPTION...
    int.Parse("");
}
catch (Exception ex)
{
    PrettyMessageBox.Show("Title", "An error occurred:", ex);
}

alternate text is missing from this package README image alternate text is missing from this package README image

MessageBoxResults result = PrettyMessageBox.Show("Title", "Test Content", ImageOptions.Info, ButtonOptions.OkCancel);

alternate text is missing from this package README image

MessageBoxResults result = PrettyMessageBox.Show("Title", "Test Content", ImageOptions.Question, ButtonOptions.YesNoAuxiliary, "Test Aux");

alternate text is missing from this package README image

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  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.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 523 7/23/2021
1.1.0 298 7/23/2021
1.0.9 323 7/22/2021
1.0.8 286 7/22/2021
1.0.7 346 7/21/2021
1.0.6 337 7/21/2021
1.0.5 338 7/21/2021
1.0.4 344 7/21/2021
1.0.3 347 7/21/2021
1.0.2 279 7/21/2021
1.0.1 302 7/21/2021
1.0.0 308 7/21/2021