We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3690ac5 commit b7429cfCopy full SHA for b7429cf
src/System.CommandLine/Invocation/MiddlewareOrder.cs
@@ -15,6 +15,7 @@ internal enum MiddlewareOrderInternal
15
{
16
Startup = -4000,
17
ExceptionHandler = -3000,
18
+ EnvironmentVariableDirective = -2700,
19
CultureDirective = -2600,
20
ConfigureConsole = -2500,
21
RegisterWithDotnetSuggest = -2400,
0 commit comments