Skip to content

Fix CI configuration and update project references for test builds#225

Merged
glucaci merged 6 commits intomasterfrom
fix-tests
Dec 24, 2025
Merged

Fix CI configuration and update project references for test builds#225
glucaci merged 6 commits intomasterfrom
fix-tests

Conversation

@glucaci
Copy link
Member

@glucaci glucaci commented Dec 23, 2025

No description provided.

Disable parallel test execution in MSTest tests because
MSTestSnapshotFullNameReader uses a static counter to track DataRow
index, which doesn't work correctly with parallel execution.

The parallelization was added in commit 95b8a51 (MSTest V4 support),
but it broke the snapshot name resolution for DataTestMethod tests.
@glucaci glucaci merged commit 2cf7335 into master Dec 24, 2025
3 checks passed
@glucaci glucaci deleted the fix-tests branch December 24, 2025 13:11
renovate bot added a commit to apollographql/subgraph-csharp-hotchocolate-annotation that referenced this pull request Feb 18, 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.1.0` → `1.2.0` |
![age](https://developer.mend.io/api/mc/badges/age/nuget/Snapshooter.Xunit/1.2.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Snapshooter.Xunit/1.1.0/1.2.0?slim=true)
|

---

### Release Notes

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

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

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

##### What's Changed

- Added basic support for MSTest V4 by
[@&#8203;N-Olbert](https://redirect.github.com/N-Olbert) in
[SwissLife-OSS/snapshooter#220](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/220)
- MSTest: Use invariant culture conversion for snapshot name generation.
by [@&#8203;N-Olbert](https://redirect.github.com/N-Olbert) in
[SwissLife-OSS/snapshooter#222](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/222)
- Fix CI configuration and update project references for test builds by
[@&#8203;glucaci](https://redirect.github.com/glucaci) in
[SwissLife-OSS/snapshooter#225](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/225)
- fix: update CI configuration to extend timeout and specify framework
version for builds and tests by
[@&#8203;glucaci](https://redirect.github.com/glucaci) in
[SwissLife-OSS/snapshooter#229](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/229)
- chore: use xunit.v3.extensibility.core instead of xunit.v3.core by
[@&#8203;vhatsura](https://redirect.github.com/vhatsura) in
[SwissLife-OSS/snapshooter#226](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/226)
- fix: update .NET setup to include version specification for builds by
[@&#8203;glucaci](https://redirect.github.com/glucaci) in
[SwissLife-OSS/snapshooter#230](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/230)

##### New Contributors

- [@&#8203;N-Olbert](https://redirect.github.com/N-Olbert) made their
first contribution in
[SwissLife-OSS/snapshooter#220](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/220)
- [@&#8203;vhatsura](https://redirect.github.com/vhatsura) made their
first contribution in
[SwissLife-OSS/snapshooter#226](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/226)

**Full Changelog**:
<SwissLife-OSS/snapshooter@1.1.0...1.2.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

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.

1 participant