Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency microsoft.net.test.sdk to v17.8.0 #194

Merged
merged 1 commit into from
Dec 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.NET.Test.Sdk 17.4.1 -> 17.8.0 age adoption passing confidence

Release Notes

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.8.0

What's Changed

Full Changelog: microsoft/vstest@v17.7.2...v17.8.0

v17.7.2

What's Changed

Full Changelog: microsoft/vstest@v17.7.1...v17.7.2

v17.7.1

What's Changed

Full Changelog: microsoft/vstest@v17.7.0...v17.7.1

v17.7.0

⚠️ Microsoft.TestPlatform 17.7.0 nuget package is hidden from Nuget.org, we've encountered an unexpected issue with versioning which prevents it from being used in all AzDO clients. We are working on a fix.

The most pressing issues were all backported to 17.6.1, 17.6.2 and 17.6.3.

Issues fixed (since 17.6.3)

  • Don't print socket transport error in console by @​nohwnd in #​4493 which fixes #​4461
    When testhost crashes, we no longer print the transport error:

    ---> System.Exception: Unable to read data from the transport connection: 
    		An existing connection was forcibly closed by the remote host..
    

    This error is a side-effect or our architecture is almost never the culprit. Instead it leads developers away from the actual issue which is crash of testhost, or datacollector.

  • Pass workloads to proxy managers in #​4422 by @​nohwnd
    Which allows datacollector users to only receive the sources that are currently running in the testhost associated to datacollector, instead of all the sources that have the same target framework.

  • Fix Newtonsoft versions in testhost.deps.json in #​4367 by @​nohwnd
    testhost.runtimeconfig.json files that we ship with testhost contained an old version of Newtonsoft.Json. The version in this file does not have an effect on execution, but some compliance tools statically analyze it and report possible vulnerabilities.

Other fixes:

Special thanks to @​SimonCropp for the many fixes regarding nullability spelling and code style in #​4518, #​4520, #​4525, #​4526, #​4521, #​4519, #​4522, #​4529 🙇

Full Changelog: microsoft/vstest@v17.6.3...v17.7.0

Drops
  • Microsoft.TestPlatform.ObjectModel : v17.7.0

v17.6.3

Issues Fixed

Full Changelog: microsoft/vstest@v17.6.2...v17.6.3

Artifacts
  • TestPlatform vsix: 17.6.3
  • Microsoft.TestPlatform.ObjectModel : 17.6.3

v17.6.2

Fixes

This patch addresses the problems that were introduced in 17.6.0 that happen when running on AzDo with the default test.dll filter, which includes additional TestPlatform dlls into the run and fails it.

To mitigate this issue we solved the bug in 17.6.1, and added additional exclusions for known assemblies that are coming from TestPlatform and commonly used test adapters, to avoid trying to run tests from those assemblies.

Description and workarounds for this issue are available here: https://github.com/microsoft/vstest/issues/4516

Full Changelog: microsoft/vstest@v17.6.1...v17.6.2

Artifacts
TestPlatform vsix: 17.6.2
Microsoft.TestPlatform.ObjectModel : 17.6.2

v17.6.1

Issues Fixed

This is a tiny patch to fixup few latest issues,

Internal updates:

Full Changelog: microsoft/vstest@v17.6.0...v17.6.1

Artifacts
  • TestPlatform vsix: 17.6.1
  • Microsoft.TestPlatform.ObjectModel : 17.6.1

v17.6.0

See the release notes here.

v17.5.0

See the release notes here.


Configuration

📅 Schedule: Branch creation - "after 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the 🚚 private-dependencies Pull requests that update a dependency nobody sees label Mar 1, 2023
@github-actions github-actions bot added this to the v0.10.2 milestone Mar 1, 2023
@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2c94cd1) 48.25% compared to head (e163885) 48.25%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #194   +/-   ##
=======================================
  Coverage   48.25%   48.25%           
=======================================
  Files          56       56           
  Lines         833      833           
  Branches       38       38           
