Skip to content
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

replace IConsole with two TextWriters in Configuration #2106

Merged
merged 10 commits into from
Mar 24, 2023

Commits on Mar 16, 2023

  1. ParseResult.UnmatchedTokens should return an array, not IReadOnlyList…

    …<string> as it allows for less
    adamsitnik committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4fdf9d5 View commit details
    Browse the repository at this point in the history
  2. introduce new HostingAction to avoid using middleware in Hosting

    it allows us for creating the host and everything else after parsing has finished
    UseCommandHandler must specify the handler for instance of a Command, not per type as there can be multiple commands of the same type
    adamsitnik committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4e89f0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d67421 View commit details
    Browse the repository at this point in the history
  4. remove Middleware

    adamsitnik committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    054106c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    d798e5f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    02fe77f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'helpCustomization' into removeIConsole

    # Conflicts:
    #	src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt
    #	src/System.CommandLine.Tests/Invocation/InvocationPipelineTests.cs
    #	src/System.CommandLine/Builder/CommandLineBuilder.cs
    #	src/System.CommandLine/Builder/CommandLineBuilderExtensions.cs
    #	src/System.CommandLine/CommandLineConfiguration.cs
    adamsitnik committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    31ae018 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    7b206d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Merge remote-tracking branch 'upstream/main' into removeIConsole

    # Conflicts:
    #	src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt
    #	src/System.CommandLine.Generator.Tests/GeneratedCommandHandlerTests.cs
    #	src/System.CommandLine.Hosting/HostingAction.cs
    #	src/System.CommandLine.NamingConventionBinder/ServiceProvider.cs
    #	src/System.CommandLine.Tests/CommandExtensionsTests.cs
    #	src/System.CommandLine.Tests/Help/HelpBuilderTests.Customization.cs
    #	src/System.CommandLine.Tests/Invocation/InvocationPipelineTests.cs
    #	src/System.CommandLine.Tests/UseExceptionHandlerTests.cs
    #	src/System.CommandLine.Tests/UseHelpTests.cs
    #	src/System.CommandLine/Help/HelpOption.cs
    #	src/System.CommandLine/Help/HelpOptionAction.cs
    #	src/System.CommandLine/Invocation/InvocationContext.cs
    adamsitnik committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f440a85 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. rename Out to Output

    adamsitnik committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    d837b41 View commit details
    Browse the repository at this point in the history