5 references to ConfigureHostConfiguration
Microsoft.Extensions.AmbientMetadata.Application.Tests (1)
AcceptanceTests.cs (1)
50
.
ConfigureHostConfiguration
("applicationname", _metadata.ApplicationName)
Microsoft.Extensions.Hosting.Testing (1)
FakeHostingExtensions.cs (1)
128
_ = builder.
ConfigureHostConfiguration
(key, value);
Microsoft.Extensions.Hosting.Testing.Tests (3)
HostingFakesExtensionsTests.cs (3)
220
_ = builderMock.Object.
ConfigureHostConfiguration
("testKey", "testValue");
275
_ = builderMock.Object.
ConfigureHostConfiguration
("testKey", "testValue");
276
_ = builderMock.Object.
ConfigureHostConfiguration
("anotherTestKey", "anotherTestValue");