-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit daf09ce
authored
chore(deps): update dependency microsoft.net.test.sdk to 17.14.0 (#4047)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest)
| `17.13.0` -> `17.14.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>
###
[`v17.14.0`](https://github.com/microsoft/vstest/releases/tag/v17.14.0)
#### What's Changed
##### .NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects
targeting net6.0 (or other end-of-life .NET target frameworks) should
pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the
projects to net8 or newer. We remain backwards compatible with previous
versions of Microsoft.NET.Test.SDK. This change does **NOT** prevent you
from:
- Updating to the latest VS, and running tests from net6.0 test
projects.
- Updating to the latest .NET SDK, and running tests from net6.0 test
projects.
It also has no impact on .NET Framework projects, where we continue
targeting .NET Framework 4.6.2.
- Drop unsupported frameworks by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/10565](https://github.com/microsoft/vstest/pull/10565)
##### Changes
- Adding Process Query Flag For UWP .NET 9 Support by
[@​adstep](https://github.com/adstep) in
[https://github.com/microsoft/vstest/pull/15003](https://github.com/microsoft/vstest/pull/15003)
- Fix builds on WinUI and UWP .NET 9 projects by
[@​Sergio0694](https://github.com/Sergio0694) in
[https://github.com/microsoft/vstest/pull/15004](https://github.com/microsoft/vstest/pull/15004)
- don't report communication error on discovery abort by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/14992](https://github.com/microsoft/vstest/pull/14992)
- Add dump minitool to vsix by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/14707](https://github.com/microsoft/vstest/pull/14707)
- Make test runners long-path aware
([#​5179](https://github.com/microsoft/vstest/issues/5179))
by [@​peetw](https://github.com/peetw) in
[https://github.com/microsoft/vstest/pull/15014](https://github.com/microsoft/vstest/pull/15014)
- Fix trace in DataCollectionRequestSender.cs by
[@​stan-sz](https://github.com/stan-sz) in
[https://github.com/microsoft/vstest/pull/15025](https://github.com/microsoft/vstest/pull/15025)
- Fix/readme grammar parallelism by
[@​dellch](https://github.com/dellch) in
[https://github.com/microsoft/vstest/pull/15030](https://github.com/microsoft/vstest/pull/15030)
- Add binding redirects by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/15041](https://github.com/microsoft/vstest/pull/15041)
- Write props of tests into trx by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/14905](https://github.com/microsoft/vstest/pull/14905)
##### Internal version updates and fixes
- Update io.redist by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/13872](https://github.com/microsoft/vstest/pull/13872)
- Use preview image for public build by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/13888](https://github.com/microsoft/vstest/pull/13888)
- Remove xcopy-msbuild by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/14138](https://github.com/microsoft/vstest/pull/14138)
- Move to macos14 by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/14137](https://github.com/microsoft/vstest/pull/14137)
- Update diagnose.md by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/14776](https://github.com/microsoft/vstest/pull/14776)
- hash with sha2 for mutex lock by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/14777](https://github.com/microsoft/vstest/pull/14777)
- Update test projects for vmr by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/14894](https://github.com/microsoft/vstest/pull/14894)
- 17.14 branding by [@​nohwnd](https://github.com/nohwnd)
in
[https://github.com/microsoft/vstest/pull/14903](https://github.com/microsoft/vstest/pull/14903)
- Update filter.md for NUnit by
[@​OsirisTerje](https://github.com/OsirisTerje) in
[https://github.com/microsoft/vstest/pull/14987](https://github.com/microsoft/vstest/pull/14987)
- Flag netstandard1.x dependencies in source-build by
[@​ViktorHofer](https://github.com/ViktorHofer) in
[https://github.com/microsoft/vstest/pull/14986](https://github.com/microsoft/vstest/pull/14986)
- Use VS dependencies versions from release VS to have archived symbols
by [@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/14991](https://github.com/microsoft/vstest/pull/14991)
- Remove extra ; by [@​nohwnd](https://github.com/nohwnd)
in
[https://github.com/microsoft/vstest/pull/14995](https://github.com/microsoft/vstest/pull/14995)
- Use dependencymodel 6.0.2 by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/14996](https://github.com/microsoft/vstest/pull/14996)
- Make Testhost packable only on Windows by
[@​mmitche](https://github.com/mmitche) in
[https://github.com/microsoft/vstest/pull/15001](https://github.com/microsoft/vstest/pull/15001)
- Add system text json to vsix by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/15034](https://github.com/microsoft/vstest/pull/15034)
- Add more files to vsix by
[@​nohwnd](https://github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/15038](https://github.com/microsoft/vstest/pull/15038)
- Remove unnecessary CA2022 suppressions by
[@​Winniexu01](https://github.com/Winniexu01) in
[https://github.com/microsoft/vstest/pull/15035](https://github.com/microsoft/vstest/pull/15035)
- Update package project url by
[@​mmitche](https://github.com/mmitche) in
[https://github.com/microsoft/vstest/pull/15040](https://github.com/microsoft/vstest/pull/15040)
#### New Contributors
- [@​OsirisTerje](https://github.com/OsirisTerje) made
their first contribution in
[https://github.com/microsoft/vstest/pull/14987](https://github.com/microsoft/vstest/pull/14987)
- [@​adstep](https://github.com/adstep) made their first
contribution in
[https://github.com/microsoft/vstest/pull/15003](https://github.com/microsoft/vstest/pull/15003)
- [@​Sergio0694](https://github.com/Sergio0694) made
their first contribution in
[https://github.com/microsoft/vstest/pull/15004](https://github.com/microsoft/vstest/pull/15004)
- [@​peetw](https://github.com/peetw) made their first
contribution in
[https://github.com/microsoft/vstest/pull/15014](https://github.com/microsoft/vstest/pull/15014)
- [@​dellch](https://github.com/dellch) made their first
contribution in
[https://github.com/microsoft/vstest/pull/15030](https://github.com/microsoft/vstest/pull/15030)
- [@​Winniexu01](https://github.com/Winniexu01) made
their first contribution in
[https://github.com/microsoft/vstest/pull/15035](https://github.com/microsoft/vstest/pull/15035)
**Full Changelog**:
microsoft/vstest@v17.13.0...v17.14.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/reactiveui/ReactiveUI).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c50f9da commit daf09ceCopy full SHA for daf09ce
File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedFilter options
- integrationtests/IntegrationTests.Shared.Tests
- src
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedintegrationtests/IntegrationTests.Shared.Tests/IntegrationTests.Shared.Tests.csproj
Copy file name to clipboardExpand all lines: integrationtests/IntegrationTests.Shared.Tests/IntegrationTests.Shared.Tests.csproj+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
src/Directory.Packages.props
Copy file name to clipboardExpand all lines: src/Directory.Packages.props+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
0 commit comments