I'm following instructions but nothings happen.
Ver: .NET 10
Type: Console App
Notifications.BundleIdentifier = "com.apple.finder"; // Optional (does nothing for bundled applications) Notifications.SetGuiApplication(false); // false for console application Notifications.ShowNotification("notification-title");
After runs that code application is hanging...