Hi all,
So I was training with Blazor CRUD and so, going quite well, and I created a new MudBlazor project to practice with the best (as suggested cjard), and move all the stuff to it. To be brief, it does recognize everything, the Interfaces namespace (directory), the Services namespace (directory), but it (incredibly) doesn't recognize the Models namespace, though it is there. You can see the images with the Models namespace declaration and the object type underlined as an error. I'm amazed. I tried creating the (objects) Models again, but it doesn't want to verify that the Models directory and namespce is there. Actually I don't know if this concerns to Blazor or not. Maybe it could be a VS bug.
I would appreciate any help. Thank you.
Pablo
So I was training with Blazor CRUD and so, going quite well, and I created a new MudBlazor project to practice with the best (as suggested cjard), and move all the stuff to it. To be brief, it does recognize everything, the Interfaces namespace (directory), the Services namespace (directory), but it (incredibly) doesn't recognize the Models namespace, though it is there. You can see the images with the Models namespace declaration and the object type underlined as an error. I'm amazed. I tried creating the (objects) Models again, but it doesn't want to verify that the Models directory and namespce is there. Actually I don't know if this concerns to Blazor or not. Maybe it could be a VS bug.
I would appreciate any help. Thank you.
Pablo