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: MatthiWare/CommandLineParser.Core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MatthiWare/CommandLineParser.Core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3/option-grouping-45
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 30 files changed
  • 1 contributor

Commits on Nov 5, 2019

  1. Merge pull request #56 from MatthiWare/master

    Merge master into 0.3
    Matthiee authored Nov 5, 2019
    Configuration menu
    Copy the full SHA
    fec0e5d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Add DefaultResolver (#58)

    * Add default resolver that is capable of resolving types with string constructor. Fixes #57
    
    * Add TryParse method detection
    
    * Add Parse method finder as well.
    
    * Add last test for Parse method
    Matthiee authored Nov 10, 2019
    Configuration menu
    Copy the full SHA
    7414576 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Add Async API (#59)

    * Add async api
    
    * Add an async api for validations
    
    * Add first async api test
    
    * Add more async tests
    
    * Add more async test cases
    
    * Use Async version when parsing commands as well.
    
    * Add validation tests
    
    * Improve test coverage
    Matthiee authored Nov 23, 2019
    Configuration menu
    Copy the full SHA
    3fe4872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8cae91 View commit details
    Browse the repository at this point in the history
Loading