Skip to content

fix: update MSTest package references and target framework versions#231

Merged
glucaci merged 1 commit intomasterfrom
mstestv4
Feb 19, 2026
Merged

fix: update MSTest package references and target framework versions#231
glucaci merged 1 commit intomasterfrom
mstestv4

Conversation

@glucaci
Copy link
Member

@glucaci glucaci commented Feb 19, 2026

Fixes #219

This pull request updates the MSTest integration in the Snapshooter project to support newer .NET versions and simplifies MSTest package dependencies. It also upgrades the test SDK version for improved compatibility and features.

.NET and MSTest Support Updates:

  • Updated Snapshooter.MSTest to target .NET 8.0, 9.0, and 10.0, expanding compatibility with the latest .NET versions.
  • Replaced separate MSTest.TestAdapter and MSTest.TestFramework dependencies with the unified MSTest package (version 4.1.0) in Snapshooter.MSTest, simplifying dependency management.
  • Removed explicit MSTest package references from Snapshooter.MSTest.Tests, relying on the updated project references for test projects.

Test SDK Upgrade:

  • Upgraded Microsoft.NET.Test.Sdk from version 17.3.2 to 18.0.1 in the shared test properties to ensure compatibility with newer .NET versions and test features.

@glucaci glucaci merged commit 25528af into master Feb 19, 2026
5 checks passed
@glucaci glucaci deleted the mstestv4 branch February 19, 2026 09:04
renovate bot added a commit to apollographql/subgraph-csharp-hotchocolate-annotation that referenced this pull request Feb 19, 2026
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[Snapshooter.Xunit](https://redirect.github.com/SwissLife-OSS/Snapshooter)
| `1.2.0` → `1.3.0` |
![age](https://developer.mend.io/api/mc/badges/age/nuget/Snapshooter.Xunit/1.3.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Snapshooter.Xunit/1.2.0/1.3.0?slim=true)
|

---

### Release Notes

<details>
<summary>SwissLife-OSS/Snapshooter (Snapshooter.Xunit)</summary>

###
[`v1.3.0`](https://redirect.github.com/SwissLife-OSS/snapshooter/releases/tag/1.3.0)

[Compare
Source](https://redirect.github.com/SwissLife-OSS/Snapshooter/compare/1.2.0...1.3.0)

#### What's Changed

- Improving name generation in MSTest by
[@&#8203;aaronpowell](https://redirect.github.com/aaronpowell) in
[SwissLife-OSS/snapshooter#179](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/179)
- fix: update MSTest package references and target framework versions by
[@&#8203;glucaci](https://redirect.github.com/glucaci) in
[SwissLife-OSS/snapshooter#231](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/231)

**Full Changelog**:
<SwissLife-OSS/snapshooter@1.2.0...1.3.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/apollographql/subgraph-csharp-hotchocolate-annotation).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS4xMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1LjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for MSTest V4

1 participant