I’ve downloaded an example project for toast notifications made by Microsoft, but when i opened the project in VS2015 i found that it has some missing dependencies named
WindowsAPICodePack
When i visited the link provided by Microsoft i ended up into a “Retired” page, that library doesn’t exist anymore, where can i find it?
Unfortunately those Libraries were removed by Microsoft, And are not Officially available nor Maintained anymore, so it’s highly recommended that you avoid using them, and use some other alternatives, such us using pure WinRT or UWP frameworks instead of classic WPF.
Those Nuget Packages aren’t released officially by Microsoft anymore, those were uploaded by some individuals who had the copies. so use them at your own risk.