Add QC4 (#220)
This commit is contained in:
Родитель
3ef3e5c353
Коммит
ca469d9024
|
@ -0,0 +1,61 @@
|
||||||
|
# Quarterly Check-in 2019 Q4
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
|Category| Incoming | Outgoing |
|
||||||
|
| --- | :---: | :---: |
|
||||||
|
| Total issues | [51](https://github.com/microsoft/vstest/issues?utf8=%E2%9C%93&q=is%3Aissue+created%3A2019-10-01..2019-12-31) | [37](https://github.com/Microsoft/vstest/issues?page=1&q=is%3Aissue+closed%3A2019-10-01..2019-12-31&utf8=%E2%9C%93) |
|
||||||
|
| Enhancements | [5](https://github.com/Microsoft/vstest/issues?utf8=%E2%9C%93&q=is%3Aissue+created%3A2019-10-01..2019-12-31+label%3Aenhancement) | [2](https://github.com/Microsoft/vstest/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A2019-10-01..2019-12-31+label%3Aenhancement) |
|
||||||
|
| Bugs | [4](https://github.com/Microsoft/vstest/issues?utf8=✓&q=is%3Aissue+created%3A2019-10-01..2019-12-31+label%3Abug) | [5](https://github.com/Microsoft/vstest/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A2019-10-01..2019-12-31+label%3Abug) |
|
||||||
|
|
||||||
|
## Work accomplished
|
||||||
|
|
||||||
|
The following table highlights important enhancements and bug fixes done in the Test Platform in the given period.
|
||||||
|
|
||||||
|
|
||||||
|
| Issues | Remarks | Reactions (remove) |
|
||||||
|
| --- | -- | -- |
|
||||||
|
| [#1453](https://github.com/microsoft/vstest/issues/1453) | Request to merge dotnet test and dotnet vstest into single command |
|
||||||
|
| [#2194](https://github.com/microsoft/vstest/issues/2194) | Getting System.IO.IOException: The file exists when running tests in an Azure DevOps Services pipeline |
|
||||||
|
| [#2176](https://github.com/microsoft/vstest/issues/2176) | The dotnet test command fails randomly with codecoverage |
|
||||||
|
| [#2217](https://github.com/microsoft/vstest/issues/2217) | dotnet test has exit code 0 despite BadImageFormatException |
|
||||||
|
| [#2195](https://github.com/microsoft/vstest/issues/2195) | vstest.console.exe /ListTests does not respect the /TestCaseFilter option |
|
||||||
|
| [#2205](https://github.com/microsoft/vstest/issues/2205) | Coverlet in-process collector is not loaded for version > 1.0.0 |
|
||||||
|
| [#2218](https://github.com/microsoft/vstest/issues/2218) | Azure Pipelines VSTest task fails after Microsoft.NET.Test.Sdk is updated from 16.2 to 16.3 |
|
||||||
|
| [#2265](https://github.com/microsoft/vstest/issues/2265) | RunSettingsFilePath property isn't honored by VSTest |
|
||||||
|
| [#2240](https://github.com/microsoft/vstest/issues/2240) | Microsoft.TestPlatform.Portable vstest.console.dll does not run on netcore sdk 3.0.x |
|
||||||
|
| [#2228](https://github.com/microsoft/vstest/issues/2228) | dotnet test can't find included runtime |
|
||||||
|
|
||||||
|
|
||||||
|
## Top External Contributors
|
||||||
|
|
||||||
|
| Contributor | Contributions |
|
||||||
|
| --- | -- |
|
||||||
|
| [davidruhmann](https://github.com/davidruhmann) | [#2125](https://github.com/microsoft/vstest/pull/2125) |
|
||||||
|
| [DineshChirnanchu](https://github.com/DineshChirnanchu) | [#2184](https://github.com/microsoft/vstest/pull/2184) |
|
||||||
|
| [ivonin](https://github.com/ivonin) | [#1987](https://github.com/microsoft/vstest/pull/1987) |
|
||||||
|
| [johnmwright](https://github.com/johnmwright) | [#2232](https://github.com/microsoft/vstest/pull/2232) |
|
||||||
|
| [MarcoRossignoli](https://github.com/MarcoRossignoli) | [#2221](https://github.com/microsoft/vstest/pull/2221) |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Product Releases
|
||||||
|
|
||||||
|
| Release Version | NuGet Link |
|
||||||
|
| :---: | :-: |
|
||||||
|
| [v16.5.0-preview-20191216-02](https://github.com/microsoft/vstest/releases/tag/v16.5.0-preview-20191216-02) | [Microsoft.TestPlatform.16.5.0-preview-20191216-02](https://www.nuget.org/packages/Microsoft.TestPlatform/16.5.0-preview-20191216-02) |
|
||||||
|
| [v16.5.0-preview-20191115-01](https://github.com/microsoft/vstest/releases/tag/v16.5.0-preview-20191115-01) | [Microsoft.TestPlatform.16.5.0-preview-20191115-01](https://www.nuget.org/packages/Microsoft.TestPlatform/16.5.0-preview-20191115-01) |
|
||||||
|
| [v16.4.0](https://github.com/microsoft/vstest/releases/tag/v16.4.0) | [Microsoft.TestPlatform.16.4.0](https://www.nuget.org/packages/Microsoft.TestPlatform/16.4.0) |
|
||||||
|
| [v16.4.0-preview-20191007-01](https://github.com/microsoft/vstest/releases/tag/v16.4.0-preview-20191007-01) | [Microsoft.TestPlatform.16.4.0-preview-20191007-01](https://www.nuget.org/packages/Microsoft.TestPlatform/16.4.0-preview-20191007-01) |
|
||||||
|
|
||||||
|
|
||||||
|
## What's Next ?
|
||||||
|
Here is the list of top issues/ehancements that will be picked up in the next quarter.
|
||||||
|
|
||||||
|
| Issue | Description |
|
||||||
|
| ---- | ---- |
|
||||||
|
| [#2303](https://github.com/microsoft/vstest/issues/2303) | Use VS drop to build .Externals packages |
|
||||||
|
| [#702](https://github.com/microsoft/vstest/issues/702) | dotnet test --list-tests ignored --logger parameter |
|
||||||
|
| [#680](https://github.com/microsoft/vstest/issues/680) | `VSTestTask` only logs to the console |
|
||||||
|
| [#326](https://github.com/microsoft/vstest/issues/326) | Support test target for desktop msbuild |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче