Uh oh!
There was an error while loading. Please reload this page.
Undo breaking change in 6.0 in environment variable configuration prefix support - #62819
Conversation
With environment variable configuration provider, undo support for normalizing prefix using double underscore
ghost
commented
Dec 14, 2021
Tagging subscribers to this area: @dotnet/area-extensions-configuration Issue DetailsWhen using environment variable configuration, brings back support for prefix being normalized like it was in dotnet 5.0. The environment variable prefix should contain : if on Windows, and __ if on Linux. But the prefix is expected to use ":" to work (refer to updated tests). Fixing regression from last release. Revert changes made in https://github.com/dotnet/runtime/pull/42932/files while updating tests to reduce ambiguity. Fixes #61577
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…riables/tests/EnvironmentVariablesTest.cs
…riables/tests/EnvironmentVariablesTest.cs
maryamariyan
commented
Dec 16, 2021
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1588873597 |
When using environment variable configuration, brings back support for prefix being normalized like it was in dotnet 5.0.
The prefix is expected to use ":" to work (refer to updated tests).
Fixing regression from last release. Revert changes made in https://github.com/dotnet/runtime/pull/42932/files while updating tests to reduce ambiguity.
Fixes#61577