1 write to Configuration
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
70Configuration = new WebAssemblyHostConfiguration();
7 references to Configuration
BasicTestApp (2)
Program.cs (2)
48builder.Logging.AddConfiguration(builder.Configuration.GetSection("Logging")); 51new PrependMessageLoggerProvider(builder.Configuration["Logging:PrependMessage:Message"], s.GetService<IJSRuntime>()));
Microsoft.AspNetCore.Components.WebAssembly (3)
Hosting\WebAssemblyHost.cs (1)
55_configuration = builder.Configuration;
Hosting\WebAssemblyHostBuilder.cs (2)
193Configuration.Add<JsonStreamConfigurationSource>(s => s.Stream = new MemoryStream(appSettingsJson)); 286Services.AddSingleton<IConfiguration>(Configuration);
Microsoft.AspNetCore.Components.WebAssembly.Tests (2)
Hosting\WebAssemblyHostBuilderTest.cs (2)
23builder.Configuration.AddInMemoryCollection(new[] 193builder.Configuration.AddInMemoryCollection(new[]