I had a problem where I received the error: Nuget error when trying to build my applications.
I found a solution here
The solution was to run dotnet restore
through the Package Manager Console. It helped, but ever since I have to do it for every single project I make. Before this error I have never had this problem
It are .net Core projects in visual studio community 2019
Is there something I can change so I don't have to run dotnet restore
before every build.
Edit: added what I was looking for