vikramlearning / blazorbootstrap-starter-templates

Blazor Bootstrap - Starter Templates (.NET 6/7/8)
https://docs.blazorbootstrap.com
26 stars 18 forks source link

Unable to run Net8.BlazorAutoPerPage #14

Open mcbodge opened 4 months ago

mcbodge commented 4 months ago

I've seen that in the repository there's an example of Blazor auto per page/component. I've seen that I cannot run it anyway. It looks like the problem is from the Routes.razor file in the Client project, which refers Layout.MainLayout, which is in the server project.

Are there working examples of the per page/component interactive mode? Is there a reason why this example is not referenced in the documentation?

Kind regards :)