Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit bc090ce

Browse files
chore(deps): update dependency tunit to 1.6.20 (#309)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [TUnit](https://redirect.github.com/thomhurst/TUnit) | `1.6.5` -> `1.6.20` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/TUnit/1.6.20?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/TUnit/1.6.5/1.6.20?slim=true) | --- ### Release Notes <details> <summary>thomhurst/TUnit (TUnit)</summary> ### [`v1.6.20`](https://redirect.github.com/thomhurst/TUnit/releases/tag/v1.6.20): 1.6.20 <!-- Release notes generated using configuration in .github/release.yml at v1.6.20 --> #### What's Changed ##### Other Changes - feat: enhance assertion exception messages to include inline 'because' reasons by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4142](https://redirect.github.com/thomhurst/TUnit/pull/4142) - feat: Fix MatrixMethod attribute ignored for enum parameter type by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4146](https://redirect.github.com/thomhurst/TUnit/pull/4146) ##### Dependencies - chore(deps): update tunit to 1.6.15 by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4143](https://redirect.github.com/thomhurst/TUnit/pull/4143) **Full Changelog**: <thomhurst/TUnit@v1.6.15...v1.6.20> ### [`v1.6.15`](https://redirect.github.com/thomhurst/TUnit/releases/tag/v1.6.15): 1.6.15 <!-- Release notes generated using configuration in .github/release.yml at v1.6.15 --> #### What's Changed ##### Other Changes - Enhance DefaultLogger with extensibility features by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4131](https://redirect.github.com/thomhurst/TUnit/pull/4131) - perf: remove unnecessary manual `string.Replace` code. by [@&#8203;TimothyMakkison](https://redirect.github.com/TimothyMakkison) in [#&#8203;4134](https://redirect.github.com/thomhurst/TUnit/pull/4134) - feat: enhance failure messages for All assertions to include value by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4139](https://redirect.github.com/thomhurst/TUnit/pull/4139) - More Robust Global Timeout Cancellation by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4140](https://redirect.github.com/thomhurst/TUnit/pull/4140) - feat: add custom predicate support for equivalency assertions using FuncEqualityComparer by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4141](https://redirect.github.com/thomhurst/TUnit/pull/4141) - TUnit.AspNetCore Analyzers by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4138](https://redirect.github.com/thomhurst/TUnit/pull/4138) ##### Dependencies - chore(deps): update tunit to 1.6.5 by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4133](https://redirect.github.com/thomhurst/TUnit/pull/4133) #### New Contributors - [@&#8203;TimothyMakkison](https://redirect.github.com/TimothyMakkison) made their first contribution in [#&#8203;4134](https://redirect.github.com/thomhurst/TUnit/pull/4134) **Full Changelog**: <thomhurst/TUnit@v1.6.5...v1.6.15> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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/ThorstenSauter/TShort). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiLk5FVCIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4fd5ca commit bc090ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.17.0.131074" />
4141
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
4242
<PackageVersion Include="Testcontainers.MsSql" Version="4.9.0" />
43-
<PackageVersion Include="TUnit" Version="1.6.5" />
43+
<PackageVersion Include="TUnit" Version="1.6.20" />
4444
<PackageVersion Include="Verify.TUnit" Version="31.9.0" />
4545
</ItemGroup>
4646
</Project>

0 commit comments

Comments
 (0)