Skip to content

Commit 99f7584

Browse files
chore(deps): update dependency reqnroll.xunit to 2.4.1 (#483)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Reqnroll.xUnit](https://www.reqnroll.net/) ([source](https://redirect.github.com/reqnroll/Reqnroll)) | `2.4.0` -> `2.4.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Reqnroll.xUnit/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Reqnroll.xUnit/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Reqnroll.xUnit/2.4.0/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Reqnroll.xUnit/2.4.0/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>reqnroll/Reqnroll (Reqnroll.xUnit)</summary> ### [`v2.4.1`](https://redirect.github.com/reqnroll/Reqnroll/blob/HEAD/CHANGELOG.md#v241---2025-04-29) #### Bug fixes: - Fix: xUnit async `[AfterTestRun]` hook might not execute fully ([#&#8203;530](https://redirect.github.com/reqnroll/Reqnroll/issues/530)) - Fix: Scenario, feature and test run finished event is not published when the related "after" hook fails ([#&#8203;560](https://redirect.github.com/reqnroll/Reqnroll/issues/560)) - Fix: Inconsistent hook execution (duble execution, before/after hook skipped, infrastructure errors) when before or after hooks fail ([#&#8203;526](https://redirect.github.com/reqnroll/Reqnroll/issues/526)) - Fix: Namespace collisions in generated code when Reqnroll project namespace contains "System" ([#&#8203;583](https://redirect.github.com/reqnroll/Reqnroll/issues/583)) - Fix: InvalidOperationException when calling test teardown method after the Reqnroll test runner has been released ([#&#8203;387](https://redirect.github.com/reqnroll/Reqnroll/issues/387)) *Contributors of this release (in alphabetical order):* [@&#8203;304NotModified](https://redirect.github.com/304NotModified), [@&#8203;clrudolphi](https://redirect.github.com/clrudolphi), [@&#8203;gasparnagy](https://redirect.github.com/gasparnagy), [@&#8203;obligaron](https://redirect.github.com/obligaron) </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/open-feature/dotnet-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 520d383 commit 99f7584

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
@@ -29,7 +29,7 @@
2929
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Testing" Version="9.3.0" />
3030
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
3131
<PackageVersion Include="NSubstitute" Version="5.3.0" />
32-
<PackageVersion Include="Reqnroll.xUnit" Version="2.4.0" />
32+
<PackageVersion Include="Reqnroll.xUnit" Version="2.4.1" />
3333
<PackageVersion Include="xunit" Version="2.9.3" />
3434
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
3535
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.3" />

0 commit comments

Comments
 (0)