Include .well-known folder in your asp.net core project

Include .well-known folder in your asp.net core project

Include .well-known folder in your asp.net core project

.well-known/acme-challenge/***not found (http 404)

In case where you want to use Let’s Encrypt and you choose the manual way and passing the value http for the –preferred-challenges argument to generate a certificate. You should have not found (404) http response for a file inside this folder.

Read more

Update all dotnet tools on one command

Update all dotnet tools on one command

To be a developer is to be lazy. I often use the dotnet global tools set up in the dotnet cli.

Unfortunately, to date there is no : “dotnet tool update --all” command to be able to update all the packages at the same time. Here is the powershell command that I use to update all of them while lying in its seat:

Read more