locked files of .net core project in Visual Studio

Viewed 46

I am trying to update a service reference in the project, but it broke somehow and gave me the following error:

enter image description here

The list in solution explorer shows all the files locked. The only solution I have found so far is to move the project folder to another folder. But every time I m updating the service reference the files are being locked again. I m using Microsoft Visual Studio Community 2019 Version 16.11.18. Thanks for any help.

1 Answers
Related