AppIntents are pretty powerful, and can underly many features, such as Shortcuts, Siri, and Widgets, in an Apple platform app. It can be frustrating at times to troubleshoot issues with them, though. I've run into several errors where the AppIntent code would build fine, but where I just couldn't find the intents anywhere when the app was installed.
Continue reading »adamrussell.com
Software Development
Technology
Kestrel on Mac: Safari Can't Establish a Secure Connection
I ran into this issue earlier today after updating Visual Studio for Mac. I had tried debugging a site, and was met with the error message in Safari that it couldn't establish a secure connection with the server. Kestrel was running, and the port was correctly open -- it's just that the SSL/TLS negotiation was failing.
Continue reading »