I'm playing around with the notification toast builder
i can get my image to show if i use the full path on the hard drive but i want to put the image in an Images folder, i have the image set to copyifnewer but i cant get the image to show using the Pack://Application
can anybody show me what I'm doing wrong?
thanks
new ToastContentBuilder()
.AddHeroImage(new Uri("pack://application:,,,/Images/Nikola.png"))
.AddText("My Title")
.AddText("My Description")
.Show();
