You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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