There are two Razor files in the Blazor Security and Identity node that have placeholders for the app namespace. Because the files are legit Razor files (.razor), the VSC diagnostics is getting tripped up by the non-standard Razor in the files (I think!). I'll modify the approach taken with these two files in an attempt to clear the VSC error.
There are two Razor files in the Blazor Security and Identity node that have placeholders for the app namespace. Because the files are legit Razor files (
.razor), the VSC diagnostics is getting tripped up by the non-standard Razor in the files (I think!). I'll modify the approach taken with these two files in an attempt to clear the VSC error.