Problem is caused by the local NuGet packages cache, not sure why.
But cleaning it solved the issue.
dotnet nuget locals all --clear
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This issue has happened several times, I'm working on a Blazor project and suddenly it can't compile because the Client.dll file can't be found.
Usually the specified route contains this
But in my project this folder is empty, the DLL file is gone and all I did was adding a .razor file. I'm using Mudblazor, but i doubt it has anything to do.
Any hint on why is this happening? Or if there is any way of recovering my files?
Problem is caused by the local NuGet packages cache, not sure why.
But cleaning it solved the issue.
dotnet nuget locals all --clear