-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Directive Symbol type #2063
Commits on Feb 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d76a52 - Browse repository at this point
Copy the full SHA 0d76a52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce5271 - Browse repository at this point
Copy the full SHA 8ce5271View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a24a45 - Browse repository at this point
Copy the full SHA 3a24a45View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac851d3 - Browse repository at this point
Copy the full SHA ac851d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d39fe8f - Browse repository at this point
Copy the full SHA d39fe8fView commit details
Commits on Feb 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 47f9a89 - Browse repository at this point
Copy the full SHA 47f9a89View commit details -
remove OnParsed: call the parsed command handler from directive handl…
…er (a dirty solution)
Configuration menu - View commit details
-
Copy full SHA for 7127bc2 - Browse repository at this point
Copy the full SHA 7127bc2View commit details -
Merge remote-tracking branch 'upstream/main' into directives
# Conflicts: # src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt # src/System.CommandLine.Benchmarks/CommandLine/Perf_Parser_ParseResult.cs # src/System.CommandLine.Tests/DirectiveTests.cs # src/System.CommandLine/Builder/CommandLineBuilder.cs # src/System.CommandLine/Builder/CommandLineBuilderExtensions.cs # src/System.CommandLine/CommandLineConfiguration.cs # src/System.CommandLine/Invocation/ParseDirectiveResult.cs # src/System.CommandLine/Invocation/SuggestDirectiveResult.cs # src/System.CommandLine/ParseResult.cs # src/System.CommandLine/Parsing/ParseOperation.cs
Configuration menu - View commit details
-
Copy full SHA for da63f85 - Browse repository at this point
Copy the full SHA da63f85View commit details -
exclude private protected properties, as Relative_order_of_arguments_…
…and_options_within_a_command_does_not_matter was calling Directive.GetDefaultName and throwing
Configuration menu - View commit details
-
Copy full SHA for 96876bc - Browse repository at this point
Copy the full SHA 96876bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f200208 - Browse repository at this point
Copy the full SHA f200208View commit details -
the reference to "this" can't be used when calling base class ctor
introduce public APIs for setting the handler to make it possible to use reference to "this" in Directive handlers
Configuration menu - View commit details
-
Copy full SHA for 484bc57 - Browse repository at this point
Copy the full SHA 484bc57View commit details
Commits on Feb 23, 2023
-
provide more flexible mechanism for directive handlers: possibility t…
…o pass next handler and invoke it or not
Configuration menu - View commit details
-
Copy full SHA for fc987d4 - Browse repository at this point
Copy the full SHA fc987d4View commit details
Commits on Feb 24, 2023
-
Revert "provide more flexible mechanism for directive handlers: possi…
…bility to pass next handler and invoke it or not" This reverts commit fc987d4.
Configuration menu - View commit details
-
Copy full SHA for ea619bf - Browse repository at this point
Copy the full SHA ea619bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f37d8df - Browse repository at this point
Copy the full SHA f37d8dfView commit details
Commits on Mar 7, 2023
-
Merge remote-tracking branch 'upstream/main' into directives
# Conflicts: # src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt # src/System.CommandLine.Tests/DirectiveTests.cs # src/System.CommandLine/Parsing/StringExtensions.cs # src/System.CommandLine/Parsing/SymbolResultExtensions.cs
Configuration menu - View commit details
-
Copy full SHA for 8f16b15 - Browse repository at this point
Copy the full SHA 8f16b15View commit details