MessageBoxer 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MessageBoxer --version 1.0.0
                    
NuGet\Install-Package MessageBoxer -Version 1.0.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="MessageBoxer" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MessageBoxer" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MessageBoxer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MessageBoxer --version 1.0.0
                    
#r "nuget: MessageBoxer, 1.0.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.
#addin nuget:?package=MessageBoxer&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MessageBoxer&version=1.0.0
                    
Install as a Cake Tool

MessageBoxer

Made: 2015 (Uploaded to Gitlab in 2017, however), last edited 2018 for uploading to NuGet

A DLL that has some helpers to create MessageBoxes.

Made this small library because I was duplicating the code across a few different for both work and personal projects.

NuGet Link:

Installation Instructions

Install-Package MessageBoxer

or

Download the release .dll here: https://gitlab.com/wilcoforr/MessageBoxer/raw/master/MessageBoxer/bin/Release/MessageBoxer.dll (4.5KB)

Example Usage

Used like so:

//Add reference to MessageBoxer.dll
using MessageBoxer;


//Example

    public static void Main()
    {
        ShowMessage.Notification("This is some text inside displaying some info", "Title/caption of message");
    }

There are no supported framework assets in this 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.0.1 3,262 2/5/2018
1.0.0 2,408 2/4/2018

Init.