We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fecc12 commit 54d5af7Copy full SHA for 54d5af7
1 file changed
src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/EnvironmentVariablesTest.cs
@@ -414,8 +414,6 @@ public void ColonAndDotTransformationReplacesTripleUnderscoreWithDotAndDoubleUnd
414
[Fact]
415
public void ColonAndDotTransformationIsNotTheDefault()
416
{
417
- // Sanity check: the two built-in transformations produce different results for triple underscores.
418
- // If they ever agree, this test no longer demonstrates that the default isn't ColonAndDot.
419
var dict = new Hashtable()
420
421
{ "App___Config", "value" }
0 commit comments