Save your day

This command will save your life

dotnet tool install -g –ignore-failed-sources [package]

Keep your local clean

If you have not clean your local repo for a while and you work on a project with many branches created. It’s time to clean this up. I mean NOW…but Do you delete branches 1 by 1. It will work but will take forever if you have more than a few branches…

Here a quick solution for window:

Certificate

Got error that your certificate not found while running dotnet app? Try to run this command and you will will a lottery…lol

dotnet dev-certs https --trust