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 FakeItEasy from 7.0.1 to 7.0.2 #304

Merged
merged 1 commit into from
May 5, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2021

Bumps FakeItEasy from 7.0.1 to 7.0.2.

Release notes

Sourced from FakeItEasy's releases.

7.0.2

Fixed

  • Implicit creation options are ignored for dummy fakes (#1829)
  • Create.Fake throws ArgumentException instead of FakeCreationException when passed a value type and fake creation options (#1830)
Commits
  • fa734c7 Merge pull request #1832 from blairconrad/create-better-exception
  • 8a2161d Remove superfluous check that proxy is not a value type
  • 73a72e6 Detect attempts to fake a value type class early on
  • c067e20 Add failing test to show wrong exception
  • 62d6929 Have CreateFake delegate to its overload
  • 61b23f7 Merge pull request #1831 from thomaslevesque/dummy-fakes-implicit-options
  • c4f1832 Use implicit creation options for dummy fakes
  • 1996e62 Refactor proxy options factory into its own class
  • 93ec302 Add failing test to demonstrate the problem
  • See full diff in compare view

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @rsg-bot.


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

Bumps [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/FakeItEasy/FakeItEasy/releases)
- [Commits](FakeItEasy/FakeItEasy@7.0.1...7.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET 📦 dependencies Pull requests that update a dependency file labels May 5, 2021
@mergify mergify bot added the :shipit: merge Shipit! label May 5, 2021
@github-actions github-actions bot added this to the v1.1.1 milestone May 5, 2021
@rsg-bot
Copy link
Contributor

rsg-bot commented May 5, 2021

@dependabot squash and merge

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants