8000 Tags · CristianT/vstest · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: CristianT/vstest

Tags

v15.3.0-preview-20170618-03

Toggle v15.3.0-preview-20170618-03's commit message
Dont send any adapter other than from source directory for netcoreapp (

…microsoft#875)

* Revert "Clear extensions cache after discover/execution complete. (microsoft#853)"

This reverts commit 0eef86b.

* Don’t send any adapter other than source directory for netcoreapp

* Address PR comment

* Add comment

v15.3.0-preview-20170601-03

Toggle v15.3.0-preview-20170601-03's commit message
In case of parallel if test host is aborted, add a new one in place o…

…f that (microsoft#837)

* Issue: When testhost is crashing before setting up channel with vstest.console, vstest.console should log error message in TestWindow.

Fix: Send error message to Test hub of output window.

Testing: Added UT and done manual testing

* Log message in test window from StartTestRun

* Get exception message from testhost

* Issue: In case of parallel if test host is aborted, add a new one in place of that

* Fix test issue

v15.3.0-preview-20170517-02

Toggle v15.3.0-preview-20170517-02's commit message
Fakestpv2 (microsoft#817)

* Fakes support in TestPlatform

* PR Comments

* Fakes depndendencies

v15.3.0-preview-20170427-09

Toggle v15.3.0-preview-20170427-09's commit message
In parallel create new testhost if datacollection is enabled. (micros…

…oft#769)

* In parallel create new testhost if datacollection is enabled.

* test + comment

v15.3.0-preview-20170425-07

Toggle v15.3.0-preview-20170425-07's commit message
Signing for missed dlls (microsoft#754)

Adding the assemblies that are not getting signed.

v15.0.0-preview-20170425-07

Toggle v15.0.0-preview-20170425-07's commit message
Signing for missed dlls (microsoft#754)

Adding the assemblies that are not getting signed.

v15.0.0

Toggle v15.0.0's commit message
For empty --version-suffix build.cmd should work (microsoft#538)

v15.0.0-preview-20170222-09

Toggle v15.0.0-preview-20170222-09's commit message
For full CLR TargetFrameworks make DebugType is 'Full' (microsoft#528) (

microsoft#531)

* For full CLR TargetFrameworks make DebugType is 'Full'

* Use TargetFrameworkIdentifier instead TargetFramework.

v15.0.0-preview-20170217-05

Toggle v15.0.0-preview-20170217-05's commit message
Console verbosity (microsoft#501)

* Code changes for adding verbosity parameter for console logger.
* Making Verbosity minimal by default and Adding the tests.
* Removed the code that appends extra new line.
* Removed the extra tags [Information/Warning/Error] in the Output.
* Test fixes for vstest.console.UnitTests

v15.0.0-preview-20170210-02

Toggle v15.0.0-preview-20170210-02's commit message
TestHostStartInfo is serialized across wire for IDE. Mark exit callba…

…ck as non-serializable. (microsoft#466)
0