I've been facing an issue with the ASP.NET developer certificates for ASP.NET Core 7 apps using HTTPS on macOS: ASP.NET Core developer certificate: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Recently I learned how to change a folder quickly when opening or saving files on macOS using the keyboard. This trick also works when having folders open in Finder.
After playing around with ASP.NET developer certificates on macOS I couldn't get it back to work. Whenever the app started, I got an `The default developer certificate could not be found` error on application start up.
Yesterday I wandered through the valley of tears when I completely bricked my .NET 6 SDK installation on Xubuntu 22.04 by installing .NET 7 SDK. But I was able to fix it. Here is the complete story.
I got some feedback for my previous post: Will the single view approach work with ASP.NET Razor Pages instead of MVC Views and Controllers? I'm a total noob regarding Razor Pages but: it works.