8000 Tags · Faizan2304/vstest · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 div class="application-main " data-commit-hovercards-enabled data-discussion-hovercards-enabled data-issue-and-pr-hovercards-enabled data-project-hovercards-enabled >

Tags: Faizan2304/vstest

Tags

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)

v15.0.0-preview-20170127-07

Toggle v15.0.0-preview-20170127-07's commit message
Add Lock to the RunTests section (Can get triggered by TL) (microsoft…

…#381)

Use local variables to handle registrations

15.0.0-preview-20170125-04

Toggle 15.0.0-preview-20170125-04's commit message
Localize nuget packages. (microsoft#376) (microsoft#377)

* Localize nuget packages.
(cherry picked from commit a08f694)

v15.0.0-preview-20170123-02

Toggle v15.0.0-preview-20170123-02's commit message
String "Error Message" and "Stack Trace" is going out of sync (micros…

…oft#370)

v15.0.0-preview-20170106-08

Toggle v15.0.0-preview-20170106-08's commit message
reverting commit. (microsoft#324)

v15.0.0-preview-20161227-02

Toggle v15.0.0-preview-20161227-02's commit message
Passing runsettings as command line arguments. (microsoft#297)

* Allow TranslationLayer to specify Diag parameters
Log message for logging file of test host

* Passing runsettings as command line arguments.

* Removed unused variable.

* Added regex, testcases.

* Added new parameter VSTestCLIRunSettings in VSTest Task.

* Added htlm encoding to the RunSettings values coming as CLI arguments.

* Style fixes

* Fix typo

* Work done under this commit: (microsoft#302)

1) Create xlf file for all language
2) Create language resx file from xlf file
3) create satellite dll

* Testhost Diag log file name format change (microsoft#303)

Update diag log format for testhost. New format ensures log files are unique so that we don't run multiple testhosts with same file name in case of parallel runs.

* Changes for passing RunSettings args as array of string.

* Doc changes.

* test fixes.

* Removed unused namespaces, improved documentation, added trim to key.

* Removed HTML Encoding as it is already done while validating xml.

* Removed ununsed namespace and package.run

v15.0.0-preview-20161216-01

Toggle v15.0.0-preview-20161216-01's commit message
Merge pull request microsoft#279 from saikrishnav/testcaseidsha1change

TestCase ID Generation algorithm to  SHA1 on par with TPV1
0