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: 58b77e4
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: 5618b2d
Choose a head ref
  • 2 commits
  • 112 files changed
  • 1 contributor

Commits on Jul 1, 2022

  1. System.CommandLine is split into too many namespaces (#1788)

    * Move System.CommandLine.Builder to System.CommandLine
    
    * Move System.CommandLine.Parsing.ParseResult to System.CommandLine
    
    * Move System.CommandLine.Invocation.ICommandHandler to System.CommandLine
    
    * Remove System.CommandLine.Builder Namespace
    
    * Remove unnecessary whitespace
    
    * Remove unnecessary whitespace
    BenjaminMichaelis authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    a1958c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Clean up files a bit (#1790)

    * Remove unnecessary using statements
    
    * Simplify to new(...)
    
    * Minor Fixes
    BenjaminMichaelis authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    5618b2d View commit details
    Browse the repository at this point in the history
Loading