Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency reqnroll.xunit to 2.3.0 #378

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Reqnroll.xUnit (source) 2.2.1 -> 2.3.0 age adoption passing confidence

Release Notes

reqnroll/Reqnroll (Reqnroll.xUnit)

v2.3.0

Improvements:

  • Enhance BoDi error handling to provide the name of the interface being registered when that interface has already been resolved (#​324)
  • Improve code-behind feature file compilation speed (#​336)
  • Improve parameter type naming for generic types (#​343)
  • Reqnroll.Autofac: Add default registration for IReqnrollOutputHelper (#​357)
  • Reduced MsBuild log output and consistent use of [Reqnroll] prefix (#​381)
  • Update behavior of ObjectContainer.IsRegistered() to check base container for registrations, to match Resolve() behavior (#​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)
  • Support for setting ObjectContainer.DefaultConcurrentObjectResolutionTimeout even after creation of the container (#​435)
  • Reqnroll.Microsoft.Extensions.DependencyInjection: Include ReqnrollLogger class to the Reqnroll MSDI plugin based on the work of @​StefH at https://github.com/StefH/Stef.Extensions.SpecFlow.Logging (#​321)
  • Reqnroll.Assist.Dynamic: The SpecFlow.Assist.Dynamic plugin by @​marcusoftnet has now been ported to Reqnroll. (#​377)

Bug fixes:

  • Fix: MsTest: Output is written to Console.WriteLine additionally instead of using TestContext only (#​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)
  • Fix: Error with NUnit 4: "Only static OneTimeSetUp and OneTimeTearDown are allowed for InstancePerTestCase mode" (#​379)
  • Fix: Reqnroll.Autofac: FeatureContext cannot be resolved in BeforeFeature/AfterFeature hooks (#​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)
  • Fix: Project and Package references of Reqnroll.Verify are inconsistent. (#​446)

Contributors of this release (in alphabetical order): @​Antwane, @​clrudolphi, @​gasparnagy, @​obligaron, @​olegKoshmeliuk, @​SeanKilleen, @​StefH


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Feb 11, 2025
@renovate renovate bot requested a review from a team as a code owner February 11, 2025 18:58
Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.13%. Comparing base (ed6ee2c) to head (fdf14d9).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #378      +/-   ##
==========================================
+ Coverage   86.05%   86.13%   +0.07%     
==========================================
  Files          39       39              
  Lines        1578     1601      +23     
  Branches      166      173       +7     
==========================================
+ Hits         1358     1379      +21     
+ Misses        188      186       -2     
- Partials       32       36       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@askpt askpt added this pull request to the merge queue Feb 11, 2025
Merged via the queue into main with commit 96ba568 Feb 11, 2025
15 checks passed
@renovate renovate bot deleted the renovate/reqnroll.xunit-2.x branch February 11, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant