Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency reqnroll.xunit to 2.3.0 (#378)
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.2.1` -> `2.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Reqnroll.xUnit/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Reqnroll.xUnit/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Reqnroll.xUnit/2.2.1/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Reqnroll.xUnit/2.2.1/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>reqnroll/Reqnroll (Reqnroll.xUnit)</summary> ### [`v2.3.0`](https://redirect.github.com/reqnroll/Reqnroll/blob/HEAD/CHANGELOG.md#v230---2025-02-11) #### Improvements: - Enhance BoDi error handling to provide the name of the interface being registered when that interface has already been resolved ([#​324](https://redirect.github.com/reqnroll/Reqnroll/issues/324)) - Improve code-behind feature file compilation speed ([#​336](https://redirect.github.com/reqnroll/Reqnroll/issues/336)) - Improve parameter type naming for generic types ([#​343](https://redirect.github.com/reqnroll/Reqnroll/issues/343)) - Reqnroll.Autofac: Add default registration for IReqnrollOutputHelper ([#​357](https://redirect.github.com/reqnroll/Reqnroll/issues/357)) - Reduced MsBuild log output and consistent use of \[Reqnroll] prefix ([#​381](https://redirect.github.com/reqnroll/Reqnroll/issues/381)) - Update behavior of `ObjectContainer.IsRegistered()` to check base container for registrations, to match `Resolve()` behavior ([#​367](https://redirect.github.com/reqnroll/Reqnroll/issues/367)) - Replaced custom approach for avoiding namespace collisions with .net idiomatic approach - Support loading plugin dependencies from .deps.json on .NET Framework and Visual Studio MSBuild ([#​408](https://redirect.github.com/reqnroll/Reqnroll/issues/408)) - Support for setting `ObjectContainer.DefaultConcurrentObjectResolutionTimeout` even after creation of the container ([#​435](https://redirect.github.com/reqnroll/Reqnroll/issues/435)) - Reqnroll.Microsoft.Extensions.DependencyInjection: Include `ReqnrollLogger` class to the Reqnroll MSDI plugin based on the work of [@​StefH](https://redirect.github.com/StefH) at https://github.com/StefH/Stef.Extensions.SpecFlow.Logging ([#​321](https://redirect.github.com/reqnroll/Reqnroll/issues/321)) - Reqnroll.Assist.Dynamic: The SpecFlow.Assist.Dynamic plugin by [@​marcusoftnet](https://redirect.github.com/marcusoftnet) has now been ported to Reqnroll. ([#​377](https://redirect.github.com/reqnroll/Reqnroll/issues/377)) #### Bug fixes: - Fix: MsTest: Output is written to Console.WriteLine additionally instead of using TestContext only ([#​368](https://redirect.github.com/reqnroll/Reqnroll/issues/368)) - Fix: Deprecated dependency `Specflow.Internal.Json` is used. Relpaced with `System.Text.Json`. The dependency was used for laoding `reqnroll.json`, for Visual Studio integration and for telemetry. ([#​373](https://redirect.github.com/reqnroll/Reqnroll/issues/373)) - Fix: Error with NUnit 4: "Only static OneTimeSetUp and OneTimeTearDown are allowed for InstancePerTestCase mode" ([#​379](https://redirect.github.com/reqnroll/Reqnroll/issues/379)) - Fix: Reqnroll.Autofac: FeatureContext cannot be resolved in BeforeFeature/AfterFeature hooks ([#​340](https://redirect.github.com/reqnroll/Reqnroll/issues/340)) - Fix: Attempting to set the `ConcurrentObjectResolutionTimeout` value on the `ObjectContainer` to `TimeSpan.Zero` sometimes throws an exception if running multiple tests in parallel. ([#​440](https://redirect.github.com/reqnroll/Reqnroll/issues/440)) - Fix: Project and Package references of Reqnroll.Verify are inconsistent. ([#​446](https://redirect.github.com/reqnroll/Reqnroll/issues/446)) *Contributors of this release (in alphabetical order):* [@​Antwane](https://redirect.github.com/Antwane), [@​clrudolphi](https://redirect.github.com/clrudolphi), [@​gasparnagy](https://redirect.github.com/gasparnagy), [@​obligaron](https://redirect.github.com/obligaron), [@​olegKoshmeliuk](https://redirect.github.com/olegKoshmeliuk), [@​SeanKilleen](https://redirect.github.com/SeanKilleen), [@​StefH](https://redirect.github.com/StefH) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information