Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Bump FakeItEasy from 6.2.1 to 7.0.0 #347

Merged
merged 1 commit into from Mar 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps FakeItEasy from 6.2.1 to 7.0.0.

Release notes

Sourced from FakeItEasy's releases.

7.0.0

Changed

  • Registering a handler on a fake Wrapping an event does not work (#1795) Registering the handler will now work. This introduced a minor change on how events are intercepted and raised. It will be completely transparent to most users. Consult raising events documentation for more details about the current behavior.

Dropped Framework Support

  • No longer producing assemblies for unsupported frameworks .NET Framework 4.0 and .NET Standard 1.6 (#1798, #1802)

Deprecations

  • ClearConfiguration (#1767) To "unconfigure" a fake so it has default behavior, discard the fake and create a new one. If this is not feasible, for example because you wish to remove the configuration in the middle of a test and the system under test already holds the fake, see Changing behavior between calls.

New Framework Support

  • Produce new assemblies that target .NET 5.0 directly (#1803)

New

  • Add EqualTo overload with equality comparer (#1810)
  • Introduce An for argument constraints (#1819)
  • Better extension point scanning (#1813) now FakeItEasy searches the following assemblies for classes that implement the various extensions points:
    • its own assembly,
    • assemblies already loaded in the current AppDomain, if they reference FakeItEasy,
    • assemblies referenced by assemblies from the previous bullet point, if they reference FakeItEasy,
    • additional assemblies identified by the Bootstrapper's GetAssemblyFileNamesToScanForExtensions method, if they reference FakeItEasy
  • Support specifying number of calls when using Invokes and no additional member configuration (#1812): Previously DoesNothing would be required in the chain, so
    A.CallTo(() => fake.Method()).Invokes().DoesNothing().Once()
    can now be written
    A.CallTo(() => fake.Method()).Invokes().Once()

Fixed

  • Fixed some typos in documentation (#1793)

Additional Items

  • Repair build after upgrade to .NET 5.0 SDK tooling (#1800)
  • Prefer is not null pattern to is object tests (#1796)
  • Update supporting package dependencies (#1807)
  • Use editorconfig to suppress warnings (#1808)
  • Switch logo to high DPI 512px #1814

With special thanks for contributions to this release from:

... (truncated)

Commits
  • f51fb50 Merge pull request #1820 from thomaslevesque/an-argument-constraint
  • ee9c9ba Make A<T> and An<T> doc comments mention each other
  • 93e0d72 Remove unnecessary suppression for CA1704
  • b96ece5 Update documentation for argument constraints
  • 2ff75e2 Approve API changes
  • 01adfb2 Add An<T> for argument constraints and specs
  • 6783267 Merge pull request #1817 from blairconrad/invoke-how-many-times
  • 62b6cf9 Correct indentation in ExceptionThrower.StronglyTyped.cs
  • 3d29874 Add Specs for illegal attempted use of fluent API
  • 8ec6cf9 Correct grammar in several I*Configuration interface XML docs
  • Additional commits viewable 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 6.2.1 to 7.0.0.
- [Release notes](https://github.com/FakeItEasy/FakeItEasy/releases)
- [Commits](FakeItEasy/FakeItEasy@6.2.1...7.0.0)

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

rsg-bot commented Mar 16, 2021

@dependabot squash and merge

@codecov
Copy link

codecov bot commented Mar 16, 2021

Codecov Report

Merging #347 (be27ff1) into master (62847e8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #347   +/-   ##
=======================================
  Coverage   35.48%   35.48%           
=======================================
  Files           5        5           
  Lines         124      124           
  Branches       15       15           
=======================================
  Hits           44       44           
  Misses         80       80           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 62847e8...be27ff1. Read the comment docs.

@dependabot dependabot bot merged commit 6d51576 into master Mar 16, 2021
@dependabot dependabot bot deleted the dependabot/nuget/FakeItEasy-7.0.0 branch March 16, 2021 05:22
@mergify mergify bot removed :shipit: merge Shipit! .NET labels Mar 16, 2021
@github-actions github-actions bot modified the milestones: v0.2.1, v0.3.0 Dec 28, 2021
@rsg-bot rsg-bot modified the milestones: v0.3.0, v1.0.0 Dec 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
📦 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants