blazor-breadcrumb-navigation
blazor-breadcrumb-navigation copied to clipboard
Breadcrumbs not rendering in Blazor .NET 8
Followed the instructions in the README as usual. But in the new Blazor web apps in .NET 8 the breadcrumbs dont render.
- When using a new Blazor web apps template in .NET 8 it just doesnt render.
~~- In a different project Im currently working on (also in Blazor .NET 8) the IBreadcrumbService is null when calling in OnAfterRender().~~
-edit- Seems the 2e issue was a non-package issue but my own projects error. But Im afraid it still doesnt render.
I have not tested this with the new .NET 8, so I can't give you a solution right now.
I need to look into that myself. Sadly, I don't have a lot of time right now. With all the changes in .NET 8, especially with SSR, I can imagine that some stuff will break.
I hope I get some hours this weekend, but I can't promise anything.
No problem at all and even expected. Blazor .NET 8 is really new.
This issue is just to put attention to it, and keep all related issues contained.