Razor Component Not Recognizing .razor.css File in Blazor Project
I'm facing an issue with my Blazor project (using .Net 8) where the .razor.css file is not being recognized by the corresponding Razor component. Issue: The styles defined in MyComponent.razor.css are not being applied to MyComponent.razor. I have tried the…