12 references to BuildConfigRoot
Microsoft.Extensions.Configuration.KeyPerFile.Tests (12)
ConfigurationProviderTestBase.cs (12)
17
var configRoot =
BuildConfigRoot
(LoadThroughProvider(TestSection.TestConfig));
25
var configRoot =
BuildConfigRoot
(LoadThroughProvider(TestSection.TestConfig));
49
AssertConfig(
BuildConfigRoot
(LoadThroughProvider(TestSection.NullsTestConfig)), expectNulls: true, nullValue: "");
56
BuildConfigRoot
(
61
BuildConfigRoot
(
70
BuildConfigRoot
(
75
BuildConfigRoot
(
84
BuildConfigRoot
(
93
BuildConfigRoot
(
102
() =>
BuildConfigRoot
(LoadThroughProvider(TestSection.DuplicatesTestConfig)));
109
() =>
BuildConfigRoot
(LoadThroughProvider(TestSection.DuplicatesDifferentCaseTestConfig)));
131
var configuration =
BuildConfigRoot
(LoadThroughProvider(TestSection.TestConfig));