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

Tags: Perf-Org-5KRepos/vstest

Tags

v16.7.0-preview-20200519-01

Toggle v16.7.0-preview-20200519-01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade TestPlatform external dependencies (microsoft#2440)

v16.7.0-preview-20200428-01

Toggle v16.7.0-preview-20200428-01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update telemetry to latest (microsoft#2421)

v16.6.1

Toggle v16.6.1's commit message
Update to 16.6.1

v16.6.0

Toggle v16.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix null reference (microsoft#2400)

that we catch internally but would pop up in Debug mode, because the default config is to stop at null ref

v16.6.0-preview-20200320-08

Toggle v16.6.0-preview-20200320-08's commit message
Merge branch 'master' into copoiena/debugging-external-test-processes-2

v16.6.0-preview-20200318-01

Toggle v16.6.0-preview-20200318-01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix writing to trx when error has no message (microsoft#2364)

Fixes intialization of error info that would require errors to have error message and not just stack trace. This is triggered for example by Assert.Fail() in nUnit that provides a null error message. Removed the constructor that we don't need, and enabled initialization in both setters to avoid failing.

Fixes microsoft#2319

v16.6.0-preview-20200310-03

Toggle v16.6.0-preview-20200310-03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix running self-contained apps on Windows (microsoft#2358)

* Copy testhost to the output directory to allow self-contained apps to run (on Windows)

* Add tests for self-contained app

v16.6.0-preview-20200309-01

Toggle v16.6.0-preview-20200309-01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add coverlet smoke test (microsoft#2348)

* add coverlet smoke test

* address PR feedback

* add coverlet msbuild variable

v16.6.0-preview-20200226-03

Toggle v16.6.0-preview-20200226-03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Spelling / conventions and grammar fixes (microsoft#2338)

* Convention, spelling & grammar fixes.

* major amount of whitespace fixes and some other spelling and convention fixes

* revert some breaking tests

v16.5.0

Toggle v16.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use version of external package with fixes (microsoft#2315)

* Use patched version of TestPlatform.Extensions (microsoft#2283)

* Use another patched version of TraceDataCollector

* Bump up patched nuget version to avoid caching issues
0