我dotnet new blazorserver在多台电脑上使用 vs code 创建了多个新的 BlazorServer 项目,但总是收到此错误。
The type or namespace name 'Shared' does not exist in the namespace 'BlazorServerTutorial' (are you missing an assembly reference?) [BlazorServerTutorial]
Run Code Online (Sandbox Code Playgroud)
编译和运行没有任何问题,但不断显示错误是很烦人的。
还有其他人能够解决这个问题吗?