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

Add Response File Capabilities to XUnit Console Runner #1843

Merged
merged 3 commits into from
Jan 28, 2019

Commits on Jan 19, 2019

  1. Add initial version of RSPfile support for xunit console runner.

    * consume a path prefixed by the @ symbol
    * file should be a space/tab delimited list of command line arguments
    (may be on multiple lines)
    * does not check file extension but typically it is .rsp
    John Salem committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    f7ab4fd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Remove FileExists check

    John Salem committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    f758832 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Use new algorithm for response file parsing that accounts for escaped…

    … characters and spaces
    
    * Add attribution for response file reader code, and modified response file parser
    John Salem committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    521088f View commit details
    Browse the repository at this point in the history