From ab35a84483fec153557f4dd8edfaef15e4a02409 Mon Sep 17 00:00:00 2001 From: Grzegorz Suwaj Date: Fri, 1 Mar 2024 16:22:30 +0100 Subject: [PATCH 1/7] Update ConfigurationRoot.xml --- xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml index 6c9553faf32..6831fcd0f5a 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml @@ -93,6 +93,8 @@ The s for this configuration. Initializes a Configuration root with a list of providers. To be added. + + is . @@ -234,7 +236,7 @@ The key of the configuration section. Gets a configuration sub-section with the specified key. The . - This method will never return . If no matching sub-section is found with the specified key, + This method will never return . If no matching sub-section is found with the specified key, an empty will be returned. From 053e95a73fb32c3bcc949dcb7fc588baf3a29a7f Mon Sep 17 00:00:00 2001 From: moojek Date: Thu, 7 Mar 2024 00:55:40 +0100 Subject: [PATCH 2/7] Partially revert "Update ConfigurationRoot.xml" This reverts accidental changes from commit ab35a84483fec153557f4dd8edfaef15e4a02409. --- xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml index 6831fcd0f5a..f5ba719892c 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml @@ -93,8 +93,6 @@ The s for this configuration. Initializes a Configuration root with a list of providers. To be added. - - is . From c00f45800a4fd16c0627cf2bc16d484e0d8de8e5 Mon Sep 17 00:00:00 2001 From: Grzegorz Suwaj Date: Thu, 7 Mar 2024 11:53:59 +0100 Subject: [PATCH 3/7] Revert "Partially revert "Update ConfigurationRoot.xml"" This reverts commit 053e95a73fb32c3bcc949dcb7fc588baf3a29a7f. --- xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml index f5ba719892c..6831fcd0f5a 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml @@ -93,6 +93,8 @@ The s for this configuration. Initializes a Configuration root with a list of providers. To be added. + + is . From 2ce22318cd185a09cc707bed6a30c2b3168cce32 Mon Sep 17 00:00:00 2001 From: Grzegorz Suwaj Date: Thu, 7 Mar 2024 12:00:10 +0100 Subject: [PATCH 4/7] Revert "Update ConfigurationRoot.xml" This reverts commit ab35a84483fec153557f4dd8edfaef15e4a02409. --- xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml index 6831fcd0f5a..6c9553faf32 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml @@ -93,8 +93,6 @@ The s for this configuration. Initializes a Configuration root with a list of providers. To be added. - - is . @@ -236,7 +234,7 @@ The key of the configuration section. Gets a configuration sub-section with the specified key. The . - This method will never return . If no matching sub-section is found with the specified key, + This method will never return . If no matching sub-section is found with the specified key, an empty will be returned. From 7f94e3fe3d783d9f30c49935c67dbbb89d782e80 Mon Sep 17 00:00:00 2001 From: Grzegorz Suwaj Date: Thu, 7 Mar 2024 12:03:54 +0100 Subject: [PATCH 5/7] Update ConfigurationRoot.xml (correctly now?) --- xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml index 6c9553faf32..6831fcd0f5a 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml @@ -93,6 +93,8 @@ The s for this configuration. Initializes a Configuration root with a list of providers. To be added. + + is . @@ -234,7 +236,7 @@ The key of the configuration section. Gets a configuration sub-section with the specified key. The . - This method will never return . If no matching sub-section is found with the specified key, + This method will never return . If no matching sub-section is found with the specified key, an empty will be returned. From a581ce044457d8d1dc50e4b786cced9eb5ec4c93 Mon Sep 17 00:00:00 2001 From: Grzegorz Suwaj Date: Thu, 7 Mar 2024 12:16:56 +0100 Subject: [PATCH 6/7] Revert "Update ConfigurationRoot.xml (correctly now?)" This reverts commit 7f94e3fe3d783d9f30c49935c67dbbb89d782e80. --- xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml index 6831fcd0f5a..6c9553faf32 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml @@ -93,8 +93,6 @@ The s for this configuration. Initializes a Configuration root with a list of providers. To be added. - - is . @@ -236,7 +234,7 @@ The key of the configuration section. Gets a configuration sub-section with the specified key. The . - This method will never return . If no matching sub-section is found with the specified key, + This method will never return . If no matching sub-section is found with the specified key, an empty will be returned. From a8063dba76337f59d77b82413a19286576a25baf Mon Sep 17 00:00:00 2001 From: Grzegorz Suwaj Date: Thu, 7 Mar 2024 12:18:22 +0100 Subject: [PATCH 7/7] Update ConfigurationRoot.xml --- xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml index 6c9553faf32..dc5e43d8842 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml @@ -93,6 +93,8 @@ The s for this configuration. Initializes a Configuration root with a list of providers. To be added. + + is .