I need to send a simple notification to Windows Notification area from a tiny cli app. The issue is, so-called "officially" recommended way with Microsoft.Toolkit.Uwp.Notifications
brings aboard 40Mb of dependencies. All my code is 23 lines, quite literally. There was another way to do it but it does not work anymore.
Is there a handy way to somehow do it with PInvoke/dllimport?