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.
This fixes the NullReferenceException for if x.Value.Notification.Options.Tag is null by properly comparing nulls. If any notification's tag is null, we will clear it if and only if the tag specified to clear is null.
This fixes the NullReferenceException for if
x.Value.Notification.Options.Tag
isnull
by properly comparing nulls. If any notification's tag isnull
, we will clear it if and only if the tag specified to clear isnull
.