@using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.WebAssembly.Services @using Microsoft.Extensions.Logging @using System.Reflection @inject LazyAssemblyLoader AssemblyLoader @inject ILogger Logger Not found

Sorry, there's nothing at this address.

@code { private List additionalAssemblies; protected override async Task OnInitializedAsync() { await Task.CompletedTask; additionalAssemblies = new List { typeof(Common.Types.Bootstrapper).Assembly, typeof(UITest.Bootstrap).Assembly }; } }