-
Notifications
You must be signed in to change notification settings - Fork 325
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
1187 add support for xplat vstest console in translationlayer #1893
Merged
mayankbansal018
merged 29 commits into
microsoft:master
from
rouke-broersma:1187_add_support_for_xpat_vstest_console_in_translationlayer
Feb 8, 2019
Merged
Changes from 6 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
4f522db
reverting back app domain culture setup
mayankbansal018 b245820
binding redirect for TW.Interfaces
mayankbansal018 55e4e2f
Merge remote-tracking branch 'upstream/master'
mayankbansal018 c4f2602
Run net451 test for Newtonsoft dependency
mayankbansal018 e35aa48
Merge remote-tracking branch 'upstream/master'
mayankbansal018 e4e0e7e
Merge remote-tracking branch 'upstream/master'
mayankbansal018 9bab4aa
Merge remote-tracking branch 'upstream/master'
mayankbansal018 f2aeb4a
Rename vstest.console.exe and xunit.console.exe to vstest.console
rouke-broersma e47c1e9
If vstest console path ends in .dll, start with dotnet
rouke-broersma 45fa51e
change another instance of vstest.console.exe comment to vstest.console
rouke-broersma c8aa97e
Check if vstest console is dll and run with dotnet if true
rouke-broersma e397310
Change order of process start to give vstest.console.dll some more ti…
rouke-broersma 696029e
Remove test logic that says vstest.console.dll is not supported by Vs…
rouke-broersma 18daa43
Use DotnetHostHelper.GetDotnetPath instead of hardcoded dotnet execut…
rouke-broersma 51668b8
Add missing process.Kill
rouke-broersma 3142c73
vstest.console.dll is picked from debug\netcoreapp folder.
mayankbansal018 f87ce4a
Merge pull request #1 from mayankbansal018/1187_add_support_for_xpat_…
mayankbansal018 2eeab35
Fix Tranlation layer tests
mayankbansal018 3a8cd68
Merge pull request #2 from mayankbansal018/1187_add_support_for_xpat_…
mayankbansal018 ff1b4bd
Merge branch 'master' into 1187_add_support_for_xpat_vstest_console_i…
mayankbansal018 be99176
Fix Azure pipeline
mayankbansal018 cda8bf9
Merge pull request #3 from mayankbansal018/1187_add_support_for_xpat_…
mayankbansal018 4f022d7
PR Comments
mayankbansal018 ccaeb07
Merge pull request #4 from mayankbansal018/1187_add_support_for_xpat_…
mayankbansal018 6f0e7d2
Fix
mayankbansal018 e68fa1d
Merge pull request #5 from mayankbansal018/1187_add_support_for_xpat_…
mayankbansal018 2f81919
Merge remote-tracking branch 'upstream/master'
mayankbansal018 d0a4701
Merge branch 'master' into 1187_add_support_for_xpat_vstest_console_i…
mayankbansal018 03c3a96
Merge pull request #6 from mayankbansal018/1187_add_support_for_xpat_…
mayankbansal018 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would have loved to see some unit tests for this class.