Dirkster.UserNotifications 1.5.1

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

// Install Dirkster.UserNotifications as a Cake Tool
#tool nuget:?package=Dirkster.UserNotifications&version=1.5.1

Build status Release NuGet

Overview

Lightweight notifications for WPF project based on

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

Lightweight growl notifications for WPF project from here: http://www.codeproject.com/Articles/499241/Growl-Alike-WPF-Notifications

Theming

Load Light or Dark brush resources in you resource dictionary to take advantage of existing definitions.

    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="/UserNotifications;component/Themes/DarkBrushs.xaml" />
    </ResourceDictionary.MergedDictionaries>
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="/UserNotifications;component/Themes/LightBrushs.xaml" />
    </ResourceDictionary.MergedDictionaries>

These definitions do not theme all controls used within this library. You should use a standard theming library, such as:

to also theme standard elements, such as, button and textblock etc.

Requirements

  • Visual Studio 2012 / 2010 or later

Sample Screenshots

Screenshot Screenshot Screenshot

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 net40 is compatible.  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.
  • .NETCoreApp 3.0

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Dirkster.UserNotifications:

Package Downloads
Dirkster.InplaceEditBoxLib

InplaceEditBoxLib provides a WPF overlay textbox control

Dirkster.FileListView

Provides a WPF/MVVM listview control for Windows file system folders and files.

Dirkster.FolderBrowser

Provides a WPF/MVVM folder browser tree view control to displays and browse folders in the Windows file system.

Dirkster.FilterControlsLib

Provides a WPF/MVVM filter combobox view control to filter displays on Windows file system folders and files.

Dirkster.MsgBox

Themable user notifications WPF control through pop-up elements

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Dirkster.UserNotifications:

Repository Stars
Dirkster99/Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Version Downloads Last updated
1.5.1 9,515 8/31/2019
1.5.0 2,892 1/17/2019
1.4.1 3,808 5/13/2018
1.4.0 5,974 9/13/2017
1.3.1 1,744 8/1/2017
1.0.0 1,077 7/27/2017

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