You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/02 14:58:00 UTC

[GitHub] [tinkerpop] dependabot[bot] opened a new pull request, #2082: Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in /gremlin-dotnet

dependabot[bot] opened a new pull request, #2082:
URL: https://github.com/apache/tinkerpop/pull/2082

   Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.0 to 17.6.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/microsoft/vstest/releases">Microsoft.NET.Test.Sdk's releases</a>.</em></p>
   <blockquote>
   <h2>v17.6.1</h2>
   <h3>Issues Fixed</h3>
   <p>This is a tiny patch to fixup few latest issues,</p>
   <ul>
   <li>
   <p>Fix no-suitable provider found by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4474">microsoft/vstest#4474</a> which fixes <a href="https://redirect.github.com/microsoft/vstest/issues/4467">#4467</a></p>
   <p>When .NET Portable or .NET Standard dlls are provided to the run, the run crashes with &quot;No suitable test runtime provider was found&quot;, which is a regression introduced in 17.6.0.
   <img src="https://user-images.githubusercontent.com/11354648/239257444-4199e185-4884-43c8-9f23-4f8181572191.png" alt="" /></p>
   </li>
   <li>
   <p>Fix hangdump running into crashdump by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4480">microsoft/vstest#4480</a> which fixes <a href="https://redirect.github.com/microsoft/vstest/issues/4378">#4378</a></p>
   <p>Running --blame-hang and --blame-crash at the same time, can result in --blame-hang cancelling --blame-crash, and killing the testhost in the process, resulting in no dumps being created. This fix waits for --blame-crash to finish dumping the process, and then it creates hang dump.</p>
   </li>
   <li>
   <p>Update Nuget.Frameworks by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4500">microsoft/vstest#4500</a> which fixes <a href="https://redirect.github.com/microsoft/vstest/issues/4409">#4409</a></p>
   </li>
   </ul>
   <h3>Internal updates:</h3>
   <ul>
   <li>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/vstest/pull/4479">microsoft/vstest#4479</a></li>
   <li>Disable internal build on new pipeline by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4476">microsoft/vstest#4476</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.6.0...v17.6.1">https://github.com/microsoft/vstest/compare/v17.6.0...v17.6.1</a></p>
   <h3>Artifacts</h3>
   <ul>
   <li>TestPlatform vsix: <a href="https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/17.6/v17.6.1;/TestPlatform.vsix">17.6.1</a></li>
   <li>Microsoft.TestPlatform.ObjectModel : <a href="https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.6.1">17.6.1</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/microsoft/vstest/blob/main/docs/releases.md">Microsoft.NET.Test.Sdk's changelog</a>.</em></p>
   <blockquote>
   <h2>17.6.1 and newer</h2>
   <p>Please see release notes directly in the release page: <a href="https://github.com/microsoft/vstest/releases">https://github.com/microsoft/vstest/releases</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/microsoft/vstest/commit/5121d9feaef6811adc92efb56e1cffc494c8dfb5"><code>5121d9f</code></a> [rel/17.6] Update Nuget.Frameworks (<a href="https://redirect.github.com/microsoft/vstest/issues/4500">#4500</a>)</li>
   <li><a href="https://github.com/microsoft/vstest/commit/00967c5d2d42e9485fe1726376ded79491a4e973"><code>00967c5</code></a> [rel/17.6] Fix hangdump running into crashdump (<a href="https://redirect.github.com/microsoft/vstest/issues/4480">#4480</a>)</li>
   <li><a href="https://github.com/microsoft/vstest/commit/90efc14193228735cd6849ed6641b6b5c6d9b5af"><code>90efc14</code></a> Disable internal build on new pipeline (<a href="https://redirect.github.com/microsoft/vstest/issues/4476">#4476</a>)</li>
   <li><a href="https://github.com/microsoft/vstest/commit/0e34e21ef919eac5904a20b8862bc273350a0c46"><code>0e34e21</code></a> Merge branch 'rel/17.6' of <a href="https://github.com/microsoft/vstest">https://github.com/microsoft/vstest</a> into rel/17.6</li>
   <li><a href="https://github.com/microsoft/vstest/commit/1db7dc07ac94db3648e1aafed49d810e534f3650"><code>1db7dc0</code></a> Bump to 17.6.1 in targets</li>
   <li><a href="https://github.com/microsoft/vstest/commit/7f3dc2208ea3cd7d3aebe91b48090b063d110a5a"><code>7f3dc22</code></a> [rel/17.6] Update dependencies from devdiv/DevDiv/vs-code-coverage (<a href="https://redirect.github.com/microsoft/vstest/issues/4479">#4479</a>)</li>
   <li><a href="https://github.com/microsoft/vstest/commit/a6e34a16ee0ecb4bdf010614c85d6fcc2253867e"><code>a6e34a1</code></a> Revert &quot;Bump Microsoft.VisualStudio.Telemetry to 16.6.13&quot;</li>
   <li><a href="https://github.com/microsoft/vstest/commit/6115490c4925f60b008465205efd936756f7bd27"><code>6115490</code></a> Bump Microsoft.VisualStudio.Telemetry to 16.6.13</li>
   <li><a href="https://github.com/microsoft/vstest/commit/68649f267286d46d05f21cdca91ae5374ac1beaa"><code>68649f2</code></a> Re-order sources to restore signed packages</li>
   <li><a href="https://github.com/microsoft/vstest/commit/0d079b412745daad3edbdc1d4a359084525fdf13"><code>0d079b4</code></a> Update branding to 17.6.1</li>
   <li>Additional commits viewable in <a href="https://github.com/microsoft/vstest/compare/v17.6.0...v17.6.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NET.Test.Sdk&package-manager=nuget&previous-version=17.6.0&new-version=17.6.1)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] dependabot[bot] commented on pull request #2082: Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in /gremlin-dotnet

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #2082:
URL: https://github.com/apache/tinkerpop/pull/2082#issuecomment-1578926689

   Superseded by #2088.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] codecov-commenter commented on pull request #2082: Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in /gremlin-dotnet

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #2082:
URL: https://github.com/apache/tinkerpop/pull/2082#issuecomment-1573939740

   ## [Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2082?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#2082](https://app.codecov.io/gh/apache/tinkerpop/pull/2082?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (8dfd718) into [3.5-dev](https://app.codecov.io/gh/apache/tinkerpop/commit/d8cff12eb0ff47a2c1fb8a86a0a3496f35f8b0f7?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (d8cff12) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##             3.5-dev    #2082   +/-   ##
   ==========================================
     Coverage      69.40%   69.41%           
   + Complexity      8982     8980    -2     
   ==========================================
     Files            866      866           
     Lines          41251    41251           
     Branches        5442     5442           
   ==========================================
   + Hits           28631    28633    +2     
   + Misses         10716    10710    -6     
   - Partials        1904     1908    +4     
   ```
   
   
   [see 5 files with indirect coverage changes](https://app.codecov.io/gh/apache/tinkerpop/pull/2082/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] dependabot[bot] closed pull request #2082: Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in /gremlin-dotnet

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #2082: Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in /gremlin-dotnet
URL: https://github.com/apache/tinkerpop/pull/2082


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org