1 write to Configuration
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
77
Configuration
= new WebAssemblyHostConfiguration();
7 references to Configuration
Microsoft.AspNetCore.Components.WebAssembly (4)
Hosting\WebAssemblyHost.cs (1)
54
_configuration = builder.
Configuration
;
Hosting\WebAssemblyHostBuilder.cs (3)
59
builder.
Configuration
.AddEnvironmentVariables();
210
Configuration
.Add<JsonStreamConfigurationSource>(s => s.Stream = new MemoryStream(appSettingsJson));
314
Services.AddSingleton<IConfiguration>(
Configuration
);
Microsoft.AspNetCore.Components.WebAssembly.Tests (3)
Hosting\WebAssemblyHostBuilderTest.cs (3)
24
builder.
Configuration
.AddInMemoryCollection(new[]
191
builder.
Configuration
.AddInMemoryCollection(new[]
330
builder.
Configuration
.AddEnvironmentVariables();