How to Fix Your NuGet Config File

If you cannot restore your NuGet files because of a missing entry for NuGet.org or any other problem, open the root folder of your project and run this command:

This will create a new nuget.config file with this content:

From here on, you can add your additional feeds and Visual Studio should recover …

Read more

How to Update a Snap on Ubuntu

My Ubuntu machine nagged me with notifications like this one: Pending update of chromium snap: Close the app to avoid disruption (5 days left) That went on for days and I did multiple restarts of my machine where Ubuntu could have updated Chromium. Since I did not want to get a restart in the middle …

Read more