Commit 7c5e7f3
authored
chore(deps): update dependency microsoft.net.test.sdk to v18 (#3224)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest)
| `17.14.1` -> `18.0.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>
###
[`v18.0.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v18.0.0)
#### What's Changed
- Update reporting formatting by
[@​martincostello](https://redirect.github.com/martincostello) in
[#​15082](https://redirect.github.com/microsoft/vstest/pull/15082)
- Fix stack trace for Trace.Fail and Debug.Fail by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15103](https://redirect.github.com/microsoft/vstest/pull/15103)
- Add documentation of environment variables by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​15095](https://redirect.github.com/microsoft/vstest/pull/15095)
- IFrameworkHandle.LaunchProcessWithDebuggerAttached allows null for
workingDirectory in signature but throws by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​15091](https://redirect.github.com/microsoft/vstest/pull/15091)
- Add Dependabot configuration for .NET SDK updates by
[@​JamieMagee](https://redirect.github.com/JamieMagee) in
[#​15114](https://redirect.github.com/microsoft/vstest/pull/15114)
- Handle dotnet\_root in testhost version aware way by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15184](https://redirect.github.com/microsoft/vstest/pull/15184)
- Add magic bytes validation for Mach-O binaries in DotnetHostHelper by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​15230](https://redirect.github.com/microsoft/vstest/pull/15230)
- using globbing pattern doesn't work on windows with forward slashes by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​15088](https://redirect.github.com/microsoft/vstest/pull/15088)
- Remove tpv0 by [@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15247](https://redirect.github.com/microsoft/vstest/pull/15247)
- Cache AssemblyName in ManagedNameHelper by
[@​Youssef1313](https://redirect.github.com/Youssef1313) in
[#​15259](https://redirect.github.com/microsoft/vstest/pull/15259)
- Add ARM64 support to GetArchitectureForSource methods by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​15278](https://redirect.github.com/microsoft/vstest/pull/15278)
##### Internal fixes and updates
- Fix formatting in two files by
[@​ViktorHofer](https://redirect.github.com/ViktorHofer) in
[#​15047](https://redirect.github.com/microsoft/vstest/pull/15047)
- Build TestPlatform packages in VMR by
[@​ViktorHofer](https://redirect.github.com/ViktorHofer) in
[#​15055](https://redirect.github.com/microsoft/vstest/pull/15055)
- Condition property on .NET FX MSBuild by
[@​jaredpar](https://redirect.github.com/jaredpar) in
[#​15054](https://redirect.github.com/microsoft/vstest/pull/15054)
- Migrate to awesome assertions by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15056](https://redirect.github.com/microsoft/vstest/pull/15056)
- Revert "Build TestPlatform packages in VMR" by
[@​ViktorHofer](https://redirect.github.com/ViktorHofer) in
[#​15057](https://redirect.github.com/microsoft/vstest/pull/15057)
- Update package Category by
[@​ViktorHofer](https://redirect.github.com/ViktorHofer) in
[#​15058](https://redirect.github.com/microsoft/vstest/pull/15058)
- Revert "Write props of tests into trx" by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15080](https://redirect.github.com/microsoft/vstest/pull/15080)
- Error on unsupported tfms
([#​15072](https://redirect.github.com/microsoft/vstest/issues/15072))
by [@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15073](https://redirect.github.com/microsoft/vstest/pull/15073)
- Use policies from testfx to align by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15085](https://redirect.github.com/microsoft/vstest/pull/15085)
- Update enable-auto-merge.yml by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15102](https://redirect.github.com/microsoft/vstest/pull/15102)
- Revert ignoring environment test by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​15094](https://redirect.github.com/microsoft/vstest/pull/15094)
- unignore tests by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​15093](https://redirect.github.com/microsoft/vstest/pull/15093)
- Update MSTest by
[@​Youssef1313](https://redirect.github.com/Youssef1313) in
[#​15108](https://redirect.github.com/microsoft/vstest/pull/15108)
- Bump dotnet-sdk from 9.0.106 to 9.0.301 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​15179](https://redirect.github.com/microsoft/vstest/pull/15179)
- Use Assert.Equals by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15181](https://redirect.github.com/microsoft/vstest/pull/15181)
- Run VSTest tests with MTP by
[@​Youssef1313](https://redirect.github.com/Youssef1313) in
[#​15079](https://redirect.github.com/microsoft/vstest/pull/15079)
- Use the standard sdk for architecture switch test by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15188](https://redirect.github.com/microsoft/vstest/pull/15188)
- Remove CUIT (Coded UI Test) from NuGet packages and test projects by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​15177](https://redirect.github.com/microsoft/vstest/pull/15177)
- dump-logs? by [@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15187](https://redirect.github.com/microsoft/vstest/pull/15187)
- Moving to version 18 by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15209](https://redirect.github.com/microsoft/vstest/pull/15209)
- Update fakes version by
[@​drognanar](https://redirect.github.com/drognanar) in
[#​15227](https://redirect.github.com/microsoft/vstest/pull/15227)
- Microsoft.Intellitrace.Core should be taken from nuget by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15229](https://redirect.github.com/microsoft/vstest/pull/15229)
- Remove MSTest.Assert.Extensions by
[@​Youssef1313](https://redirect.github.com/Youssef1313) in
[#​15178](https://redirect.github.com/microsoft/vstest/pull/15178)
- Sourcebuild fix by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15239](https://redirect.github.com/microsoft/vstest/pull/15239)
- Set dotnet\_root\_<arch> only when the architecture of dotnet in the
path is the same by [@​nohwnd](https://redirect.github.com/nohwnd)
in
[#​15250](https://redirect.github.com/microsoft/vstest/pull/15250)
- Remove fakes v1 from FakesUtilities by
[@​drognanar](https://redirect.github.com/drognanar) in
[#​15251](https://redirect.github.com/microsoft/vstest/pull/15251)
- Update fakes dependencies by
[@​drognanar](https://redirect.github.com/drognanar) in
[#​15254](https://redirect.github.com/microsoft/vstest/pull/15254)
- Do half the work in GetManagedName by
[@​Youssef1313](https://redirect.github.com/Youssef1313) in
[#​15255](https://redirect.github.com/microsoft/vstest/pull/15255)
- check Vsix only when produced by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15261](https://redirect.github.com/microsoft/vstest/pull/15261)
- Set dotnet\_root\_<arch> always by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15266](https://redirect.github.com/microsoft/vstest/pull/15266)
- Don't hardcode old vswhere version in global.json by
[@​akoeplinger](https://redirect.github.com/akoeplinger) in
[#​15267](https://redirect.github.com/microsoft/vstest/pull/15267)
- Revert dowgrade of fakes by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15263](https://redirect.github.com/microsoft/vstest/pull/15263)
- Update VSSDK to version with code flow guard by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15279](https://redirect.github.com/microsoft/vstest/pull/15279)
- Update Fakes to version with code flow guard by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​15273](https://redirect.github.com/microsoft/vstest/pull/15273)
- Add es-metadata.yml by
[@​Youssef1313](https://redirect.github.com/Youssef1313) in
[#​15276](https://redirect.github.com/microsoft/vstest/pull/15276)
- Avoid iterator in TraitCollection.GetTraits by
[@​Youssef1313](https://redirect.github.com/Youssef1313) in
[#​15249](https://redirect.github.com/microsoft/vstest/pull/15249)
- MSDia update by [@​nohwnd](https://redirect.github.com/nohwnd)
in
[#​15281](https://redirect.github.com/microsoft/vstest/pull/15281)
- Use sdk.paths in global.json by
[@​Youssef1313](https://redirect.github.com/Youssef1313) in
[#​15258](https://redirect.github.com/microsoft/vstest/pull/15258)
#### New Contributors
- [@​jaredpar](https://redirect.github.com/jaredpar) made their
first contribution in
[#​15054](https://redirect.github.com/microsoft/vstest/pull/15054)
- [@​Copilot](https://redirect.github.com/Copilot) made their
first contribution in
[#​15094](https://redirect.github.com/microsoft/vstest/pull/15094)
- [@​JamieMagee](https://redirect.github.com/JamieMagee) made
their first contribution in
[#​15114](https://redirect.github.com/microsoft/vstest/pull/15114)
- [@​dependabot](https://redirect.github.com/dependabot)\[bot]
made their first contribution in
[#​15179](https://redirect.github.com/microsoft/vstest/pull/15179)
**Full Changelog**:
<microsoft/vstest@v17.14.1...v18.0.0>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 8am" in timezone
Europe/London, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **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.
---
- [ ] <!-- 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/GoogleCloudPlatform/dotnet-docs-samples).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->1 parent 7a053e4 commit 7c5e7f3
68 files changed
Lines changed: 68 additions & 68 deletions
File tree
- aiplatform/api/AIPlatform.Samples.Tests
- appengine/flexible
- Analytics/Analytics.Tests
- CloudStorage/CloudStorage.Tests
- Datastore/Datastore.Tests
- HelloWorld/HelloWorld.Tests
- Metadata/Metadata.Tests
- Pubsub/Pubsub.Tests
- StaticContent/StaticContent.Tests
- WebSocket/WebSocket.Tests
- applications/leaderboard/LeaderboardTest
- asset/api/Asset.Samples.Tests
- auth/AuthTest
- bigquery-storage/api/BigQueryStorage.Samples.Tests
- bigquery
- api
- SimpleApp
- Snippets
- data-transfer/api/QuickStartTest
- bigtable/api
- BigtableTest
- SnippetsTest
- cdn/signUrl/SignUrlSample.Tests
- cloudtasks/api/TasksSample
- commandlineutil/SampleTest
- compute/api/Compute.Samples.Tests
- datastore
- admin-api/DatastoreAdmin.Samples.Tests
- api
- QuickStartTest
- TaskListTest
- dlp/api/Snippets.Tests
- documentai/api/DocumentAI.Samples.Tests
- error-reporting/api/ErrorReportingSampleTests
- firestore/api/FirestoreTest
- functions
- concepts/Concepts.Tests
- firebase/Firebase.Tests
- helloworld/HelloWorld.Tests
- http/Http.Tests
- logging/Logging.Tests
- responsestreaming/StreamBigQuery.Tests
- typed/Typed.Tests
- iam/api
- AccessTest
- CustomRolesTest
- QuickStartTest
- ServiceAccountTests
- identity-aware-proxy/IAPClientTest
- kms/api/Kms.Samples.Tests
- logging/api/LoggingTest
- media
- livestream/api/LiveStream.Samples.Tests
- stitcher/api/Stitcher.Samples.Tests
- transcoder/api/Transcoder.Samples.Tests
- modelarmor/api/ModelArmor.Samples.Tests
- monitoring/api
- AlertSnippets
- AlertTest
- MonitoringTest
- UptimeCheckTest
- parametermanager/api
- ParameterManager.RegionalSamples.Tests
- ParameterManager.Samples.Tests
- pubsub/api/Pubsub.Samples.Tests
- retail/interactive-tutorial
- RetailEvents.Samples.Tests
- RetailProducts.Samples.Tests
- RetailSearch.Samples.Tests
- run
- markdown-preview
- Samples.Run.MarkdownPreview.Editor.Tests
- Samples.Run.MarkdownPreview.Renderer.Tests
- pubsub/Run.Samples.Pubsub.MinimalApi.Tests
- secretmanager/api/SecretManager.Samples.Tests
- securitycenter/api/SecurityCenter.Samples.Tests
- servicedirectory/api/ServiceDirectory.Samples.Tests
- spanner/api/Spanner.Samples.Tests
- storageinsights/api/StorageInsights.Samples.Tests
- storagetransfer/api/StorageTransfer.Samples.Tests
- storage/api/Storage.Samples.Tests
- workflows/api/Workflow.Samples.Test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines 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 | | |
| |||
0 commit comments