=======================================
  Hits          402      402           
  Misses        431      431           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/build-dependencies branch 3 times, most recently from cd207f4 to 251add7 Compare March 30, 2023 02:41
@renovate renovate bot force-pushed the renovate/build-dependencies branch from 251add7 to 80b64ff Compare May 16, 2023 17:48
@renovate renovate bot changed the title chore(deps): update dependency microsoft.net.test.sdk to v17.5.0 chore(deps): update dependency microsoft.net.test.sdk to v17.6.0 May 16, 2023
@renovate renovate bot changed the title chore(deps): update dependency microsoft.net.test.sdk to v17.6.0 chore(deps): update dependency microsoft.net.test.sdk to v17.6.1 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/build-dependencies branch from 80b64ff to b8fe80b Compare June 2, 2023 14:50
@renovate renovate bot changed the title chore(deps): update dependency microsoft.net.test.sdk to v17.6.1 chore(deps): update dependency microsoft.net.test.sdk to v17.6.2 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/build-dependencies branch from b8fe80b to 802ddd9 Compare June 6, 2023 16:44
@renovate renovate bot changed the title chore(deps): update dependency microsoft.net.test.sdk to v17.6.2 chore(deps): update dependency microsoft.net.test.sdk to v17.6.3 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/build-dependencies branch from 802ddd9 to 59e8622 Compare June 27, 2023 14:01
@renovate renovate bot changed the title chore(deps): update dependency microsoft.net.test.sdk to v17.6.3 chore(deps): update dependency microsoft.net.test.sdk to v17.7.0 Aug 4, 2023
@renovate renovate bot force-pushed the renovate/build-dependencies branch from 59e8622 to 7b490fe Compare August 4, 2023 16:53
@renovate renovate bot changed the title chore(deps): update dependency microsoft.net.test.sdk to v17.7.0 chore(deps): update dependency microsoft.net.test.sdk to v17.7.1 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/build-dependencies branch from 7b490fe to 4596c7a Compare August 16, 2023 16:48
@renovate renovate bot changed the title chore(deps): update dependency microsoft.net.test.sdk to v17.7.1 chore(deps): update dependency microsoft.net.test.sdk to v17.7.2 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/build-dependencies branch from 4596c7a to eec1243 Compare August 29, 2023 10:31
@renovate renovate bot force-pushed the renovate/build-dependencies branch 2 times, most recently from d4b61fa to 87b8b54 Compare October 31, 2023 13:29
@renovate renovate bot changed the title chore(deps): update dependency microsoft.net.test.sdk to v17.7.2 chore(deps): update dependency microsoft.net.test.sdk to v17.8.0 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/build-dependencies branch from 87b8b54 to 172a06e Compare November 8, 2023 17:24
@renovate renovate bot force-pushed the renovate/build-dependencies branch 3 times, most recently from bc34df7 to 124e10d Compare December 2, 2023 00:41
@github-actions github-actions bot modified the milestones: v0.10.2, v0.11.0 Dec 2, 2023
@renovate renovate bot force-pushed the renovate/build-dependencies branch from 124e10d to 53dc1a3 Compare December 2, 2023 20:33
@renovate renovate bot force-pushed the renovate/build-dependencies branch 3 times, most recently from 1218fac to 1932165 Compare December 2, 2023 23:11
@RLittlesII RLittlesII enabled auto-merge (squash) December 2, 2023 23:12
@renovate renovate bot force-pushed the renovate/build-dependencies branch 2 times, most recently from 2703b99 to 82a6ab5 Compare December 2, 2023 23:57
@renovate renovate bot force-pushed the renovate/build-dependencies branch from 82a6ab5 to e163885 Compare December 3, 2023 00:21
@RLittlesII RLittlesII merged commit 07283ae into master Dec 3, 2023
5 checks passed
@RLittlesII RLittlesII deleted the renovate/build-dependencies branch December 3, 2023 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚚 private-dependencies Pull requests that update a dependency nobody sees
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant