cannot route url - AdditionalAssemblies in app.razor - blazor web app #48875
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
blazor web App
in .net 8 review 5 i can't use AdditionalAssemblies in app.razor file.
specifically :
Router AppAssembly="@typeof(App).Assembly" PreferExactMatches="@true" AdditionalAssemblies=new[] {assembly}.
the router doesn't seem to find the site in RCL
The text was updated successfully, but these errors were encountered: