Skip to content

Commit

Permalink
Bump MSTest.TestAdapter from 3.2.0 to 3.2.2 in /src/vs-bicep (#13480)
Browse files Browse the repository at this point in the history
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from
3.2.0 to 3.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/testfx/releases">MSTest.TestAdapter's
releases</a>.</em></p>
<blockquote>
<h2>v3.2.2</h2>
<p>See the release notes <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#322---2024-02-22">here</a>.</p>
<h2>v3.2.1</h2>
<p>See the release notes <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#321---2024-02-13">here</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md">MSTest.TestAdapter's
changelog</a>.</em></p>
<blockquote>
<h2>[3.2.2] - 2024-02-22</h2>
<p>See full log <a
href="https://github.com/microsoft/testfx/compare/v3.2.1...v.3.2.2">here</a></p>
<h3>Fixed</h3>
<ul>
<li>[rel/3.2] Workaround harmless MSBuild warning in VS by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2350">#2350</a></li>
<li>[rel/3.2] Fix analyzers doc link by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2362">#2362</a></li>
<li>Assert.AreEqual allow IEquatable<!-- raw HTML omitted --> for actual
and expected by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2382">#2382</a></li>
<li>Fix msbuild integration (<a
href="https://redirect.github.com/microsoft/testfx/issues/2389">#2389</a>)
by <a
href="https://github.com/MarcoRossignoli"><code>@​MarcoRossignoli</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/2395">#2395</a></li>
<li>Remove the <code>TestingPlatformServer</code> if the runner is
disabled (<a
href="https://redirect.github.com/microsoft/testfx/issues/2409">#2409</a>)
by <a
href="https://github.com/MarcoRossignoli"><code>@​MarcoRossignoli</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/2410">#2410</a></li>
</ul>
<h3>Artifacts</h3>
<ul>
<li>MSTest: <a
href="https://www.nuget.org/packages/MSTest/3.2.2">3.2.2</a></li>
<li>MSTest.TestFramework: <a
href="https://www.nuget.org/packages/MSTest.TestFramework/3.2.2">3.2.2</a></li>
<li>MSTest.TestAdapter: <a
href="https://www.nuget.org/packages/MSTest.TestAdapter/3.2.2">3.2.2</a></li>
<li>MSTest.Analyzers: <a
href="https://www.nuget.org/packages/MSTest.Analyzers/3.2.2">3.2.2</a></li>
<li>Microsoft.Testing.Extensions.CrashDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.0.2">1.0.2</a></li>
<li>Microsoft.Testing.Extensions.HangDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.0.2">1.0.2</a></li>
<li>Microsoft.Testing.Extensions.HotReload: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.0.2">1.0.2</a></li>
<li>Microsoft.Testing.Extensions.Retry: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.0.2">1.0.2</a></li>
<li>Microsoft.Testing.Extensions.TrxReport: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.0.2">1.0.2</a></li>
</ul>
<h2>[3.2.1] - 2024-02-13</h2>
<p>See full log <a
href="https://github.com/microsoft/testfx/compare/v3.2.0...v.3.2.1">here</a></p>
<h3>Fixed</h3>
<ul>
<li>MSTEST0002: fix false-positive with static TestClass (<a
href="https://redirect.github.com/microsoft/testfx/issues/2182">#2182</a>)
by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/2199">#2199</a></li>
<li>Bump version of coverage and platform by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2280">#2280</a></li>
<li>[rel/3.2] Update dependencies from devdiv/DevDiv/vs-code-coverage by
<a
href="https://github.com/dotnet-maestro"><code>@​dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/2315">#2315</a></li>
<li>Fix command line output validation (<a
href="https://redirect.github.com/microsoft/testfx/issues/2314">#2314</a>)
by <a
href="https://github.com/MarcoRossignoli"><code>@​MarcoRossignoli</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/2317">#2317</a></li>
<li>[rel/3.2] Update dependencies from microsoft/testanywhere by <a
href="https://github.com/dotnet-maestro"><code>@​dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/2320">#2320</a></li>
<li>[rel/3.2] Update dependencies from microsoft/testanywhere by <a
href="https://github.com/dotnet-maestro"><code>@​dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/2326">#2326</a></li>
</ul>
<h3>Housekeeping</h3>
<ul>
<li>Remove unused localization entries by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2192">#2192</a></li>
<li>Remove version fixup workaround (<a
href="https://redirect.github.com/microsoft/testfx/issues/2209">#2209</a>)
by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/2212">#2212</a></li>
</ul>
<h3>Artifacts</h3>
<ul>
<li>MSTest: <a
href="https://www.nuget.org/packages/MSTest/3.2.1">3.2.1</a></li>
<li>MSTest.TestFramework: <a
href="https://www.nuget.org/packages/MSTest.TestFramework/3.2.1">3.2.1</a></li>
<li>MSTest.TestAdapter: <a
href="https://www.nuget.org/packages/MSTest.TestAdapter/3.2.1">3.2.1</a></li>
<li>MSTest.Analyzers: <a
href="https://www.nuget.org/packages/MSTest.Analyzers/3.2.1">3.2.1</a></li>
<li>Microsoft.Testing.Extensions.CrashDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.0.1">1.0.1</a></li>
<li>Microsoft.Testing.Extensions.HangDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.0.1">1.0.1</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/testfx/commit/bd712d0f7eecfc6ca048cd3d8e8aed9d1ef5f8b6"><code>bd712d0</code></a>
Remove the <code>TestingPlatformServer</code> if the runner is disabled
(<a
href="https://redirect.github.com/microsoft/testfx/issues/2409">#2409</a>)
(<a
href="https://redirect.github.com/microsoft/testfx/issues/2410">#2410</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/d4e02984830413ef1bcef6831dce84475aaa0657"><code>d4e0298</code></a>
[rel/3.2] Update dependencies from devdiv/DevDiv/vs-code-coverage,
microsoft/...</li>
<li><a
href="https://github.com/microsoft/testfx/commit/1686a9c93e1dfc0545a598beb44208503858e329"><code>1686a9c</code></a>
Fix msbuild integration (<a
href="https://redirect.github.com/microsoft/testfx/issues/2389">#2389</a>)
(<a
href="https://redirect.github.com/microsoft/testfx/issues/2395">#2395</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/db69c35a18863bb7ad8f4cfb524f88b30bc8e37a"><code>db69c35</code></a>
Update dependencies from <a
href="https://github.com/microsoft/testanywhere">https://github.com/microsoft/testanywhere</a>
build 2024...</li>
<li><a
href="https://github.com/microsoft/testfx/commit/622d9d03701c1e0572fc42c1b99e59cc6c3c00fb"><code>622d9d0</code></a>
[rel/3.2] Backport localizations (<a
href="https://redirect.github.com/microsoft/testfx/issues/2396">#2396</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/1e30e93467fc38fa2d34e7c6d5d7f5718c40166f"><code>1e30e93</code></a>
Update dependencies from <a
href="https://github.com/microsoft/testanywhere">https://github.com/microsoft/testanywhere</a>
build 2024...</li>
<li><a
href="https://github.com/microsoft/testfx/commit/7bdff571f48467daf50b8111995d66a426b95f9b"><code>7bdff57</code></a>
Assert.AreEqual allow IEquatable&lt;T&gt; for actual and expected (<a
href="https://redirect.github.com/microsoft/testfx/issues/2382">#2382</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/e62e95c7c5872b6f4c77c059453f31f08ca9b015"><code>e62e95c</code></a>
Fix analyzers doc link (<a
href="https://redirect.github.com/microsoft/testfx/issues/2362">#2362</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/80b813d36bd3dbd6db058fd6505efbff5bb70bf6"><code>80b813d</code></a>
Workaround harmless MSBuild warning in VS (<a
href="https://redirect.github.com/microsoft/testfx/issues/2350">#2350</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/56601278b723223132fce9183def2a6e3607e4d5"><code>5660127</code></a>
Update dependencies from <a
href="https://github.com/microsoft/testanywhere">https://github.com/microsoft/testanywhere</a>
build 2024...</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/testfx/compare/v.3.2.0...v3.2.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MSTest.TestAdapter&package-manager=nuget&previous-version=3.2.0&new-version=3.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/13480)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: StephenWeatherford <StephenWeatherford@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and StephenWeatherford committed Mar 5, 2024
1 parent 62e2f6b commit b41394e
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 44 deletions.
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="17.7.40" />
<PackageReference Include="Microsoft.VisualStudio.Editor" Version="17.2.3194" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Framework" Version="17.2.32505.113" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
</ItemGroup>

Expand Down
Expand Up @@ -122,13 +122,13 @@
},
"MSTest.TestAdapter": {
"type": "Direct",
"requested": "[3.2.0, )",
"resolved": "3.2.0",
"contentHash": "ddQhfk2d/w4pZ7wDAyxP1JFOUG09kB8U3Sso2Fj9lGr4kZYYpzmTrpG1Ghwvx3i/vPqwWhKvaVQIrQtsr7cPhg==",
"requested": "[3.2.2, )",
"resolved": "3.2.2",
"contentHash": "E3dnR9KTNCP61O4yIRBPV0KFXQszW2IJv3O+LqNIK6rUrXNSsXc9QeZBnFYBYwA21uTv3e27xDyreddqe9eUHg==",
"dependencies": {
"Microsoft.Testing.Extensions.Telemetry": "1.0.0",
"Microsoft.Testing.Extensions.VSTestBridge": "1.0.0",
"Microsoft.Testing.Platform.MSBuild": "1.0.0"
"Microsoft.Testing.Extensions.Telemetry": "1.0.2",
"Microsoft.Testing.Extensions.VSTestBridge": "1.0.2",
"Microsoft.Testing.Platform.MSBuild": "1.0.2"
}
},
"MSTest.TestFramework": {
Expand Down Expand Up @@ -379,42 +379,42 @@
},
"Microsoft.Testing.Extensions.Telemetry": {
"type": "Transitive",
"resolved": "1.0.0",
"contentHash": "F3R3yjB93H3H0ak9DJm1W4lIhr9wxy/9n05eO8eKZpuHGsCyMj5qqLQOTxeGqUB0oG6Ok3FIvYxYZJa0GevshQ==",
"resolved": "1.0.2",
"contentHash": "32YnySeewFl0IAgI27bTbFZdfA+Tvmg5p7kxgPcFAPKLjW1HTNKlKMrEYFgCIIT1Onak2Iod0tvsHYqXzV3a+w==",
"dependencies": {
"Microsoft.ApplicationInsights": "2.21.0",
"Microsoft.Testing.Platform": "1.0.0"
"Microsoft.Testing.Platform": "1.0.2"
}
},
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
"type": "Transitive",
"resolved": "1.0.0",
"contentHash": "wQObn9m3xV/JiSatHYqlJNuEnoe7C3yIzHtr5jACHS67Y0/gITTAHdzWw8MInd/HWj0uVT+LwbeP8JQhSh8quA==",
"resolved": "1.0.2",
"contentHash": "MPHXtnoaf3lESF7eXbYSzvb12K1SZslEpQ1evf3GZAvtfXXyBeFwpcSMd+l3jW8z+zhmniC2gAc6jq/GEgFW2Q==",
"dependencies": {
"Microsoft.Testing.Platform": "1.0.0"
"Microsoft.Testing.Platform": "1.0.2"
}
},
"Microsoft.Testing.Extensions.VSTestBridge": {
"type": "Transitive",
"resolved": "1.0.0",
"contentHash": "aIZ5l/3+DwRn4lxcXXKfgVVg2aWRTmf9BhSZO+y9JkGa3TjtZkGLw4pDx/OHcj32cS/MqssXUAtMjLEZV31bqw==",
"resolved": "1.0.2",
"contentHash": "68/CZ2mmtdNx8QrMenQ90HVb0gYGpFP54GLRwvMyaDgnhwYgN55TDU+ypBS3X5xThJda42mckfFhBqpjjeYz+A==",
"dependencies": {
"Microsoft.TestPlatform.ObjectModel": "17.5.0",
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.0.0",
"Microsoft.Testing.Platform": "1.0.0"
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.0.2",
"Microsoft.Testing.Platform": "1.0.2"
}
},
"Microsoft.Testing.Platform": {
"type": "Transitive",
"resolved": "1.0.0",
"contentHash": "HTiRQgiIOTOd9yihyIIsJzOI5ZXx0CwjNVzv0bdxd7s5Y8utVXUBUY+P8jD4KusY8CI9+9T87VE5MCx+N5SYsw=="
"resolved": "1.0.2",
"contentHash": "pVZqxU3LsZLF7Cle0GH+j1+uz5FhmcxEe9sS5sZvONeqgv/EP/p7aI3bIaeoVs0YAVH3UmlqDAsWP5oXcT294A=="
},
"Microsoft.Testing.Platform.MSBuild": {
"type": "Transitive",
"resolved": "1.0.0",
"contentHash": "dw6Q3cVQELdj12ywijQwCIJmiwPRGMUyXlsao/M/uS3TuNg02JTazrTrY+O2GUi+2uvhCtLIc+sBQfvJ6GTAJw==",
"resolved": "1.0.2",
"contentHash": "9f5JiIEEEkI/MvCi9zCxbX8k9D4xtyqJkaWKtDIt4R/CAJEYN5op3LcUyfbMAKhsFUTn1D+DGTfu5XPoh6fwJw==",
"dependencies": {
"Microsoft.Testing.Platform": "1.0.0"
"Microsoft.Testing.Platform": "1.0.2"
}
},
"Microsoft.TestPlatform.ObjectModel": {
Expand Down
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.VisualStudio.LanguageServer.Protocol" Version="17.2.8" />
<PackageReference Include="Microsoft.VisualStudio.Utilities" Version="17.2.32505.113" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
</ItemGroup>

Expand Down
Expand Up @@ -83,13 +83,13 @@
},
"MSTest.TestAdapter": {
"type": "Direct",
"requested": "[3.2.0, )",
"resolved": "3.2.0",
"contentHash": "ddQhfk2d/w4pZ7wDAyxP1JFOUG09kB8U3Sso2Fj9lGr4kZYYpzmTrpG1Ghwvx3i/vPqwWhKvaVQIrQtsr7cPhg==",
"requested": "[3.2.2, )",
"resolved": "3.2.2",
"contentHash": "E3dnR9KTNCP61O4yIRBPV0KFXQszW2IJv3O+LqNIK6rUrXNSsXc9QeZBnFYBYwA21uTv3e27xDyreddqe9eUHg==",
"dependencies": {
"Microsoft.Testing.Extensions.Telemetry": "1.0.0",
"Microsoft.Testing.Extensions.VSTestBridge": "1.0.0",
"Microsoft.Testing.Platform.MSBuild": "1.0.0"
"Microsoft.Testing.Extensions.Telemetry": "1.0.2",
"Microsoft.Testing.Extensions.VSTestBridge": "1.0.2",
"Microsoft.Testing.Platform.MSBuild": "1.0.2"
}
},
"MSTest.TestFramework": {
Expand Down Expand Up @@ -330,42 +330,42 @@
},
"Microsoft.Testing.Extensions.Telemetry": {
"type": "Transitive",
"resolved": "1.0.0",
"contentHash": "F3R3yjB93H3H0ak9DJm1W4lIhr9wxy/9n05eO8eKZpuHGsCyMj5qqLQOTxeGqUB0oG6Ok3FIvYxYZJa0GevshQ==",
"resolved": "1.0.2",
"contentHash": "32YnySeewFl0IAgI27bTbFZdfA+Tvmg5p7kxgPcFAPKLjW1HTNKlKMrEYFgCIIT1Onak2Iod0tvsHYqXzV3a+w==",
"dependencies": {
"Microsoft.ApplicationInsights": "2.21.0",
"Microsoft.Testing.Platform": "1.0.0"
"Microsoft.Testing.Platform": "1.0.2"
}
},
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
"type": "Transitive",
"resolved": "1.0.0",
"contentHash": "wQObn9m3xV/JiSatHYqlJNuEnoe7C3yIzHtr5jACHS67Y0/gITTAHdzWw8MInd/HWj0uVT+LwbeP8JQhSh8quA==",
"resolved": "1.0.2",
"contentHash": "MPHXtnoaf3lESF7eXbYSzvb12K1SZslEpQ1evf3GZAvtfXXyBeFwpcSMd+l3jW8z+zhmniC2gAc6jq/GEgFW2Q==",
"dependencies": {
"Microsoft.Testing.Platform": "1.0.0"
"Microsoft.Testing.Platform": "1.0.2"
}
},
"Microsoft.Testing.Extensions.VSTestBridge": {
"type": "Transitive",
"resolved": "1.0.0",
"contentHash": "aIZ5l/3+DwRn4lxcXXKfgVVg2aWRTmf9BhSZO+y9JkGa3TjtZkGLw4pDx/OHcj32cS/MqssXUAtMjLEZV31bqw==",
"resolved": "1.0.2",
"contentHash": "68/CZ2mmtdNx8QrMenQ90HVb0gYGpFP54GLRwvMyaDgnhwYgN55TDU+ypBS3X5xThJda42mckfFhBqpjjeYz+A==",
"dependencies": {
"Microsoft.TestPlatform.ObjectModel": "17.5.0",
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.0.0",
"Microsoft.Testing.Platform": "1.0.0"
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.0.2",
"Microsoft.Testing.Platform": "1.0.2"
}
},
"Microsoft.Testing.Platform": {
"type": "Transitive",
"resolved": "1.0.0",
"contentHash": "HTiRQgiIOTOd9yihyIIsJzOI5ZXx0CwjNVzv0bdxd7s5Y8utVXUBUY+P8jD4KusY8CI9+9T87VE5MCx+N5SYsw=="
"resolved": "1.0.2",
"contentHash": "pVZqxU3LsZLF7Cle0GH+j1+uz5FhmcxEe9sS5sZvONeqgv/EP/p7aI3bIaeoVs0YAVH3UmlqDAsWP5oXcT294A=="
},
"Microsoft.Testing.Platform.MSBuild": {
"type": "Transitive",
"resolved": "1.0.0",
"contentHash": "dw6Q3cVQELdj12ywijQwCIJmiwPRGMUyXlsao/M/uS3TuNg02JTazrTrY+O2GUi+2uvhCtLIc+sBQfvJ6GTAJw==",
"resolved": "1.0.2",
"contentHash": "9f5JiIEEEkI/MvCi9zCxbX8k9D4xtyqJkaWKtDIt4R/CAJEYN5op3LcUyfbMAKhsFUTn1D+DGTfu5XPoh6fwJw==",
"dependencies": {
"Microsoft.Testing.Platform": "1.0.0"
"Microsoft.Testing.Platform": "1.0.2"
}
},
"Microsoft.TestPlatform.ObjectModel": {
Expand Down

0 comments on commit b41394e

Please sign in to comment.