We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6840a1 commit c9a8edaCopy full SHA for c9a8eda
src/Components/Endpoints/test/EndpointHtmlRendererTest.cs
@@ -1829,6 +1829,7 @@ private static ServiceCollection CreateDefaultServiceCollection()
1829
services.AddSingleton<AntiforgeryStateProvider, EndpointAntiforgeryStateProvider>();
1830
services.AddSingleton<ICascadingValueSupplier>(_ => new SupplyParameterFromFormValueProvider(null, ""));
1831
services.AddScoped<ResourceCollectionProvider>();
1832
+ services.AddScoped<ResourcePreloadService>();
1833
services.AddSingleton(new WebAssemblySettingsEmitter(new TestEnvironment(Environments.Development)));
1834
return services;
1835
}
0 commit comments