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 2637fda commit b179835Copy full SHA for b179835
src/Components/Endpoints/test/EndpointHtmlRendererTest.cs
@@ -664,6 +664,7 @@ public async Task DisposableComponents_GetDisposedAfterScopeCompletes()
664
collection.TryAddSingleton(HtmlEncoder.Default);
665
collection.TryAddSingleton<ILoggerFactory>(NullLoggerFactory.Instance);
666
collection.TryAddSingleton<ServerComponentSerializer>();
667
+ collection.TryAddScoped<WebAssemblySettingsEmitter>();
668
collection.TryAddSingleton(_dataprotectorProvider);
669
collection.TryAddSingleton<WebAssemblyComponentSerializer>();
670
0 commit comments