Skip to content

Tags: singhsarab/vstest

Tags

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

v15.0.0-preview-20161024-02

Toggle v15.0.0-preview-20161024-02's commit message
Remove stale targets from neutral xlf (microsoft#150)

* Remove stale targets from neutral xlf

* Remove stale targets from OM resources

* Update vstest.console resource to remove stale targets

v15.0.0-preview-20161014-01

Toggle v15.0.0-preview-20161014-01's commit message
Localization readiness (microsoft#127)

* Move resources to separate directory. Add embed resources option to project.json.
* Embed resources for assemblies.
* Add xliffparser tool.
* Add xlf resources for core utilities.
* Add xlf files all components.

v15.0.0-preview-20160923-03

Toggle v15.0.0-preview-20160923-03's commit message
Close discovery manager on request complete. (microsoft#72)