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

Adding fork of xunit.console #1627

Merged
merged 16 commits into from
Jan 18, 2019
Merged

Commits on Jan 18, 2019

  1. Initial addition of code.

    John Salem authored and ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    d9dac6a View commit details
    Browse the repository at this point in the history
  2. xunit xonsole runner build is working:

    * Had to comment out xunit assembly names since it looks like Arcade adds its own
    * Replaced project references with the appropriate package references
    John Salem authored and ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    9246f0e View commit details
    Browse the repository at this point in the history
  3. Adding xunit runner to Arcade.sln

    John Salem authored and ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    a8c6f68 View commit details
    Browse the repository at this point in the history
  4. Removing commented out lines from csproj

    John Salem authored and ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    0791443 View commit details
    Browse the repository at this point in the history
  5. Added xunit license to THIRD-PARTY-NOTICES and accomodated Apache lic…

    …ense:
    
    * Modified name of assembly to xunit.console.netcore to differentiate from xunit.console NuGet pacakge
    * moved source into Microsoft.DotNet.XUnitConsoleRunner
    * Added attributions to README for project dir
    John Salem authored and ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    458f50a View commit details
    Browse the repository at this point in the history
  6. Fixed up Arcade.sln

    John Salem authored and ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    32eb8f9 View commit details
    Browse the repository at this point in the history
  7. Propagating name change for project

    John Salem authored and ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    e8b05ac View commit details
    Browse the repository at this point in the history
  8. Removing unnecessary comments

    John Salem authored and ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    ea7fa07 View commit details
    Browse the repository at this point in the history
  9. Changed assmebly name back to xunit.console

    John Salem authored and ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    2e746f8 View commit details
    Browse the repository at this point in the history
  10. Remove NETFRAMEWORK ifdefs

    John Salem authored and ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    9aa6e87 View commit details
    Browse the repository at this point in the history
  11. Remove NETCOREAPP1_0 target

    John Salem authored and ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    5f28510 View commit details
    Browse the repository at this point in the history
  12. Change package name to Microsoft.DotNet.XUnitConsoleRunner

    John Salem authored and ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    c9afecb View commit details
    Browse the repository at this point in the history
  13. Remove unused code

    ViktorHofer committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    101cde2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f4f4a43 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0ed4756 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8099366 View commit details
    Browse the repository at this point in the history