我正在构建一个 blazor webassembly 站点,我想使用 bunit 进行测试。
我在使用本地化的组件时遇到问题,我收到以下错误:
System.InvalidOperationException 无法为类型“Path.To.Component”的属性“L”提供值。没有“Microsoft.Extensions.Localization.IStringLocalizer`1[Path.To.Component]”类型的注册服务。在 Microsoft.AspNetCore.Components.ComponentFactory.<>c__DisplayClass7_0.g__Initialize|1(IServiceProvider serviceProvider, IComponent 组件)
我已经尝试在测试项目上安装本地化,但这不起作用。