I'm getting only this error on build:
Blazor Metadata file '..Proj\obj\Debug\net6.0\ref\Proj.dll' could not be found
The solution was building yesterday last time I closed it, I can discard all my changes in git and I'm still getting this error.
Last change I made was adding <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
in my project file (following this: https://stackoverflow.com/a/71179023/11783857 ), but now even after removing this I'm still getting the same error.
There aren't any other errors showing, only the metadata file could not be found.