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)
121var returnedBuilder = builderMock.Object.ConfigureAppConfiguration("testKey", "testValue"); 134_ = builderMock.Object.ConfigureAppConfiguration("testKey", "testValue"); 189_ = builderMock.Object.ConfigureAppConfiguration("testKey", "testValue"); 190_ = builderMock.Object.ConfigureAppConfiguration("anotherTestKey", "anotherTestValue");