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 fbd01d0 commit 54723f6Copy full SHA for 54723f6
src/Components/test/testassets/Components.TestServer/RazorComponentEndpointsStartup.cs
@@ -30,8 +30,9 @@ public void ConfigureServices(IServiceCollection services)
30
options.MaxFormMappingRecursionDepth = 5;
31
options.MaxFormMappingCollectionSize = 100;
32
})
33
+ .AddWebAssemblyComponents()
34
.AddServerComponents()
- .AddWebAssemblyComponents();
35
+ .AddHubOptions(ho => { });
36
services.AddHttpContextAccessor();
37
services.AddSingleton<AsyncOperationService>();
38
services.AddCascadingAuthenticationState();
0 commit comments