5 references to ConfigureAppConfiguration
Microsoft.Extensions.Hosting.Testing (1)
FakeHostingExtensions.cs (1)
159
_ = builder.
ConfigureAppConfiguration
(key, value);
Microsoft.Extensions.Hosting.Testing.Tests (4)
HostingFakesExtensionsTests.cs (4)
121
var returnedBuilder = builderMock.Object.
ConfigureAppConfiguration
("testKey", "testValue");
134
_ = builderMock.Object.
ConfigureAppConfiguration
("testKey", "testValue");
189
_ = builderMock.Object.
ConfigureAppConfiguration
("testKey", "testValue");
190
_ = builderMock.Object.
ConfigureAppConfiguration
("anotherTestKey", "anotherTestValue");