I've created multiple new BlazorServer projects in vs code using dotnet new blazorserver on multiple pcs and I always get this error.
The type or namespace name 'Shared' does not exist in the namespace 'BlazorServerTutorial' (are you missing an assembly reference?) [BlazorServerTutorial]
Compiles and runs with no problems but its quite annoying to have a constant error showing.
Has anyone else been able to resolve this issue?