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

Bump Reqnroll.CustomPlugin and Microsoft.NETFramework.ReferenceAssemblies #277

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps Reqnroll.CustomPlugin and Microsoft.NETFramework.ReferenceAssemblies. These dependencies needed to be updated together.
Updates Reqnroll.CustomPlugin from 2.3.0 to 2.4.0

Release notes

Sourced from Reqnroll.CustomPlugin's releases.

v2.4.0 - 2025-03-06

Improvements:

  • Microsoft.Extensions.DependencyInjection.ReqnrollPlugin: Improved message when [ScenarioDependencies] can't be found or has an incorrect return type (#494)
  • Include original exception for binding errors (BindingException) (#513)
  • Map data table columns to constructor parameters without having a related property for data table "assist" helpers (e.g. CreateInstance). To use this feature you need to set the InstanceCreationOptions.RequireTableToProvideAllConstructorParameters flag. (#488)

Bug fixes:

  • Fix: Microsoft.Extensions.DependencyInjection.ReqnrollPlugin, the plugin was only searching for [ScenarioDependencies] in assemblies with step definitions (#477)
  • Fix: xUnit Conservative Mode is not supported together with xUnit v2 (#473)
  • Fix: Messages logged through IReqnrollOutputHelper are added to the output with a -> prefix that should be reserved for output messages of Reqnroll itself (#504)

Contributors of this release (in alphabetical order): @​304NotModified, @​AroglDarthu, @​DerAlbertCom, @​gasparnagy, @​obligaron, @​Socolin

Changelog

Sourced from Reqnroll.CustomPlugin's changelog.

v2.4.0 - 2025-03-06

Improvements:

  • Microsoft.Extensions.DependencyInjection.ReqnrollPlugin: Improved message when [ScenarioDependencies] can't be found or has an incorrect return type (#494)
  • Include original exception for binding errors (BindingException) (#513)
  • Map data table columns to constructor parameters without having a related property for data table "assist" helpers (e.g. CreateInstance). To use this feature you need to set the InstanceCreationOptions.RequireTableToProvideAllConstructorParameters flag. (#488)

Bug fixes:

  • Fix: Microsoft.Extensions.DependencyInjection.ReqnrollPlugin, the plugin was only searching for [ScenarioDependencies] in assemblies with step definitions (#477)
  • Fix: xUnit Conservative Mode is not supported together with xUnit v2 (#473)
  • Fix: Messages logged through IReqnrollOutputHelper are added to the output with a -> prefix that should be reserved for output messages of Reqnroll itself (#504)

Contributors of this release (in alphabetical order): @​304NotModified, @​AroglDarthu, @​DerAlbertCom, @​gasparnagy, @​obligaron, @​Socolin

Commits
  • 8c7c78a bump version to 2.4.0
  • 38d0657 update CHANGELOG
  • d263ab0 update CHANGELOG
  • 7d0c4ca Ideas/457 map table directly to constructor for stepargumenttransformers (#488)
  • c61386f update CHANGELOG
  • 7c9b2aa Include original exception in InnertException when throwing a BindingExceptio...
  • fd39ac8 Improve docs about step parameters (#508)
  • 9b5433b Improve tests to improve migration to NSubstitute (#501)
  • c4bab48 Change ReqnrollOutputHelper to use test output (#504)
  • 3cced0c Ask for xUnit version in github template (#498)
  • Additional commits viewable in compare view

Updates Microsoft.NETFramework.ReferenceAssemblies from 1.0.3 to 1.0.3

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…lies

Bumps [Reqnroll.CustomPlugin](https://github.com/reqnroll/Reqnroll) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together.

Updates `Reqnroll.CustomPlugin` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/reqnroll/Reqnroll/releases)
- [Changelog](https://github.com/reqnroll/Reqnroll/blob/main/CHANGELOG.md)
- [Commits](reqnroll/Reqnroll@v2.3.0...v2.4.0)

Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3
- [Commits](https://github.com/Microsoft/dotnet/commits)

---
updated-dependencies:
- dependency-name: Reqnroll.CustomPlugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.NETFramework.ReferenceAssemblies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 6, 2025
@JoshKeegan JoshKeegan closed this Mar 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@JoshKeegan JoshKeegan reopened this Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant