RadicalFx / Radical.Windows

Radical is an infrastructure framework whose primary role is to help in the development of composite WPF applications based on the Model View ViewModel pattern.
http://www.radicalframework.com/
MIT License
3 stars 2 forks source link

Bump FakeItEasy from 7.0.1 to 7.0.2 in /src/Radical.Windows.Tests #366

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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 @radical-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 - `@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)