DesktopNotifications icon indicating copy to clipboard operation
DesktopNotifications copied to clipboard

SetupDesktopNotification doesn't correspond to the example in 1.3.1

Open x0rld opened this issue 1 year ago • 3 comments

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 SetupDesktopNotifications<TAppBuilder>(this TAppBuilder builder) where TAppBuilder : AppBuilderBase<TAppBuilder>, new() image

I just installed the nuget and tried to follow the example did I do something wrong ?

x0rld avatar Jan 21 '24 23:01 x0rld

It seems that the nuget package is out of date. As a workaround I copied https://github.com/pr8x/DesktopNotifications/blob/master/DesktopNotifications.Avalonia/AppBuilderExtensions.cs to my project

MishaProductions avatar Feb 03 '24 22:02 MishaProductions

It seems that the nuget package is out of date. As a workaround I copied https://github.com/pr8x/DesktopNotifications/blob/master/DesktopNotifications.Avalonia/AppBuilderExtensions.cs to my project

Oh I didn't see tje response, thanks I will check it

x0rld avatar Feb 06 '24 23:02 x0rld

@x0rld , worked for me on Ubuntu with Avalonia 11.1.3

stephannn avatar Aug 13 '24 17:08 stephannn