-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Workaround for test SDK issue Microsoft/vstest#373 #23253
Conversation
@jcouv FYI |
Could you file a follow-up issue so that we don't forget to switch to non-private bits when available? Also, are you sure this is for master branch? I'm nervous about the dependency on unreleased/future bits, as it may impact build-from-source. |
@jcouv Meant to be post-dev15.5 |
Moving back to master per @jasonmalinowski's email |
@@ -47,7 +47,8 @@ | |||
<MicrosoftInternalVisualStudioShellInterop140DesignTimeVersion>14.3.25407-alpha</MicrosoftInternalVisualStudioShellInterop140DesignTimeVersion> | |||
<MicrosoftMetadataVisualizerVersion>1.0.0-beta1-61531-03</MicrosoftMetadataVisualizerVersion> | |||
<MicrosoftMSXMLVersion>8.0.0.0-alpha</MicrosoftMSXMLVersion> | |||
<MicrosoftNETTestSdkVersion>15.3.0</MicrosoftNETTestSdkVersion> | |||
<!-- Using a private build of Microsoft.Net.Test.SDK to work around issue https://github.com/Microsoft/vstest/issues/373 --> |
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.
Can you point to branch or something that you used to produce the private build? Otherwise this might give the source build effort a problem. 😄
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.
It's from PR: microsoft/vstest#1301, it hasn't been merged yet.
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.
This is meant to be temporary workaround to make testing experience better immediately, rather than wait for a new test SDK build to show up (I'll indeed push on making that happen asap).
test windows_debug_vs-integration_prtest please |
Taking @jaredpar to confirm OK with build from source. |
@tmat What version should I expect this fix to appear in? I still see the problem in 15.6 preview 1.
|
I'm still seeing this problem in |
Fixes lack of source information in Xunit stack traces.
Use a private build of test SDK that provides a fix.