-
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
In-process vstest.console #3728
Conversation
src/Microsoft.TestPlatform.Client/TestSession/InProcessTestSessionEventsHandler.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.TestPlatform.Client/DesignMode/DesignModeClient.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.TestPlatform.Client/TestSession/InProcessTestSessionEventsHandler.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.TestPlatform.Client/DesignMode/DesignModeClient.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.TestPlatform.Execution.Shared/DebuggerBreakpoint.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.TestPlatform.TestHostProvider/Hosting/DefaultTestHostManager.cs
Show resolved
Hide resolved
test/vstest.console.UnitTests/InProcessVsTestConsoleWrapperTests.cs
Outdated
Show resolved
Hide resolved
test/vstest.console.UnitTests/InProcessVsTestConsoleWrapperTests.cs
Outdated
Show resolved
Hide resolved
{ | ||
// Close the sender as it failed to host server. | ||
_requestSender.Close(); | ||
throw new TransationLayerException("Error hosting communication channel."); |
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.
I guess we need a resx entry here.
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.
Fixed.
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.
Is it missing a push? I still see the string entry here.
Description
Make vstest.console usable from process.