1 write to Configuration
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
83
Configuration
= new WebAssemblyHostConfiguration();
7 references to Configuration
Microsoft.AspNetCore.Components.WebAssembly (4)
Hosting\WebAssemblyHost.cs (1)
54
_configuration = builder.
Configuration
;
Hosting\WebAssemblyHostBuilder.cs (3)
65
builder.
Configuration
.AddEnvironmentVariables();
216
Configuration
.Add<JsonStreamConfigurationSource>(s => s.Stream = new MemoryStream(appSettingsJson));
320
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();