1 write to EnvironmentVariables
Microsoft.AspNetCore.Components.Testing (1)
E2EManifestJsonContext.E2EAppEntry.g.cs (1)
143Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).EnvironmentVariables = value!,
4 references to EnvironmentVariables
Microsoft.AspNetCore.Components.Testing (3)
E2EManifestJsonContext.E2EAppEntry.g.cs (2)
142Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).EnvironmentVariables, 177DictionaryStringStringSerializeHandler(writer, ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)value).EnvironmentVariables);
Infrastructure\ServerInstance.cs (1)
113foreach (var (key, value) in appEntry.EnvironmentVariables)
Microsoft.AspNetCore.Components.Testing.Tests (1)
E2EManifestTests.cs (1)
41Assert.Equal("Development", app.EnvironmentVariables["ASPNETCORE_ENVIRONMENT"]);