В файле core.csproj , я использую отложенную загрузку и ссылаюсь на проект следующим образом:
Код: Выделить всё
Код: Выделить всё
AssemblyLoader.LoadAssembliesAsync("path to dll");
Код: Выделить всё
blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Error: Tool.dll must be marked with 'BlazorWebAssemblyLazyLoad' item group in your project file to allow lazy-loading.
Error: Tool.dll must be marked with 'BlazorWebAssemblyLazyLoad' item group in your project file to allow lazy-loading.
Подробнее здесь: https://stackoverflow.com/questions/784 ... -reference
Мобильная версия