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
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'StatusListView' could not be found (are you missing a using directive or an assembly reference?) SMobile G:\SMobile\SMobile\SMobile\Shared\MainLayout.razor 554 Active
If I put a .razor control, then rename the project, and then set namespace appropriate to the folder location of the component - it starts appearing in the Error list.
the project still compile and runs, but it stays there like it is an actual issue.
for instance SMobile.Components.Desktop.Unified.StatusListView
Steps to Reproduce
Steps to reproduce the behavior:
Create a new Blazor server side project
Add a new folder called Components, create inaide a subfolder Desktop, and inside it subfolder Shared.
In the last folder create a new control .razor
Reference it on the main razor form.
Save the project.
Close and start again VS.
Open the project.
Error CS0246 appears for the control disregarding it is there and working.
Expected behavior
The control will appear as it is not part of the project, and/or lack reference in the Error list, but still the project will run and the control will works.
Screenshots
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#Versions
What happened
If I put a .razor control, then rename the project, and then set namespace appropriate to the folder location of the component - it starts appearing in the Error list.
the project still compile and runs, but it stays there like it is an actual issue.
for instance SMobile.Components.Desktop.Unified.StatusListView
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
The control will appear as it is not part of the project, and/or lack reference in the Error list, but still the project will run and the control will works.
Screenshots
The text was updated successfully, but these errors were encountered: