Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
VS2019 build output:
15>CSC : warning CS8002: Referenced assembly 'ToastNotifications, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
15>CSC : warning CS8002: Referenced assembly 'ToastNotifications.Messages, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
Library version
ToastNotifications.Net5 3.0.0 / ToastNotifiations.Messages.Net5 3.0.1
Expected behaviour
Assemblies are strong named for security
Actual behaviour
Assemblies are not strong named
Steps to reproduce behaviour
Code to reproduce behaviour
Questions