Skip to content

Tags: Shyam-Gupta/vstest

Tags

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

v15.0.0-preview-20161123-03

Toggle v15.0.0-preview-20161123-03's commit message
Fix for issue microsoft#241 (microsoft#242)

 Fix for issue microsoft#241

v15.0.0-preview-20161102-02

Toggle v15.0.0-preview-20161102-02's commit message
Issue: The vstest.console was waiting for 80 minut if there is some c…

…onnection problem in test host and vstest which is very large time. (microsoft#174)

Fix: Reduced it to one min

v15.0.0-preview-20161101-02

Toggle v15.0.0-preview-20161101-02's commit message
Enable unix workspace (microsoft#171)

* Fix sign issue with unix build. Workaround for dotnet-cli microsoft#2862.
* Use case insensitive search in file helper enumerate.
Fix an issue where adapters path is not provided to test host because there
were no matching adapters due to a case sensitive search on unix.
* Move test plugin cache to case insensitive file search.
* Fix unit tests. Add modified string resources.

v15.0.0-preview-20161028-03

Toggle v15.0.0-preview-20161028-03's commit message
Adding support to use Diag from test verb in dotnet cli (microsoft#168)

* Adding support to use diag from test verb in dotnet cli

* nitpick