1 write to Configuration
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
70
Configuration
= new WebAssemblyHostConfiguration();
7 references to Configuration
BasicTestApp (2)
Program.cs (2)
48
builder.Logging.AddConfiguration(builder.
Configuration
.GetSection("Logging"));
51
new 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)
193
Configuration
.Add<JsonStreamConfigurationSource>(s => s.Stream = new MemoryStream(appSettingsJson));
286
Services.AddSingleton<IConfiguration>(
Configuration
);
Microsoft.AspNetCore.Components.WebAssembly.Tests (2)
Hosting\WebAssemblyHostBuilderTest.cs (2)
23
builder.
Configuration
.AddInMemoryCollection(new[]
193
builder.
Configuration
.AddInMemoryCollection(new[]