Why am I getting this warning?
Inside the program.cs code file of my Blazor web application (.net 8.0).The web app runs fine, but I want to get rid of this warning:
"The type or namespace name 'App' could not be found..."in the app.MapRazorComponents<App>() ... line
![enter image description here]()