@@ -29,8 +29,8 @@ private static TemporaryDirectory MakeTemporaryDirectory()
2929 }
3030
3131 /// <summary>
32- /// Verify that the Registry proxy correctly handles the case where the port is not specified.
33- /// In this case, the Registry proxy should not be created.
32+ /// Verify that the registry proxy correctly handles the case where the port is not specified.
33+ /// In this case, the registry proxy should not be created.
3434 /// </summary>
3535 [ Fact ]
3636 public void TestRegistryProxyNoPort ( )
@@ -51,8 +51,8 @@ public void TestRegistryProxyNoPort()
5151 }
5252
5353 /// <summary>
54- /// Verify that the Registry proxy correctly handles the case where the host is not specified.
55- /// In this case, the Registry proxy should not be created.
54+ /// Verify that the registry proxy correctly handles the case where the host is not specified.
55+ /// In this case, the registry proxy should not be created.
5656 /// </summary>
5757 [ Fact ]
5858 public void TestRegistryProxyNoHost ( )
@@ -105,7 +105,7 @@ public void TestRegistryProxyNoHost()
105105 """ ;
106106
107107 /// <summary>
108- /// Verify that the Registry proxy correctly handles the case
108+ /// Verify that the registry proxy correctly handles the case
109109 /// where the port, host, and certificate are specified.
110110 /// </summary>
111111 [ Fact ]
@@ -131,9 +131,9 @@ public void TestRegistryProxyCertificate()
131131 }
132132
133133 /// <summary>
134- /// Verify that the Registry proxy correctly handles the case where the RegistryURLs environment variable
134+ /// Verify that the registry proxy correctly handles the case where the RegistryURLs environment variable
135135 /// is not a valid JSON list.
136- /// In this case, the Registry proxy should be created, but the list of private registries should be empty.
136+ /// In this case, the registry proxy should be created, but the list of private registries should be empty.
137137 /// </summary>
138138 [ Fact ]
139139 public void TestRegistryProxyUrlsParseError ( )
@@ -157,9 +157,9 @@ public void TestRegistryProxyUrlsParseError()
157157 }
158158
159159 /// <summary>
160- /// Verify that the Registry proxy correctly handles the case where the RegistryURLs environment variable
160+ /// Verify that the registry proxy correctly handles the case where the RegistryURLs environment variable
161161 /// is a valid JSON list with a single entry.
162- /// In this case, the Registry proxy should be created, and the list of private registries should contain the single entry.
162+ /// In this case, the registry proxy should be created, and the list of private registries should contain the single entry.
163163 /// </summary>
164164 [ Fact ]
165165 public void TestRegistryProxyUrlsSingle ( )
@@ -185,10 +185,10 @@ public void TestRegistryProxyUrlsSingle()
185185 }
186186
187187 /// <summary>
188- /// Verify that the Registry proxy correctly handles the case where the RegistryURLs environment variable
188+ /// Verify that the registry proxy correctly handles the case where the RegistryURLs environment variable
189189 /// is a valid JSON list with multiple entries, but only one of them is of type "nuget_feed", which is
190190 /// relevant for C#.
191- /// In this case, the Registry proxy should be created, and the list of private registries should
191+ /// In this case, the registry proxy should be created, and the list of private registries should
192192 /// contain only the entry of type "nuget_feed".
193193 /// </summary>
194194 [ Fact ]
@@ -215,9 +215,9 @@ public void TestRegistryProxyUrls3()
215215 }
216216
217217 /// <summary>
218- /// Verify that the Registry proxy correctly handles the case where the RegistryURLs environment variable
218+ /// Verify that the registry proxy correctly handles the case where the RegistryURLs environment variable
219219 /// is a valid JSON list with multiple entries and one of them is configured to replace the base feeds.
220- /// In this case, the Registry proxy should be created, and the list of private registries should contain all
220+ /// In this case, the registry proxy should be created, and the list of private registries should contain all
221221 /// entries, while the list of base registries should contain only the entry that replaces the base feeds.
222222 /// </summary>
223223 [ Fact ]
0 commit comments