Skip to content

Commit b7429cf

Browse files
committed
Culture-directive parsing should be applied after environment variable-directive (from #965)
1 parent 3690ac5 commit b7429cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.CommandLine/Invocation/MiddlewareOrder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ internal enum MiddlewareOrderInternal
1515
{
1616
Startup = -4000,
1717
ExceptionHandler = -3000,
18+
EnvironmentVariableDirective = -2700,
1819
CultureDirective = -2600,
1920
ConfigureConsole = -2500,
2021
RegisterWithDotnetSuggest = -2400,

0 commit comments

Comments
 (0)