You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is virtually impossible to use vscode for a Blazor project where components are declared in a library. The editor highlights components with error RZ10012.
Attached a simple project to reproduce this. When opening Counter.razor in vscode it highlights both components declared in the project itself and in the library as unknown. It also complains about the namespaces for these. On opening it cycles between showing it correctly and then settles in a condition where it shows it as errors with RZ10012. btest1.zip
The text was updated successfully, but these errors were encountered:
It is virtually impossible to use vscode for a Blazor project where components are declared in a library. The editor highlights components with error RZ10012.
Attached a simple project to reproduce this. When opening
Counter.razor
in vscode it highlights both components declared in the project itself and in the library as unknown. It also complains about the namespaces for these. On opening it cycles between showing it correctly and then settles in a condition where it shows it as errors with RZ10012.btest1.zip
The text was updated successfully, but these errors were encountered: