DesktopNotifications
DesktopNotifications copied to clipboard
A cross-platform C# library for native desktop "toast" notifications.
``` C:\Program Files\dotnet\sdk\6.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(1003,5): error NETSDK1149: DesktopNotifications.Windows.dll cannot be referenced because it uses built-in support for WinRT, which is no longer supported in .NET 5 and higher. An updated version of...
> Could not load file or assembly 'DesktopNotifications.Windows, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
According to the readme, looks like this doesn't support OSX. Adding this issue as a tracking issue for that support
Using latest nuget in Avalonia raises: `manager = new WindowsNotificationManager(context);` ``` System.TypeLoadException: 'Could not load type 'Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat' from assembly 'Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2'.' ```  All nuget installed:  Using...
hi, I tried to use your library but it looks like the extension method has no second parameters I have this prototype when I check locally ` public static TAppBuilder...
When you click the button in the notification, its possible that the event gets executed multiple times. Now the notification gets removed from the dictionary after the first execution of...
- updated target frameworks to .net 8.0 - fixed error when trying to access inaccessible file (due to permissions)