Blazor WASM in NET 8component not being recognized
I created components that are all recognized in VS2022, simply create a Razor Component, inherit ComponentBase and add the code for the component. Works fine and can use them anywhere, but now, all the sudden, i can't use any new components i create, even if i make them the exact same way i did for the ones that work, does anyone have any idea why this might be happening?
0 Replies