The imported project was not found
13 May 2019On my Ubuntu disco dingo laptop, There was a bug affecting VS Code’s IntelliSense that I had just been putting up with for a good few days.
On my Ubuntu disco dingo laptop, There was a bug affecting VS Code’s IntelliSense that I had just been putting up with for a good few days.
Today I replaced an ageing asp.net web forms web application with a new static site which for now is just a landing page with a contact form and in doing so needed to force any insecure HTTP requests to HTTPS.
A recent push to production broke an ASP.NET Core application I have running and it took me a while to find out the underlying problem.
This is something I have had to do before so I am blogging here for next time.
Using System.CommandLine to build a command line application.