I have an API and I want to make an app that calls that API periodicly and if certain conditions are met, then send desktop notifications to the user.
I tried sending toast notifications from a console app, but that didn't work, and from looking at other threads I learned that it isn't possible.
Any suggestions on what project type to use or what library? (.net 6.0)