Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/command-line-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4b60585
Choose a base ref
...
head repository: dotnet/command-line-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c776cd4
Choose a head ref
  • 11 commits
  • 50 files changed
  • 9 contributors

Commits on Aug 30, 2022

  1. Update projects to net7.0 TargetFramework with shared property (#1803)

    * Update projects to net7.0 TFM with shared property
    
    * Only enable trimming for .NET Core
    
    * Update ApiCompatibilityApprovalTests baseline (ordering change)
    
    Co-authored-by: MichaelSimons <[email protected]>
    lbussell and MichaelSimons authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    e5861a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    63106f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1831 from dotnet/main-publicPoolNames

    Update public pool names
    brettfo authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    a5ed1e0 View commit details
    Browse the repository at this point in the history
  3. update build urls (#1833)

    brettfo authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b8cce48 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

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

Commits on Sep 6, 2022

  1. Adding proposed fix for FromAmong

    The behavior of the method now matches its description.
    Keboo authored and jonsequitur committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    eda3d19 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

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

Commits on Sep 18, 2022

  1. Localizing required option not provided message

    There is a slight behavior change for options that have multiple aliases as it will select the longest alias. This is to make it more consistent with how the Name property on the option works.
    Keboo authored and jonsequitur committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    c0efeb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    759e1bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf7a861 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Fix IsOptional method for arguments (#1862)

    * Fix IsOptional method for arguments
    
    * Add test
    
    * Add shared arg test
    
    * Revert "Add test"
    
    This reverts commit 5959570.
    
    * Update src/System.CommandLine.Tests/Help/HelpBuilderTests.cs
    
    Co-authored-by: Jon Sequeira <[email protected]>
    iBicha and jonsequitur authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c776cd4 View commit details
    Browse the repository at this point in the history
Loading