Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hvinett/vstest

Tags

v16.2.0-preview-20190606-02

Toggle v16.2.0-preview-20190606-02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrading TP version to 16.2.0 (microsoft#2046)

v16.1.1

Toggle v16.1.1's commit message
[Draft] [Design mode] Invoking vstest.console with environment variab…

…les (microsoft#2023)

* Changes to allow clients to provide environment variable while initializing VsTestConsoleWrapper

* Changes based on comments.

v16.1.0

Toggle v16.1.0's commit message
Branding fix for 16.1 release (microsoft#2012)

v16.0.2-preview-20190502-01

Toggle v16.0.2-preview-20190502-01's commit message
Branding fix for 16.1 release (microsoft#2012)

16.0.2-preview-20190502-01

Toggle 16.0.2-preview-20190502-01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Tp Version (microsoft#2002)

v15.9.2

Toggle v15.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Port] Fixing the code to preserve newline for adapter logs to stdout (

…microsoft#1999) (microsoft#2000)

* Fixing the code to preserve newline for adapter logs to stdout (microsoft#1999)
* Bumping the version

v15.9.1

Toggle v15.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Port changes to 15.9 (microsoft#1938)

* Translation Layer connection timeout (microsoft#1843)

* Adding the missing assemblyInfo files and updating the copyrights (microsoft#1859)

* Stop trying to connect if the test host exits unexpectedly  (microsoft#1853)

* Running NETFramework 3.5 in compat mode (microsoft#1906)

* Fixing the timeouts. (microsoft#1909)

* Fixing the connection timeout (microsoft#1910)

* TestPlatform.PR (microsoft#1837)

v16.0.1

Toggle v16.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating TPVersion to 16.0.1 (microsoft#1936)

v16.0.0-preview-20190203-03

Toggle v16.0.0-preview-20190203-03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing the connection timeout (microsoft#1910)

* Fix the connection timeout for design mode client and socket communication manager.

v16.0.0-preview-20190201-03

Toggle v16.0.0-preview-20190201-03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing the timeouts. (microsoft#1909)

* Fixing the timeouts.
1. Made DesignModeClient timeout to connect to translation layer process configurable.
2. Removed redundant timeouts
3. ConnectionTimeout in VsTestConsoleWrapperAsync.

* Fixed the Acceptance tests related to Framework 3.5 changes